GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3Schema (google_api_document_ai v0.6.0) View Source
The schema defines the output of the processed document by a processor.
Attributes
-
description(type:String.t, default:nil) - Description of the schema. -
displayName(type:String.t, default:nil) - Display name to show to users. -
entityTypes(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3SchemaEntityType.t), default:nil) - Entity types of the schema.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3Schema{
description: String.t(),
displayName: String.t(),
entityTypes: [
GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3SchemaEntityType.t()
]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.