public static interface TextAnnotation.DetectedBreakOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIsPrefix()
public abstract boolean getIsPrefix()
True if break prepends the element.
bool is_prefix = 2;
Returns | |
---|---|
Type | Description |
boolean |
The isPrefix. |
getType()
public abstract TextAnnotation.DetectedBreak.BreakType getType()
Detected break type.
.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
Returns | |
---|---|
Type | Description |
TextAnnotation.DetectedBreak.BreakType |
The type. |
getTypeValue()
public abstract int getTypeValue()
Detected break type.
.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |