Class: Google::Cloud::DocumentAI::V1beta3::Document::Provenance::Parent

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

Overview

Structure for referencing parent provenances. When an element replaces one of more other elements parent references identify the elements that are replaced.

Instance Attribute Summary collapse

Instance Attribute Details

#id::Integer

Returns The id of the parent provenance.

Returns:

  • (::Integer)

    The id of the parent provenance.



730
731
732
733
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 730

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

#revision::Integer

Returns The index of the [Document.revisions] identifying the parent revision.

Returns:

  • (::Integer)

    The index of the [Document.revisions] identifying the parent revision.



730
731
732
733
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 730

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