Class ContentUnderstandingSkillExtractionOptions
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ContentUnderstandingSkillExtractionOptions>
com.azure.search.documents.indexes.models.ContentUnderstandingSkillExtractionOptions
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ContentUnderstandingSkillExtractionOptions
extends com.azure.core.util.ExpandableStringEnum<ContentUnderstandingSkillExtractionOptions>
Controls the cardinality of the content extracted from the document by the skill.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContentUnderstandingSkillExtractionOptionsSpecify that image content should be extracted from the document.static final ContentUnderstandingSkillExtractionOptionsSpecify that location metadata should be extracted from the document. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ContentUnderstandingSkillExtractionOptions from its string representation.values()Gets known ContentUnderstandingSkillExtractionOptions values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
IMAGES
Specify that image content should be extracted from the document. -
LOCATION_METADATA
Specify that location metadata should be extracted from the document.
-
-
Constructor Details
-
ContentUnderstandingSkillExtractionOptions
Deprecated.Use thefromString(String)factory method.Creates a new instance of ContentUnderstandingSkillExtractionOptions value.
-
-
Method Details
-
fromString
Creates or finds a ContentUnderstandingSkillExtractionOptions from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ContentUnderstandingSkillExtractionOptions.
-
values
Gets known ContentUnderstandingSkillExtractionOptions values.- Returns:
- known ContentUnderstandingSkillExtractionOptions values.
-
fromString(String)factory method.