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

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

Represents the page footer associated with the chunk.

Generated from protobuf message google.cloud.documentai.v1.Document.ChunkedDocument.Chunk.ChunkPageFooter

Namespace

Google \ Cloud \ DocumentAI \ V1 \ Document \ ChunkedDocument \ Chunk

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ text string

Footer in text format.

↳ page_span Google\Cloud\DocumentAI\V1\Document\ChunkedDocument\Chunk\ChunkPageSpan

Page span of the footer.

getText

Footer in text format.

Returns
Type Description
string

setText

Footer in text format.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSpan

Page span of the footer.

Returns
Type Description
Google\Cloud\DocumentAI\V1\Document\ChunkedDocument\Chunk\ChunkPageSpan|null

hasPageSpan

clearPageSpan

setPageSpan

Page span of the footer.

Parameter
Name Description
var Google\Cloud\DocumentAI\V1\Document\ChunkedDocument\Chunk\ChunkPageSpan
Returns
Type Description
$this