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