DocumentIntelligenceLayoutSkillOutputMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. search. documents. indexes. models. DocumentIntelligenceLayoutSkillOutputMode
- com.
- com.
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
Document |
ONE_TO_MANY
Specify that the output should be parsed as 'one |
Constructor Summary
| Constructor | Description |
|---|---|
| DocumentIntelligenceLayoutSkillOutputMode() |
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
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
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:
Returns:
values
public static Collection<DocumentIntelligenceLayoutSkillOutputMode> values()
Gets known DocumentIntelligenceLayoutSkillOutputMode values.
Returns: