DocumentSelectionMarkState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. formrecognizer. documentanalysis. models. DocumentSelectionMarkState
- com.
- com.
public final class DocumentSelectionMarkState
extends ExpandableStringEnum<DocumentSelectionMarkState>
Defines values for DocumentSelectionMarkState.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Document |
SELECTED
Static value selected for Document |
static final
Document |
UNSELECTED
Static value unselected for Document |
Constructor Summary
Constructor | Description |
---|---|
DocumentSelectionMarkState() |
Deprecated
Use the fromString(String name) factory method.
Creates a Document |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Document |
fromString(String name)
Creates or finds a Document |
static
Collection<Document |
values()
Returns known Document |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
SELECTED
public static final DocumentSelectionMarkState SELECTED
Static value selected for DocumentSelectionMarkState.
UNSELECTED
public static final DocumentSelectionMarkState UNSELECTED
Static value unselected for DocumentSelectionMarkState.
Constructor Details
DocumentSelectionMarkState
@Deprecated
public DocumentSelectionMarkState()
Deprecated
Creates a DocumentSelectionMarkState object.
Method Details
fromString
public static DocumentSelectionMarkState fromString(String name)
Creates or finds a DocumentSelectionMarkState from its string representation.
Parameters:
Returns:
values
public static Collection
Returns known DocumentSelectionMarkState values.
Returns:
Applies to
Azure SDK for Java