你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentIntelligenceLayoutSkillChunkingUnit Class

public final class DocumentIntelligenceLayoutSkillChunkingUnit
extends ExpandableStringEnum<DocumentIntelligenceLayoutSkillChunkingUnit>

Controls the cardinality of the chunk unit. Default is 'characters'.

Field Summary

Modifier and Type Field and Description
static final DocumentIntelligenceLayoutSkillChunkingUnit CHARACTERS

Specifies chunk by characters.

Constructor Summary

Constructor Description
DocumentIntelligenceLayoutSkillChunkingUnit()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DocumentIntelligenceLayoutSkillChunkingUnit value.

Method Summary

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

Creates or finds a DocumentIntelligenceLayoutSkillChunkingUnit from its string representation.

static Collection<DocumentIntelligenceLayoutSkillChunkingUnit> values()

Gets known DocumentIntelligenceLayoutSkillChunkingUnit values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CHARACTERS

public static final DocumentIntelligenceLayoutSkillChunkingUnit CHARACTERS

Specifies chunk by characters.

Constructor Details

DocumentIntelligenceLayoutSkillChunkingUnit

@Deprecated
public DocumentIntelligenceLayoutSkillChunkingUnit()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DocumentIntelligenceLayoutSkillChunkingUnit value.

Method Details

fromString

public static DocumentIntelligenceLayoutSkillChunkingUnit fromString(String name)

Creates or finds a DocumentIntelligenceLayoutSkillChunkingUnit from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DocumentIntelligenceLayoutSkillChunkingUnit.

values

public static Collection<DocumentIntelligenceLayoutSkillChunkingUnit> values()

Gets known DocumentIntelligenceLayoutSkillChunkingUnit values.

Returns:

known DocumentIntelligenceLayoutSkillChunkingUnit values.

Applies to