Share via


DocumentIntelligenceLayoutSkillOutputFormat Class

public final class DocumentIntelligenceLayoutSkillOutputFormat
extends ExpandableStringEnum<DocumentIntelligenceLayoutSkillOutputFormat>

Controls the cardinality of the output format. Default is 'markdown'.

Field Summary

Modifier and Type Field and Description
static final DocumentIntelligenceLayoutSkillOutputFormat MARKDOWN

Specify the format of the output as markdown.

static final DocumentIntelligenceLayoutSkillOutputFormat TEXT

Specify the format of the output as text.

Constructor Summary

Constructor Description
DocumentIntelligenceLayoutSkillOutputFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DocumentIntelligenceLayoutSkillOutputFormat value.

Method Summary

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

Creates or finds a DocumentIntelligenceLayoutSkillOutputFormat from its string representation.

static Collection<DocumentIntelligenceLayoutSkillOutputFormat> values()

Gets known DocumentIntelligenceLayoutSkillOutputFormat values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MARKDOWN

public static final DocumentIntelligenceLayoutSkillOutputFormat MARKDOWN

Specify the format of the output as markdown.

TEXT

public static final DocumentIntelligenceLayoutSkillOutputFormat TEXT

Specify the format of the output as text.

Constructor Details

DocumentIntelligenceLayoutSkillOutputFormat

@Deprecated
public DocumentIntelligenceLayoutSkillOutputFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DocumentIntelligenceLayoutSkillOutputFormat value.

Method Details

fromString

public static DocumentIntelligenceLayoutSkillOutputFormat fromString(String name)

Creates or finds a DocumentIntelligenceLayoutSkillOutputFormat from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DocumentIntelligenceLayoutSkillOutputFormat.

values

public static Collection<DocumentIntelligenceLayoutSkillOutputFormat> values()

Gets known DocumentIntelligenceLayoutSkillOutputFormat values.

Returns:

known DocumentIntelligenceLayoutSkillOutputFormat values.

Applies to