DocumentIntelligenceLayoutSkillOutputFormat Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. search. documents. indexes. models. DocumentIntelligenceLayoutSkillOutputFormat
- com.
- com.
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
Document |
MARKDOWN
Specify the format of the output as markdown. |
|
static final
Document |
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 Document |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Document |
fromString(String name)
Creates or finds a Document |
|
static
Collection<Document |
values()
Gets known Document |
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
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:
Returns:
values
public static Collection<DocumentIntelligenceLayoutSkillOutputFormat> values()
Gets known DocumentIntelligenceLayoutSkillOutputFormat values.
Returns: