GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig (google_api_document_ai v0.31.0) View Source
The common config to specify a set of documents used as input.
Attributes
-
gcsDocuments(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3GcsDocuments.t, default:nil) - The set of documents individually specified on Cloud Storage. -
gcsPrefix(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3GcsPrefix.t, default:nil) - The set of documents that match the specified Cloud Storage [gcs_prefix].
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.GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig{
gcsDocuments:
GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3GcsDocuments.t()
| nil,
gcsPrefix:
GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3GcsPrefix.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.