Google Cloud Document Ai V1 Client - Class Token (1.8.2)

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

A detected token.

Generated from protobuf message google.cloud.documentai.v1.Document.Page.Token

Namespace

Google \ Cloud \ DocumentAI \ V1 \ Document \ Page

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ layout Google\Cloud\DocumentAI\V1\Document\Page\Layout

Layout for Token.

↳ detected_break Google\Cloud\DocumentAI\V1\Document\Page\Token\DetectedBreak

Detected break at the end of a Token.

↳ detected_languages array<Google\Cloud\DocumentAI\V1\Document\Page\DetectedLanguage>

A list of detected languages together with confidence.

↳ provenance Google\Cloud\DocumentAI\V1\Document\Provenance

The history of this annotation.

↳ style_info Google\Cloud\DocumentAI\V1\Document\Page\Token\StyleInfo

Text style attributes.

getLayout

Returns
TypeDescription
Google\Cloud\DocumentAI\V1\Document\Page\Layout|null

hasLayout

clearLayout

setLayout

Parameter
NameDescription
var Google\Cloud\DocumentAI\V1\Document\Page\Layout
Returns
TypeDescription
$this

getDetectedBreak

Detected break at the end of a Token.

Returns
TypeDescription
Google\Cloud\DocumentAI\V1\Document\Page\Token\DetectedBreak|null

hasDetectedBreak

clearDetectedBreak

setDetectedBreak

Detected break at the end of a Token.

Parameter
NameDescription
var Google\Cloud\DocumentAI\V1\Document\Page\Token\DetectedBreak
Returns
TypeDescription
$this

getDetectedLanguages

A list of detected languages together with confidence.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDetectedLanguages

A list of detected languages together with confidence.

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

getProvenance

The history of this annotation.

Returns
TypeDescription
Google\Cloud\DocumentAI\V1\Document\Provenance|null

hasProvenance

clearProvenance

setProvenance

The history of this annotation.

Parameter
NameDescription
var Google\Cloud\DocumentAI\V1\Document\Provenance
Returns
TypeDescription
$this

getStyleInfo

Text style attributes.

Returns
TypeDescription
Google\Cloud\DocumentAI\V1\Document\Page\Token\StyleInfo|null

hasStyleInfo

clearStyleInfo

setStyleInfo

Text style attributes.

Parameter
NameDescription
var Google\Cloud\DocumentAI\V1\Document\Page\Token\StyleInfo
Returns
TypeDescription
$this