Uses of Class
com.azure.search.documents.indexes.models.VisualFeature
Packages that use VisualFeature
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of VisualFeature in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as VisualFeatureModifier and TypeFieldDescriptionstatic final VisualFeature
VisualFeature.ADULT
Static value adult for VisualFeature.static final VisualFeature
VisualFeature.BRANDS
Static value brands for VisualFeature.static final VisualFeature
VisualFeature.CATEGORIES
Static value categories for VisualFeature.static final VisualFeature
VisualFeature.DESCRIPTION
Static value description for VisualFeature.static final VisualFeature
VisualFeature.FACES
Static value faces for VisualFeature.static final VisualFeature
VisualFeature.OBJECTS
Static value objects for VisualFeature.static final VisualFeature
VisualFeature.TAGS
Static value tags for VisualFeature.Methods in com.azure.search.documents.indexes.models that return VisualFeatureModifier and TypeMethodDescriptionstatic VisualFeature
VisualFeature.fromString
(String name) Creates or finds a VisualFeature from its string representation.Methods in com.azure.search.documents.indexes.models that return types with arguments of type VisualFeatureModifier and TypeMethodDescriptionImageAnalysisSkill.getVisualFeatures()
Get the visualFeatures property: A list of visual features.static Collection<VisualFeature>
VisualFeature.values()
Gets known VisualFeature values.Methods in com.azure.search.documents.indexes.models with parameters of type VisualFeatureModifier and TypeMethodDescriptionImageAnalysisSkill.setVisualFeatures
(VisualFeature... visualFeatures) Set the visualFeatures property: A list of visual features.Method parameters in com.azure.search.documents.indexes.models with type arguments of type VisualFeatureModifier and TypeMethodDescriptionImageAnalysisSkill.setVisualFeatures
(List<VisualFeature> visualFeatures) Set the visualFeatures property: A list of visual features.