ContentUnderstandingSkillChunkingUnit Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. search. documents. indexes. models. ContentUnderstandingSkillChunkingUnit
- com.
- com.
public final class ContentUnderstandingSkillChunkingUnit
extends ExpandableStringEnum<ContentUnderstandingSkillChunkingUnit>
Controls the cardinality of the chunk unit. Default is 'characters'.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Content |
CHARACTERS
Specifies chunk by characters. |
Constructor Summary
| Constructor | Description |
|---|---|
| ContentUnderstandingSkillChunkingUnit() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Content |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Content |
fromString(String name)
Creates or finds a Content |
|
static
Collection<Content |
values()
Gets known Content |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CHARACTERS
public static final ContentUnderstandingSkillChunkingUnit CHARACTERS
Specifies chunk by characters.
Constructor Details
ContentUnderstandingSkillChunkingUnit
@Deprecated
public ContentUnderstandingSkillChunkingUnit()
Deprecated
Creates a new instance of ContentUnderstandingSkillChunkingUnit value.
Method Details
fromString
public static ContentUnderstandingSkillChunkingUnit fromString(String name)
Creates or finds a ContentUnderstandingSkillChunkingUnit from its string representation.
Parameters:
Returns:
values
public static Collection<ContentUnderstandingSkillChunkingUnit> values()
Gets known ContentUnderstandingSkillChunkingUnit values.
Returns: