Uses of Class
com.azure.search.documents.indexes.models.ImageAnalysisSkill
Packages that use ImageAnalysisSkill
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of ImageAnalysisSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return ImageAnalysisSkillModifier and TypeMethodDescriptionImageAnalysisSkill.setContext
(String context) Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content).ImageAnalysisSkill.setDefaultLanguageCode
(ImageAnalysisSkillLanguage defaultLanguageCode) Set the defaultLanguageCode property: A value indicating which language code to use.ImageAnalysisSkill.setDescription
(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.ImageAnalysisSkill.setDetails
(ImageDetail... details) Set the details property: A string indicating which domain-specific details to return.ImageAnalysisSkill.setDetails
(List<ImageDetail> details) Set the details property: A string indicating which domain-specific details to return.Set the name property: The name of the skill which uniquely identifies it within the skillset.ImageAnalysisSkill.setVisualFeatures
(VisualFeature... visualFeatures) Set the visualFeatures property: A list of visual features.ImageAnalysisSkill.setVisualFeatures
(List<VisualFeature> visualFeatures) Set the visualFeatures property: A list of visual features.