Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId
- 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 more...
Overview
Identifies a document uniquely within the scope of a dataset in unmanaged option.
Instance Attribute Summary collapse
-
#doc_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId
constructor
A new instance of GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId
Returns a new instance of GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId.
10321 10322 10323 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 10321 def initialize(**args) update!(**args) end |
Instance Attribute Details
#doc_id ⇒ String
Required. The id of the document.
Corresponds to the JSON property docId
10319 10320 10321 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 10319 def doc_id @doc_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10326 10327 10328 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 10326 def update!(**args) @doc_id = args[:doc_id] if args.key?(:doc_id) end |