Class SemanticField

java.lang.Object
com.azure.search.documents.indexes.models.SemanticField

public final class SemanticField extends Object
A field that is used as part of the semantic configuration.
  • Constructor Details

    • SemanticField

      public SemanticField()
  • Method Details

    • getFieldName

      public String getFieldName()
      Get the fieldName property: The fieldName property.
      Returns:
      the fieldName value.
    • setFieldName

      public SemanticField setFieldName(String fieldName)
      Set the fieldName property: The fieldName property.
      Parameters:
      fieldName - the fieldName value to set.
      Returns:
      the SemanticField object itself.