Class DocumentSelectionMarkState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DocumentSelectionMarkState>
com.azure.ai.documentintelligence.models.DocumentSelectionMarkState
public final class DocumentSelectionMarkState
extends com.azure.core.util.ExpandableStringEnum<DocumentSelectionMarkState>
State of the selection mark.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DocumentSelectionMarkState
The selection mark is selected, often indicated by a check ✓ or cross X inside the selection mark.static final DocumentSelectionMarkState
The selection mark is not selected. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentSelectionMarkState
fromString
(String name) Creates or finds a DocumentSelectionMarkState from its string representation.static Collection<DocumentSelectionMarkState>
values()
Gets known DocumentSelectionMarkState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SELECTED
The selection mark is selected, often indicated by a check ✓ or cross X inside the selection mark. -
UNSELECTED
The selection mark is not selected.
-
-
Constructor Details
-
DocumentSelectionMarkState
Deprecated.Use thefromString(String)
factory method.Creates a new instance of DocumentSelectionMarkState value.
-
-
Method Details
-
fromString
Creates or finds a DocumentSelectionMarkState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding DocumentSelectionMarkState.
-
values
Gets known DocumentSelectionMarkState values.- Returns:
- known DocumentSelectionMarkState values.
-
fromString(String)
factory method.