Uses of Class
com.azure.search.documents.indexes.models.ImageDetail
Packages that use ImageDetail
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of ImageDetail in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as ImageDetailModifier and TypeFieldDescriptionstatic final ImageDetail
ImageDetail.CELEBRITIES
Static value celebrities for ImageDetail.static final ImageDetail
ImageDetail.LANDMARKS
Static value landmarks for ImageDetail.Methods in com.azure.search.documents.indexes.models that return ImageDetailModifier and TypeMethodDescriptionstatic ImageDetail
ImageDetail.fromString
(String name) Creates or finds a ImageDetail from its string representation.Methods in com.azure.search.documents.indexes.models that return types with arguments of type ImageDetailModifier and TypeMethodDescriptionImageAnalysisSkill.getDetails()
Get the details property: A string indicating which domain-specific details to return.static Collection<ImageDetail>
ImageDetail.values()
Gets known ImageDetail values.Methods in com.azure.search.documents.indexes.models with parameters of type ImageDetailModifier and TypeMethodDescriptionImageAnalysisSkill.setDetails
(ImageDetail... details) Set the details property: A string indicating which domain-specific details to return.Method parameters in com.azure.search.documents.indexes.models with type arguments of type ImageDetailModifier and TypeMethodDescriptionImageAnalysisSkill.setDetails
(List<ImageDetail> details) Set the details property: A string indicating which domain-specific details to return.