Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsDocuments

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/documentai_v1beta3/classes.rb,
lib/google/apis/documentai_v1beta3/representations.rb,
lib/google/apis/documentai_v1beta3/representations.rb

Overview

Specifies a set of documents on Cloud Storage.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3GcsDocuments

Returns a new instance of GoogleCloudDocumentaiV1beta3GcsDocuments.



5901
5902
5903
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 5901

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#documentsArray<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3GcsDocument>

The list of documents. Corresponds to the JSON property documents



5899
5900
5901
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 5899

def documents
  @documents
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5906
5907
5908
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 5906

def update!(**args)
  @documents = args[:documents] if args.key?(:documents)
end