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
FieldsModifier and TypeFieldDescriptionstatic final DocumentSelectionMarkStateStatic value selected for DocumentSelectionMarkState.static final DocumentSelectionMarkStateStatic value unselected for DocumentSelectionMarkState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentSelectionMarkStatefromString(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.
-