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
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout::DocumentLayoutBlock::LayoutListEntry>) — List entries that constitute a list block.
#list_entries=
def list_entries=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout::DocumentLayoutBlock::LayoutListEntry>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout::DocumentLayoutBlock::LayoutListEntry>) — List entries that constitute a list block.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout::DocumentLayoutBlock::LayoutListEntry>) — List entries that constitute a list block.
#type
def type() -> ::String
Returns
-
(::String) — Type of the list_entries (if exist). Available options are
ordered
andunordered
.
#type=
def type=(value) -> ::String
Parameter
-
value (::String) — Type of the list_entries (if exist). Available options are
ordered
andunordered
.
Returns
-
(::String) — Type of the list_entries (if exist). Available options are
ordered
andunordered
.