Class: Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout::DocumentLayoutBlock::LayoutListBlock

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

Overview

Represents a list type block.

Instance Attribute Summary collapse

Instance Attribute Details

#list_entries::Array<::Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout::DocumentLayoutBlock::LayoutListEntry>

Returns List entries that constitute a list block.

Returns:



1164
1165
1166
1167
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1164

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

#type::String

Returns Type of the list_entries (if exist). Available options are ordered and unordered.

Returns:

  • (::String)

    Type of the list_entries (if exist). Available options are ordered and unordered.



1164
1165
1166
1167
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1164

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