Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.DocumentFieldType
Packages that use DocumentFieldType
Package
Description
Package containing model classes to perform operations
DocumentModelAdministrationAsyncClient and
DocumentModelAdministrationClient.Package containing model classes to perform operations
DocumentAnalysisAsyncClient and
DocumentAnalysisClient.-
Uses of DocumentFieldType in com.azure.ai.formrecognizer.documentanalysis.administration.models
Methods in com.azure.ai.formrecognizer.documentanalysis.administration.models that return DocumentFieldTypeModifier and TypeMethodDescriptionDocumentFieldSchema.getType()Get the type property: Semantic data type of the field value. -
Uses of DocumentFieldType in com.azure.ai.formrecognizer.documentanalysis.models
Fields in com.azure.ai.formrecognizer.documentanalysis.models declared as DocumentFieldTypeModifier and TypeFieldDescriptionstatic final DocumentFieldTypeDocumentFieldType.ADDRESSStatic value address for DocumentFieldType.static final DocumentFieldTypeDocumentFieldType.COUNTRY_REGIONStatic value countryRegion for DocumentFieldType.static final DocumentFieldTypeDocumentFieldType.CURRENCYStatic value currency for DocumentFieldType.static final DocumentFieldTypeDocumentFieldType.DATEStatic value date for DocumentFieldType.static final DocumentFieldTypeDocumentFieldType.DOUBLEStatic value number for DocumentFieldType.static final DocumentFieldTypeDocumentFieldType.LISTStatic value array for DocumentFieldType.static final DocumentFieldTypeDocumentFieldType.LONGStatic value integer for DocumentFieldType.static final DocumentFieldTypeDocumentFieldType.MAPStatic value object for DocumentFieldType.static final DocumentFieldTypeDocumentFieldType.PHONE_NUMBERStatic value phoneNumber for DocumentFieldType.static final DocumentFieldTypeDocumentFieldType.SELECTION_MARKStatic value selectionMark for DocumentFieldType.static final DocumentFieldTypeDocumentFieldType.SIGNATUREStatic value signature for DocumentFieldType.static final DocumentFieldTypeDocumentFieldType.STRINGStatic value string for DocumentFieldType.static final DocumentFieldTypeDocumentFieldType.TIMEStatic value time for DocumentFieldType.Methods in com.azure.ai.formrecognizer.documentanalysis.models that return DocumentFieldTypeModifier and TypeMethodDescriptionstatic DocumentFieldTypeDocumentFieldType.fromString(String name) Creates or finds a DocumentFieldType from its string representation.TypedDocumentField.getType()Get the data type of the field value.Methods in com.azure.ai.formrecognizer.documentanalysis.models that return types with arguments of type DocumentFieldTypeModifier and TypeMethodDescriptionstatic Collection<DocumentFieldType>DocumentFieldType.values()