Class ImageDetail
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ImageDetail>
com.azure.search.documents.indexes.models.ImageDetail
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
A string indicating which domain-specific details to return.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImageDetailDetails recognized as celebrities.static final ImageDetailDetails recognized as landmarks. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageDetailfromString(String name) Creates or finds a ImageDetail from its string representation.static Collection<ImageDetail> values()Gets known ImageDetail values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CELEBRITIES
Details recognized as celebrities. -
LANDMARKS
Details recognized as landmarks.
-
-
Constructor Details
-
ImageDetail
Deprecated.Use thefromString(String)factory method.Creates a new instance of ImageDetail value.
-
-
Method Details
-
fromString
Creates or finds a ImageDetail from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ImageDetail.
-
values
Gets known ImageDetail values.- Returns:
- known ImageDetail values.
-
fromString(String)factory method.