Class DocumentSelectionMarkState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DocumentSelectionMarkState>
com.azure.ai.formrecognizer.documentanalysis.models.DocumentSelectionMarkState
public final class DocumentSelectionMarkState
extends com.azure.core.util.ExpandableStringEnum<DocumentSelectionMarkState>
Defines values for DocumentSelectionMarkState.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DocumentSelectionMarkState
Static value selected for DocumentSelectionMarkState.static final DocumentSelectionMarkState
Static value unselected for DocumentSelectionMarkState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentSelectionMarkState
fromString
(String name) Creates or finds a DocumentSelectionMarkState from its string representation.static Collection<DocumentSelectionMarkState>
values()
Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SELECTED
Static value selected for DocumentSelectionMarkState. -
UNSELECTED
Static value unselected for DocumentSelectionMarkState.
-
-
Constructor Details
-
DocumentSelectionMarkState
public DocumentSelectionMarkState()
-
-
Method Details
-
fromString
Creates or finds a DocumentSelectionMarkState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding DocumentSelectionMarkState.
-
values
- Returns:
- known DocumentSelectionMarkState values.
-