public static final class Word.Builder extends GeneratedMessageV3.Builder<Word.Builder> implements WordOrBuilder
A word representation.
Protobuf type google.cloud.vision.v1p4beta1.Word
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Word.BuilderImplements
WordOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllSymbols(Iterable<? extends Symbol> values)
public Word.Builder addAllSymbols(Iterable<? extends Symbol> values)
List of symbols in the word. The order of the symbols follows the natural reading order.
repeated .google.cloud.vision.v1p4beta1.Symbol symbols = 3;
Name | Description |
values | Iterable<? extends com.google.cloud.vision.v1p4beta1.Symbol> |
Type | Description |
Word.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Word.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Word.Builder |