Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Documents
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Documents
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/documentai_v1/classes.rb,
lib/google/apis/documentai_v1/representations.rb,
lib/google/apis/documentai_v1/representations.rb
Overview
A set of inline documents.
Instance Attribute Summary collapse
-
#documents ⇒ Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document>
The list of documents.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1Documents
constructor
A new instance of GoogleCloudDocumentaiV1Documents.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1Documents
Returns a new instance of GoogleCloudDocumentaiV1Documents.
5967 5968 5969 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 5967 def initialize(**args) update!(**args) end |
Instance Attribute Details
#documents ⇒ Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1Document>
The list of documents.
Corresponds to the JSON property documents
5965 5966 5967 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 5965 def documents @documents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5972 5973 5974 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 5972 def update!(**args) @documents = args[:documents] if args.key?(:documents) end |