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

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

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ type int

Detected break type.

getType

Detected break type.

Generated from protobuf field .google.cloud.documentai.v1.Document.Page.Token.DetectedBreak.Type type = 1;

Returns
Type Description
int

setType

Detected break type.

Generated from protobuf field .google.cloud.documentai.v1.Document.Page.Token.DetectedBreak.Type type = 1;

Parameter
Name Description
var int
Returns
Type Description
$this