Uses of Class
com.azure.ai.documentintelligence.models.DocumentSelectionMarkState
Packages that use DocumentSelectionMarkState
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentSelectionMarkState in com.azure.ai.documentintelligence.models
Fields in com.azure.ai.documentintelligence.models declared as DocumentSelectionMarkStateModifier and TypeFieldDescriptionstatic final DocumentSelectionMarkStateDocumentSelectionMarkState.SELECTEDThe selection mark is selected, often indicated by a check ✓ or cross X inside the selection mark.static final DocumentSelectionMarkStateDocumentSelectionMarkState.UNSELECTEDThe selection mark is not selected.Methods in com.azure.ai.documentintelligence.models that return DocumentSelectionMarkStateModifier and TypeMethodDescriptionstatic DocumentSelectionMarkStateDocumentSelectionMarkState.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.Methods in com.azure.ai.documentintelligence.models that return types with arguments of type DocumentSelectionMarkStateModifier and TypeMethodDescriptionstatic Collection<DocumentSelectionMarkState> DocumentSelectionMarkState.values()Gets known DocumentSelectionMarkState values.