GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Schema (google_api_document_ai v0.30.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.V1beta3.Model.GoogleCloudDocumentaiV1beta3SchemaEntityType.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.V1beta3.Model.GoogleCloudDocumentaiV1beta3Schema{ description: String.t() | nil, displayName: String.t() | nil, entityTypes: [ GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3SchemaEntityType.t() ] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.