Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3BatchDatasetDocumentsIndividualDocumentIds

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

List of individual DocumentIds.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3BatchDatasetDocumentsIndividualDocumentIds

Returns a new instance of GoogleCloudDocumentaiV1beta3BatchDatasetDocumentsIndividualDocumentIds.



2052
2053
2054
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 2052

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

Instance Attribute Details

#document_idsArray<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentId>

Required. List of Document IDs indicating where the actual documents are stored. Corresponds to the JSON property documentIds



2050
2051
2052
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 2050

def document_ids
  @document_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2057
2058
2059
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 2057

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