Interface TextAnnotation.DetectedBreakOrBuilder (2.0.29)

public static interface TextAnnotation.DetectedBreakOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIsPrefix()

public abstract boolean getIsPrefix()

True if break prepends the element.

bool is_prefix = 2;

Returns
TypeDescription
boolean

The isPrefix.

getType()

public abstract TextAnnotation.DetectedBreak.BreakType getType()

Detected break type.

.google.cloud.vision.v1p3beta1.TextAnnotation.DetectedBreak.BreakType type = 1;

Returns
TypeDescription
TextAnnotation.DetectedBreak.BreakType

The type.

getTypeValue()

public abstract int getTypeValue()

Detected break type.

.google.cloud.vision.v1p3beta1.TextAnnotation.DetectedBreak.BreakType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.