ContentUnderstandingSkillChunkingUnit Class

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 ContentUnderstandingSkillChunkingUnit CHARACTERS

Specifies chunk by characters.

Constructor Summary

Constructor Description
ContentUnderstandingSkillChunkingUnit()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ContentUnderstandingSkillChunkingUnit value.

Method Summary

Modifier and Type Method and Description
static ContentUnderstandingSkillChunkingUnit fromString(String name)

Creates or finds a ContentUnderstandingSkillChunkingUnit from its string representation.

static Collection<ContentUnderstandingSkillChunkingUnit> values()

Gets known ContentUnderstandingSkillChunkingUnit values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding ContentUnderstandingSkillChunkingUnit.

values

public static Collection<ContentUnderstandingSkillChunkingUnit> values()

Gets known ContentUnderstandingSkillChunkingUnit values.

Returns:

known ContentUnderstandingSkillChunkingUnit values.

Applies to