Class DocumentIntelligenceLayoutSkillOutputFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DocumentIntelligenceLayoutSkillOutputFormat>
com.azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillOutputFormat
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class DocumentIntelligenceLayoutSkillOutputFormat
extends com.azure.core.util.ExpandableStringEnum<DocumentIntelligenceLayoutSkillOutputFormat>
Controls the cardinality of the output format. Default is 'markdown'.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentIntelligenceLayoutSkillOutputFormatSpecify the format of the output as markdown.static final DocumentIntelligenceLayoutSkillOutputFormatSpecify the format of the output as text. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a DocumentIntelligenceLayoutSkillOutputFormat from its string representation.values()Gets known DocumentIntelligenceLayoutSkillOutputFormat values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
TEXT
Specify the format of the output as text. -
MARKDOWN
Specify the format of the output as markdown.
-
-
Constructor Details
-
DocumentIntelligenceLayoutSkillOutputFormat
Deprecated.Use thefromString(String)factory method.Creates a new instance of DocumentIntelligenceLayoutSkillOutputFormat value.
-
-
Method Details
-
fromString
Creates or finds a DocumentIntelligenceLayoutSkillOutputFormat from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DocumentIntelligenceLayoutSkillOutputFormat.
-
values
Gets known DocumentIntelligenceLayoutSkillOutputFormat values.- Returns:
- known DocumentIntelligenceLayoutSkillOutputFormat values.
-
fromString(String)factory method.