Google Cloud Document Ai V1 Client - Class Type (1.7.0)

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

Enum to denote the type of break found.

Protobuf type google.cloud.documentai.v1.Document.Page.Token.DetectedBreak.Type

Namespace

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

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified break type.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

SPACE

Value: 1

A single whitespace.

Generated from protobuf enum SPACE = 1;

WIDE_SPACE

Value: 2

A wider whitespace.

Generated from protobuf enum WIDE_SPACE = 2;

HYPHEN

Value: 3

A hyphen that indicates that a token has been split across lines.

Generated from protobuf enum HYPHEN = 3;