public static final class TextAnnotation.DetectedBreak.Builder extends GeneratedMessageV3.Builder<TextAnnotation.DetectedBreak.Builder> implements TextAnnotation.DetectedBreakOrBuilder
Detected start or end of a structural component.
Protobuf type google.cloud.vision.v1p2beta1.TextAnnotation.DetectedBreak
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TextAnnotation.DetectedBreak.BuilderImplements
TextAnnotation.DetectedBreakOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TextAnnotation.DetectedBreak.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TextAnnotation.DetectedBreak.Builder |
build()
public TextAnnotation.DetectedBreak build()
Type | Description |
TextAnnotation.DetectedBreak |
buildPartial()
public TextAnnotation.DetectedBreak buildPartial()
Type | Description |
TextAnnotation.DetectedBreak |
clear()
public TextAnnotation.DetectedBreak.Builder clear()
Type | Description |
TextAnnotation.DetectedBreak.Builder |
clearField(Descriptors.FieldDescriptor field)
public TextAnnotation.DetectedBreak.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
TextAnnotation.DetectedBreak.Builder |
clearIsPrefix()
public TextAnnotation.DetectedBreak.Builder clearIsPrefix()
True if break prepends the element.
bool is_prefix = 2;
Type | Description |
TextAnnotation.DetectedBreak.Builder | This builder for chainin |