Class: Google::Cloud::DocumentAI::V1beta3::Document::Provenance::Parent
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::Document::Provenance::Parent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document.rb
Overview
The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
Instance Attribute Summary collapse
-
#id ⇒ ::Integer
The id of the parent provenance.
-
#index ⇒ ::Integer
The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
-
#revision ⇒ ::Integer
The index of the index into current revision's parent_ids list.
Instance Attribute Details
#id ⇒ ::Integer
Returns The id of the parent provenance.
929 930 931 932 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 929 class Parent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#index ⇒ ::Integer
Returns The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
929 930 931 932 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 929 class Parent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |