Google Cloud Document Ai V1 Client - Class DetectedBreak (2.4.0)

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

Detected break at the end of a Token.

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

Namespace

Google \ Cloud \ DocumentAI \ V1 \ Document \ Page \ Token

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ type int

Detected break type.

getType

Detected break type.

Returns
Type Description
int Enum of type Type.

setType

Detected break type.

Parameter
Name Description
var int

Enum of type Type.

Returns
Type Description
$this