Uses of Class
com.azure.search.documents.models.SemanticFieldState
Packages that use SemanticFieldState
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of SemanticFieldState in com.azure.search.documents.models
Fields in com.azure.search.documents.models declared as SemanticFieldStateModifier and TypeFieldDescriptionstatic final SemanticFieldStateSemanticFieldState.PARTIALThe field was partially used for semantic enrichment.static final SemanticFieldStateSemanticFieldState.UNUSEDThe field was not used for semantic enrichment.static final SemanticFieldStateSemanticFieldState.USEDThe field was fully used for semantic enrichment.Methods in com.azure.search.documents.models that return SemanticFieldStateModifier and TypeMethodDescriptionstatic SemanticFieldStateSemanticFieldState.fromString(String name) Creates or finds a SemanticFieldState from its string representation.QueryResultDocumentSemanticField.getState()Get the state property: The way the field was used for the semantic enrichment process (fully used, partially used, or unused).Methods in com.azure.search.documents.models that return types with arguments of type SemanticFieldStateModifier and TypeMethodDescriptionstatic Collection<SemanticFieldState> SemanticFieldState.values()Gets known SemanticFieldState values.