Class DocumentFieldSchema
java.lang.Object
com.azure.ai.documentintelligence.models.DocumentFieldSchema
Description of the field semantic schema using a JSON Schema style syntax.
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Field description.Get the example property: Example field content.getItems()
Get the items property: Field type schema of each array element.Get the properties property: Named sub-fields of the object field.getType()
Get the type property: Semantic data type of the field value.
-
Method Details
-
getType
Get the type property: Semantic data type of the field value.- Returns:
- the type value.
-
getDescription
Get the description property: Field description.- Returns:
- the description value.
-
getExample
Get the example property: Example field content.- Returns:
- the example value.
-
getItems
Get the items property: 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.
-