Class: Google::Cloud::DocumentAI::V1beta3::BatchDatasetDocuments

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/dataset.rb

Overview

Dataset documents that the batch operation will be applied to.

Defined Under Namespace

Classes: IndividualDocumentIds

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns A filter matching the documents. Follows the same format and restriction as [google.cloud.documentai.master.ListDocumentsRequest.filter].

Returns:

  • (::String)

    A filter matching the documents. Follows the same format and restriction as [google.cloud.documentai.master.ListDocumentsRequest.filter].



171
172
173
174
175
176
177
178
179
180
181
182
183
184
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 171

class BatchDatasetDocuments
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # List of individual DocumentIds.
  # @!attribute [rw] document_ids
  #   @return [::Array<::Google::Cloud::DocumentAI::V1beta3::DocumentId>]
  #     Required. List of Document IDs indicating where the actual documents are
  #     stored.
  class IndividualDocumentIds
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#individual_document_ids::Google::Cloud::DocumentAI::V1beta3::BatchDatasetDocuments::IndividualDocumentIds

Returns Document identifiers.



171
172
173
174
175
176
177
178
179
180
181
182
183
184
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 171

class BatchDatasetDocuments
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # List of individual DocumentIds.
  # @!attribute [rw] document_ids
  #   @return [::Array<::Google::Cloud::DocumentAI::V1beta3::DocumentId>]
  #     Required. List of Document IDs indicating where the actual documents are
  #     stored.
  class IndividualDocumentIds
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end