Uses of Class
com.azure.ai.documentintelligence.models.DocumentSelectionMarkState
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentSelectionMarkState in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final DocumentSelectionMarkState
DocumentSelectionMarkState.SELECTED
The selection mark is selected, often indicated by a check ✓ or cross X inside the selection mark.static final DocumentSelectionMarkState
DocumentSelectionMarkState.UNSELECTED
The selection mark is not selected.Modifier and TypeMethodDescriptionstatic DocumentSelectionMarkState
DocumentSelectionMarkState.fromString
(String name) Creates or finds a DocumentSelectionMarkState from its string representation.DocumentSelectionMark.getState()
Get the state property: State of the selection mark.DocumentField.getValueSelectionMark()
Get the valueSelectionMark property: Selection mark value.Modifier and TypeMethodDescriptionstatic Collection<DocumentSelectionMarkState>
DocumentSelectionMarkState.values()
Gets known DocumentSelectionMarkState values.