Google Cloud Document Ai V1 Client - Class LayoutListBlock (1.13.1)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class LayoutListBlock.

Represents a list type block.

Generated from protobuf message google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutListBlock

Namespace

Google \ Cloud \ DocumentAI \ V1 \ Document \ DocumentLayout \ DocumentLayoutBlock

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ list_entries array<Google\Cloud\DocumentAI\V1\Document\DocumentLayout\DocumentLayoutBlock\LayoutListEntry>

List entries that constitute a list block.

↳ type string

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

getListEntries

List entries that constitute a list block.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setListEntries

List entries that constitute a list block.

Parameter
Name Description
var array<Google\Cloud\DocumentAI\V1\Document\DocumentLayout\DocumentLayoutBlock\LayoutListEntry>
Returns
Type Description
$this

getType

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

Returns
Type Description
string

setType

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

Parameter
Name Description
var string
Returns
Type Description
$this