SelectionMarkState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. formrecognizer. models. SelectionMarkState
- com.
- com.
public final class SelectionMarkState
extends ExpandableStringEnum<SelectionMarkState>
Defines values for SelectionMarkState. i.e., Selected or Unselected.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Selection |
SELECTED
Static value SELECTED for Selection |
static final
Selection |
UNSELECTED
Static value UNSELECTED for Selection |
Constructor Summary
Constructor | Description |
---|---|
SelectionMarkState() |
Deprecated
Use the #fromString(String, Class) factory method.
Constructs a Selection |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Selection |
fromString(String value)
Creates or finds a Selection |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
SELECTED
public static final SelectionMarkState SELECTED
Static value SELECTED for SelectionMarkState.
UNSELECTED
public static final SelectionMarkState UNSELECTED
Static value UNSELECTED for SelectionMarkState.
Constructor Details
SelectionMarkState
@Deprecated
public SelectionMarkState()
Deprecated
Constructs a SelectionMarkState object.
Method Details
fromString
public static SelectionMarkState fromString(String value)
Creates or finds a SelectionMarkState from its string representation.
Parameters:
Returns:
Applies to
Azure SDK for Java