Class DocumentFieldSchema
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentFieldSchema
Description of the field semantic schema using a JSON Schema style syntax.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DocumentFieldSchema
public DocumentFieldSchema()
-
-
Method Details
-
getType
Get the Semantic data type of the field value.- Returns:
- the type value.
-
getDescription
Get the Field description.- Returns:
- the description value.
-
getExample
Get the example field content.- Returns:
- the example value.
-
getItems
Get the Field type schema of each array element.- Returns:
- the items value.
-
getProperties
Get the properties property: Named sub-fields of the object field.- Returns:
- the properties value.
-