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