Uses of Class
com.azure.search.documents.indexes.models.ImageDetail
Packages that use ImageDetail
Package
Description
Package containing the data models 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 ImageDetailImageDetail.CELEBRITIESDetails recognized as celebrities.static final ImageDetailImageDetail.LANDMARKSDetails recognized as landmarks.Methods in com.azure.search.documents.indexes.models that return ImageDetailModifier and TypeMethodDescriptionstatic ImageDetailImageDetail.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.