Document AI V1beta3 API - Class Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout::DocumentLayoutBlock::LayoutListBlock (v0.34.0)

Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout::DocumentLayoutBlock::LayoutListBlock.

Represents a list type block.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#list_entries

def list_entries() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout::DocumentLayoutBlock::LayoutListEntry>
Returns

#list_entries=

def list_entries=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout::DocumentLayoutBlock::LayoutListEntry>
Parameter
Returns

#type

def type() -> ::String
Returns
  • (::String) — Type of the list_entries (if exist). Available options are ordered and unordered.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — 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.