public static interface TextAnnotation.DetectedBreakOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsPrefix()
True if break prepends the element.
|
TextAnnotation.DetectedBreak.BreakType |
getType()
Detected break type.
|
int |
getTypeValue()
Detected break type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedint getTypeValue()
Detected break type.
.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;TextAnnotation.DetectedBreak.BreakType getType()
Detected break type.
.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;boolean getIsPrefix()
True if break prepends the element.
bool is_prefix = 2;