Share via


DocumentIntelligenceLayoutSkillOutputMode Class

public final class DocumentIntelligenceLayoutSkillOutputMode
extends ExpandableStringEnum<DocumentIntelligenceLayoutSkillOutputMode>

Controls the cardinality of the output produced by the skill. Default is 'oneToMany'.

Field Summary

Modifier and Type Field and Description
static final DocumentIntelligenceLayoutSkillOutputMode ONE_TO_MANY

Specify that the output should be parsed as 'oneToMany'.

Constructor Summary

Constructor Description
DocumentIntelligenceLayoutSkillOutputMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DocumentIntelligenceLayoutSkillOutputMode value.

Method Summary

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

Creates or finds a DocumentIntelligenceLayoutSkillOutputMode from its string representation.

static Collection<DocumentIntelligenceLayoutSkillOutputMode> values()

Gets known DocumentIntelligenceLayoutSkillOutputMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ONE_TO_MANY

public static final DocumentIntelligenceLayoutSkillOutputMode ONE_TO_MANY

Specify that the output should be parsed as 'oneToMany'.

Constructor Details

DocumentIntelligenceLayoutSkillOutputMode

@Deprecated
public DocumentIntelligenceLayoutSkillOutputMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DocumentIntelligenceLayoutSkillOutputMode value.

Method Details

fromString

public static DocumentIntelligenceLayoutSkillOutputMode fromString(String name)

Creates or finds a DocumentIntelligenceLayoutSkillOutputMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DocumentIntelligenceLayoutSkillOutputMode.

values

public static Collection<DocumentIntelligenceLayoutSkillOutputMode> values()

Gets known DocumentIntelligenceLayoutSkillOutputMode values.

Returns:

known DocumentIntelligenceLayoutSkillOutputMode values.

Applies to