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