Class DocumentFieldType


  • public final class DocumentFieldType
    extends com.azure.core.util.ExpandableStringEnum<DocumentFieldType>
    Defines values for DocumentFieldType.
    • Field Detail

      • STRING

        public static final DocumentFieldType STRING
        Static value string for DocumentFieldType.
      • DATE

        public static final DocumentFieldType DATE
        Static value date for DocumentFieldType.
      • TIME

        public static final DocumentFieldType TIME
        Static value time for DocumentFieldType.
      • PHONE_NUMBER

        public static final DocumentFieldType PHONE_NUMBER
        Static value phoneNumber for DocumentFieldType.
      • FLOAT

        public static final DocumentFieldType FLOAT
        Static value number for DocumentFieldType.
      • INTEGER

        public static final DocumentFieldType INTEGER
        Static value integer for DocumentFieldType.
      • SELECTION_MARK

        public static final DocumentFieldType SELECTION_MARK
        Static value selectionMark for DocumentFieldType.
      • COUNTRY_REGION

        public static final DocumentFieldType COUNTRY_REGION
        Static value countryRegion for DocumentFieldType.
      • SIGNATURE

        public static final DocumentFieldType SIGNATURE
        Static value signature for DocumentFieldType.
      • LIST

        public static final DocumentFieldType LIST
        Static value array for DocumentFieldType.
      • MAP

        public static final DocumentFieldType MAP
        Static value object for DocumentFieldType.
    • Constructor Detail

      • DocumentFieldType

        public DocumentFieldType()
    • Method Detail

      • fromString

        public static DocumentFieldType fromString​(String name)
        Creates or finds a DocumentFieldType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding DocumentFieldType.