DocumentSelectionMarkState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. documentintelligence. models. DocumentSelectionMarkState
- com.
- com.
public final class DocumentSelectionMarkState
extends ExpandableStringEnum<DocumentSelectionMarkState>
State of the selection mark.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Document |
SELECTED
The selection mark is selected, often indicated by a check \u2713 or cross X inside the selection mark. |
static final
Document |
UNSELECTED
The selection mark is not selected. |
Constructor Summary
Constructor | Description |
---|---|
DocumentSelectionMarkState() |
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
SELECTED
public static final DocumentSelectionMarkState SELECTED
The selection mark is selected, often indicated by a check \u2713 or cross X inside the selection mark.
UNSELECTED
public static final DocumentSelectionMarkState UNSELECTED
The selection mark is not selected.
Constructor Details
DocumentSelectionMarkState
@Deprecated
public DocumentSelectionMarkState()
Deprecated
Creates a new instance of DocumentSelectionMarkState value.
Method Details
fromString
public static DocumentSelectionMarkState fromString(String name)
Creates or finds a DocumentSelectionMarkState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DocumentSelectionMarkState values.
Returns:
Applies to
Azure SDK for Java