View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DatasetSchema (google_api_document_ai v0.45.0)
Dataset Schema.
Attributes
-
documentSchema(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentSchema.t, default:nil) - Optional. Schema of the dataset. -
name(type:String.t, default:nil) - Dataset schema resource name. Format:projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema -
satisfiesPzi(type:boolean(), default:nil) - Output only. Reserved for future use. -
satisfiesPzs(type:boolean(), default:nil) - Output only. Reserved for future use.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DatasetSchema{ documentSchema: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentSchema.t() | nil, name: String.t() | nil, satisfiesPzi: boolean() | nil, satisfiesPzs: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.