Class: Google::Cloud::DocumentAI::V1beta3::DocumentId::UnmanagedDocumentId

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

Overview

Identifies a document uniquely within the scope of a dataset in unmanaged option.

Instance Attribute Summary collapse

Instance Attribute Details

#doc_id::String

Returns Required. The id of the document.

Returns:

  • (::String)

    Required. The id of the document.



141
142
143
144
# File 'proto_docs/google/cloud/documentai/v1beta3/dataset.rb', line 141

class UnmanagedDocumentId
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end