Uses of Class
com.azure.ai.documentintelligence.models.DocumentFieldSchema
Packages that use DocumentFieldSchema
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentFieldSchema in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return DocumentFieldSchemaModifier and TypeMethodDescriptionstatic DocumentFieldSchemaDocumentFieldSchema.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.Methods in com.azure.ai.documentintelligence.models that return types with arguments of type DocumentFieldSchemaModifier 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.Methods in com.azure.ai.documentintelligence.models with parameters of type DocumentFieldSchemaModifier and TypeMethodDescriptionDocumentFieldSchema.setItems(DocumentFieldSchema items) Set the items property: Field type schema of each array element.Method parameters in com.azure.ai.documentintelligence.models with type arguments of type DocumentFieldSchemaModifier 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.