Google Cloud Document Ai V1 Client - Class TextAnchor (1.5.0)

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

Text reference indexing into the Document.text.

Generated from protobuf message google.cloud.documentai.v1.Document.TextAnchor

Namespace

Google \ Cloud \ DocumentAI \ V1 \ Document

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ text_segments array<Google\Cloud\DocumentAI\V1\Document\TextAnchor\TextSegment>

The text segments from the Document.text.

↳ content string

Contains the content of the text span so that users do not have to look it up in the text_segments. It is always populated for formFields.

getTextSegments

The text segments from the Document.text.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTextSegments

The text segments from the Document.text.

Parameter
NameDescription
var array<Google\Cloud\DocumentAI\V1\Document\TextAnchor\TextSegment>
Returns
TypeDescription
$this

getContent

Contains the content of the text span so that users do not have to look it up in the text_segments. It is always populated for formFields.

Returns
TypeDescription
string

setContent

Contains the content of the text span so that users do not have to look it up in the text_segments. It is always populated for formFields.

Parameter
NameDescription
var string
Returns
TypeDescription
$this