Uses of Class
com.azure.search.documents.models.QueryCaptionType
Packages that use QueryCaptionType
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of QueryCaptionType in com.azure.search.documents.models
Subclasses with type arguments of type QueryCaptionType in com.azure.search.documents.modelsModifier and TypeClassDescriptionfinal classThis parameter is only valid if the query type is `semantic`.Fields in com.azure.search.documents.models declared as QueryCaptionTypeModifier and TypeFieldDescriptionstatic final QueryCaptionTypeQueryCaptionType.EXTRACTIVEExtracts captions from the matching documents that contain passages relevant to the search query.static final QueryCaptionTypeQueryCaptionType.NONEDo not return captions for the query.Methods in com.azure.search.documents.models that return QueryCaptionTypeModifier and TypeMethodDescriptionstatic QueryCaptionTypeQueryCaptionType.fromString(String name) Creates or finds a QueryCaptionType from its string representation.QueryCaption.getCaptionType()Gets the type of captions to generate.Methods in com.azure.search.documents.models that return types with arguments of type QueryCaptionTypeModifier and TypeMethodDescriptionstatic Collection<QueryCaptionType> QueryCaptionType.values()Gets known QueryCaptionType values.Constructors in com.azure.search.documents.models with parameters of type QueryCaptionTypeModifierConstructorDescriptionQueryCaption(QueryCaptionType captionType) Creates a new instance ofQueryCaption.