SemanticDebugInfo Class
- java.
lang. Object - com.
azure. search. documents. models. SemanticDebugInfo
- com.
Implements
public final class SemanticDebugInfo
implements JsonSerializable<SemanticDebugInfo>
The SemanticDebugInfo model.
Constructor Summary
| Constructor | Description |
|---|---|
| SemanticDebugInfo() |
Creates an instance of Semantic |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Semantic |
fromJson(JsonReader jsonReader)
Reads an instance of Semantic |
|
List<Query |
getContentFields()
Get the content |
|
List<Query |
getKeywordFields()
Get the keyword |
|
Query |
getRerankerInput()
Get the reranker |
|
Query |
getTitleField()
Get the title |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SemanticDebugInfo
public SemanticDebugInfo()
Creates an instance of SemanticDebugInfo class.
Method Details
fromJson
public static SemanticDebugInfo fromJson(JsonReader jsonReader)
Reads an instance of SemanticDebugInfo from the JsonReader.
Parameters:
Returns:
Throws:
getContentFields
public List<QueryResultDocumentSemanticField> getContentFields()
Get the contentFields property: The content fields that were sent to the semantic enrichment process, as well as how they were used.
Returns:
getKeywordFields
public List<QueryResultDocumentSemanticField> getKeywordFields()
Get the keywordFields property: The keyword fields that were sent to the semantic enrichment process, as well as how they were used.
Returns:
getRerankerInput
public QueryResultDocumentRerankerInput getRerankerInput()
Get the rerankerInput property: The raw concatenated strings that were sent to the semantic enrichment process.
Returns:
getTitleField
public QueryResultDocumentSemanticField getTitleField()
Get the titleField property: The title field that was sent to the semantic enrichment process, as well as how it was used.
Returns: