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