Uses of Class
com.azure.search.documents.models.QueryResultDocumentSemanticField
Packages that use QueryResultDocumentSemanticField
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of QueryResultDocumentSemanticField in com.azure.search.documents.models
Classes in com.azure.search.documents.models that implement interfaces with type arguments of type QueryResultDocumentSemanticFieldModifier and TypeClassDescriptionfinal classDescription of fields that were sent to the semantic enrichment process, as well as how they were used.Methods in com.azure.search.documents.models that return QueryResultDocumentSemanticFieldModifier and TypeMethodDescriptionQueryResultDocumentSemanticField.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryResultDocumentSemanticField from the JsonReader.SemanticDebugInfo.getTitleField()Get the titleField property: The title field that was sent to the semantic enrichment process, as well as how it was used.Methods in com.azure.search.documents.models that return types with arguments of type QueryResultDocumentSemanticFieldModifier and TypeMethodDescriptionSemanticDebugInfo.getContentFields()Get the contentFields property: The content fields that were sent to the semantic enrichment process, as well as how they were used.SemanticDebugInfo.getKeywordFields()Get the keywordFields property: The keyword fields that were sent to the semantic enrichment process, as well as how they were used.