Uses of Class
com.azure.ai.formrecognizer.models.SelectionMarkState
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of SelectionMarkState in com.azure.ai.formrecognizer.models
Modifier and TypeFieldDescriptionstatic final SelectionMarkState
SelectionMarkState.SELECTED
Static value SELECTED for SelectionMarkState.static final SelectionMarkState
SelectionMarkState.UNSELECTED
Static value UNSELECTED for SelectionMarkState.Modifier and TypeMethodDescriptionFieldValue.asSelectionMarkState()
Gets the value of the field as a selection mark state.static SelectionMarkState
SelectionMarkState.fromString
(String value) Creates or finds a SelectionMarkState from its string representation.FormSelectionMark.getState()
Gets the state property of the selection mark.