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()
optional .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1; |
int |
getTypeValue()
optional .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
optional .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;TextAnnotation.DetectedBreak.BreakType getType()
optional .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;boolean getIsPrefix()
True if break prepends the element.
optional bool is_prefix = 2;