Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.DocumentSelectionMarkState
Packages that use DocumentSelectionMarkState
Package
Description
Package containing model classes to perform operations
DocumentAnalysisAsyncClient and
DocumentAnalysisClient.-
Uses of DocumentSelectionMarkState in com.azure.ai.formrecognizer.documentanalysis.models
Fields in com.azure.ai.formrecognizer.documentanalysis.models declared as DocumentSelectionMarkStateModifier and TypeFieldDescriptionstatic final DocumentSelectionMarkStateDocumentSelectionMarkState.SELECTEDStatic value selected for DocumentSelectionMarkState.static final DocumentSelectionMarkStateDocumentSelectionMarkState.UNSELECTEDStatic value unselected for DocumentSelectionMarkState.Methods in com.azure.ai.formrecognizer.documentanalysis.models that return DocumentSelectionMarkStateModifier and TypeMethodDescriptionstatic DocumentSelectionMarkStateDocumentSelectionMarkState.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.Methods in com.azure.ai.formrecognizer.documentanalysis.models that return types with arguments of type DocumentSelectionMarkStateModifier and TypeMethodDescriptionstatic Collection<DocumentSelectionMarkState>DocumentSelectionMarkState.values()