Uses of Class
com.azure.ai.formrecognizer.models.SelectionMarkState
Packages that use SelectionMarkState
Package
Description
Package containing classes for FormRecognizerClient.
-
Uses of SelectionMarkState in com.azure.ai.formrecognizer.models
Fields in com.azure.ai.formrecognizer.models declared as SelectionMarkStateModifier and TypeFieldDescriptionstatic final SelectionMarkStateSelectionMarkState.SELECTEDStatic value SELECTED for SelectionMarkState.static final SelectionMarkStateSelectionMarkState.UNSELECTEDStatic value UNSELECTED for SelectionMarkState.Methods in com.azure.ai.formrecognizer.models that return SelectionMarkStateModifier and TypeMethodDescriptionFieldValue.asSelectionMarkState()Gets the value of the field as a selection mark state.static SelectionMarkStateSelectionMarkState.fromString(String value) Creates or finds a SelectionMarkState from its string representation.FormSelectionMark.getState()Gets the state property of the selection mark.