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