QueryCaption Class
- java.
lang. Object - com.
azure. search. documents. models. QueryCaption
- com.
public final class QueryCaption
Configuration for how semantic search captions search results.
Constructor Summary
Constructor | Description |
---|---|
QueryCaption(QueryCaptionType captionType) |
Creates a new instance of QueryCaption. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Query |
getCaptionType()
Gets the type of captions to generate. |
Boolean |
isHighlightEnabled()
Whether to highlight the captioned text in the result. |
Query |
setHighlightEnabled(Boolean highlightEnabled)
Sets whether to highlight the captioned text in the result. |
Methods inherited from java.lang.Object
Constructor Details
QueryCaption
public QueryCaption(QueryCaptionType captionType)
Creates a new instance of QueryCaption.
Parameters:
Method Details
getCaptionType
public QueryCaptionType getCaptionType()
Gets the type of captions to generate.
Returns:
isHighlightEnabled
public Boolean isHighlightEnabled()
Whether to highlight the captioned text in the result.
Returns:
setHighlightEnabled
public QueryCaption setHighlightEnabled(Boolean highlightEnabled)
Sets whether to highlight the captioned text in the result.
Parameters:
Returns:
Applies to
Azure SDK for Java