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