Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.DocumentSelectionMarkState
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of DocumentSelectionMarkState in com.azure.ai.formrecognizer.documentanalysis.models
Modifier and TypeFieldDescriptionstatic final DocumentSelectionMarkState
DocumentSelectionMarkState.SELECTED
Static value selected for DocumentSelectionMarkState.static final DocumentSelectionMarkState
DocumentSelectionMarkState.UNSELECTED
Static value unselected for DocumentSelectionMarkState.Modifier and TypeMethodDescriptionstatic DocumentSelectionMarkState
DocumentSelectionMarkState.fromString
(String name) Creates or finds a DocumentSelectionMarkState from its string representation.DocumentSelectionMark.getSelectionMarkState()
Get the state property: State of the selection mark.DocumentField.getValueAsSelectionMark()
Get the selection mark value.Modifier and TypeMethodDescriptionstatic Collection<DocumentSelectionMarkState>
DocumentSelectionMarkState.values()