Uses of Class
com.azure.ai.documentintelligence.models.DocumentFieldType
Packages that use DocumentFieldType
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentFieldType in com.azure.ai.documentintelligence.models
Fields in com.azure.ai.documentintelligence.models declared as DocumentFieldTypeModifier and TypeFieldDescriptionstatic final DocumentFieldTypeDocumentFieldType.ADDRESSParsed address.static final DocumentFieldTypeDocumentFieldType.ARRAYList of subfields of the same type.static final DocumentFieldTypeDocumentFieldType.BOOLEANBoolean value, normalized to true or false.static final DocumentFieldTypeDocumentFieldType.COUNTRY_REGIONCountry/region, normalized to ISO 3166-1 alpha-3 format (ex.static final DocumentFieldTypeDocumentFieldType.CURRENCYCurrency amount with optional currency symbol and unit.static final DocumentFieldTypeDocumentFieldType.DATEDate, normalized to ISO 8601 (YYYY-MM-DD) format.static final DocumentFieldTypeDocumentFieldType.INTEGERInteger number, normalized to 64-bit signed integer.static final DocumentFieldTypeDocumentFieldType.NUMBERFloating point number, normalized to double precision floating point.static final DocumentFieldTypeDocumentFieldType.OBJECTNamed list of subfields of potentially different types.static final DocumentFieldTypeDocumentFieldType.PHONE_NUMBERPhone number, normalized to E.164 (+{CountryCode}{SubscriberNumber}) format.static final DocumentFieldTypeDocumentFieldType.SELECTION_GROUPArray of selected string values.static final DocumentFieldTypeDocumentFieldType.SELECTION_MARKIs field selected?.static final DocumentFieldTypeDocumentFieldType.SIGNATUREIs signature present?.static final DocumentFieldTypeDocumentFieldType.STRINGPlain text.static final DocumentFieldTypeDocumentFieldType.TIMETime, normalized to ISO 8601 (hh:mm:ss) format.Methods in com.azure.ai.documentintelligence.models that return DocumentFieldTypeModifier and TypeMethodDescriptionstatic DocumentFieldTypeDocumentFieldType.fromString(String name) Creates or finds a DocumentFieldType from its string representation.DocumentField.getType()Get the type property: Data type of the field value.DocumentFieldSchema.getType()Get the type property: Semantic data type of the field value.Methods in com.azure.ai.documentintelligence.models that return types with arguments of type DocumentFieldTypeModifier and TypeMethodDescriptionstatic Collection<DocumentFieldType> DocumentFieldType.values()Gets known DocumentFieldType values.Constructors in com.azure.ai.documentintelligence.models with parameters of type DocumentFieldTypeModifierConstructorDescriptionCreates an instance of DocumentFieldSchema class.