azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.formrecognizer...

120 строки
6.7 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.ai.formrecognizer.models.FieldValueType"
fullName: "com.azure.ai.formrecognizer.models.FieldValueType"
name: "FieldValueType"
nameWithType: "FieldValueType"
summary: "Defines values for Field<wbr>Value<wbr>Type."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public enum **FieldValueType**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.ai.formrecognizer.models.FieldValueType?alt=com.azure.ai.formrecognizer.models.FieldValueType&text=FieldValueType\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.azure.ai.formrecognizer.models.FieldValueType.COUNTRY_REGION"
fullName: "com.azure.ai.formrecognizer.models.FieldValueType.COUNTRY_REGION"
name: "COUNTRY_REGION"
nameWithType: "FieldValueType.COUNTRY_REGION"
summary: "Enum value country region."
desc: "Enum value country region."
- uid: "com.azure.ai.formrecognizer.models.FieldValueType.DATE"
fullName: "com.azure.ai.formrecognizer.models.FieldValueType.DATE"
name: "DATE"
nameWithType: "FieldValueType.DATE"
summary: "Enum value date."
desc: "Enum value date."
- uid: "com.azure.ai.formrecognizer.models.FieldValueType.FLOAT"
fullName: "com.azure.ai.formrecognizer.models.FieldValueType.FLOAT"
name: "FLOAT"
nameWithType: "FieldValueType.FLOAT"
summary: "Enum value floating point number."
desc: "Enum value floating point number."
- uid: "com.azure.ai.formrecognizer.models.FieldValueType.LIST"
fullName: "com.azure.ai.formrecognizer.models.FieldValueType.LIST"
name: "LIST"
nameWithType: "FieldValueType.LIST"
summary: "Enum value list."
desc: "Enum value list."
- uid: "com.azure.ai.formrecognizer.models.FieldValueType.LONG"
fullName: "com.azure.ai.formrecognizer.models.FieldValueType.LONG"
name: "LONG"
nameWithType: "FieldValueType.LONG"
summary: "Enum value long."
desc: "Enum value long."
- uid: "com.azure.ai.formrecognizer.models.FieldValueType.MAP"
fullName: "com.azure.ai.formrecognizer.models.FieldValueType.MAP"
name: "MAP"
nameWithType: "FieldValueType.MAP"
summary: "Enum value map."
desc: "Enum value map."
- uid: "com.azure.ai.formrecognizer.models.FieldValueType.PHONE_NUMBER"
fullName: "com.azure.ai.formrecognizer.models.FieldValueType.PHONE_NUMBER"
name: "PHONE_NUMBER"
nameWithType: "FieldValueType.PHONE_NUMBER"
summary: "Enum value phone<wbr>Number."
desc: "Enum value phoneNumber."
- uid: "com.azure.ai.formrecognizer.models.FieldValueType.SELECTION_MARK_STATE"
fullName: "com.azure.ai.formrecognizer.models.FieldValueType.SELECTION_MARK_STATE"
name: "SELECTION_MARK_STATE"
nameWithType: "FieldValueType.SELECTION_MARK_STATE"
summary: "Enum value selection mark state."
desc: "Enum value selection mark state."
- uid: "com.azure.ai.formrecognizer.models.FieldValueType.STRING"
fullName: "com.azure.ai.formrecognizer.models.FieldValueType.STRING"
name: "STRING"
nameWithType: "FieldValueType.STRING"
summary: "Enum value string."
desc: "Enum value string."
- uid: "com.azure.ai.formrecognizer.models.FieldValueType.TIME"
fullName: "com.azure.ai.formrecognizer.models.FieldValueType.TIME"
name: "TIME"
nameWithType: "FieldValueType.TIME"
summary: "Enum value time."
desc: "Enum value time."
methods:
- uid: "com.azure.ai.formrecognizer.models.FieldValueType.valueOf(java.lang.String)"
fullName: "com.azure.ai.formrecognizer.models.FieldValueType.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "FieldValueType.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static FieldValueType valueOf(String name)"
returns:
type: "<xref href=\"com.azure.ai.formrecognizer.models.FieldValueType?alt=com.azure.ai.formrecognizer.models.FieldValueType&text=FieldValueType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.formrecognizer.models.FieldValueType.values()"
fullName: "com.azure.ai.formrecognizer.models.FieldValueType.values()"
name: "values()"
nameWithType: "FieldValueType.values()"
modifiers:
- "static"
syntax: "public static FieldValueType[] values()"
returns:
type: "<xref href=\"com.azure.ai.formrecognizer.models.FieldValueType?alt=com.azure.ai.formrecognizer.models.FieldValueType&text=FieldValueType\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Defines values for FieldValueType."
metadata: {}
package: "com.azure.ai.formrecognizer.models"
artifact: com.azure:azure-ai-formrecognizer:4.1.10