Uses of Class
com.azure.ai.documentintelligence.models.DocumentFieldSchema
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentFieldSchema in com.azure.ai.documentintelligence.models
Modifier and TypeMethodDescriptionstatic DocumentFieldSchema
DocumentFieldSchema.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DocumentFieldSchema from the JsonReader.DocumentFieldSchema.getItems()
Get the items property: Field type schema of each array element.DocumentFieldSchema.setDescription
(String description) Set the description property: Field description.DocumentFieldSchema.setExample
(String example) Set the example property: Example field content.DocumentFieldSchema.setItems
(DocumentFieldSchema items) Set the items property: Field type schema of each array element.DocumentFieldSchema.setProperties
(Map<String, DocumentFieldSchema> properties) Set the properties property: Named sub-fields of the object field.Modifier and TypeMethodDescriptionDocumentTypeDetails.getFieldSchema()
Get the fieldSchema property: Description of the document semantic schema using a JSON Schema style syntax.DocumentFieldSchema.getProperties()
Get the properties property: Named sub-fields of the object field.Modifier and TypeMethodDescriptionDocumentFieldSchema.setItems
(DocumentFieldSchema items) Set the items property: Field type schema of each array element.Modifier and TypeMethodDescriptionDocumentTypeDetails.setFieldSchema
(Map<String, DocumentFieldSchema> fieldSchema) Set the fieldSchema property: Description of the document semantic schema using a JSON Schema style syntax.DocumentFieldSchema.setProperties
(Map<String, DocumentFieldSchema> properties) Set the properties property: Named sub-fields of the object field.