public static final class NormalizedVertex.Builder extends GeneratedMessageV3.Builder<NormalizedVertex.Builder> implements NormalizedVertexOrBuilder
A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
Protobuf type google.cloud.vision.v1p3beta1.NormalizedVertex
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > NormalizedVertex.BuilderImplements
NormalizedVertexOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NormalizedVertex.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
NormalizedVertex.Builder |
build()
public NormalizedVertex build()
Type | Description |
NormalizedVertex |
buildPartial()
public NormalizedVertex buildPartial()
Type | Description |
NormalizedVertex |
clear()
public NormalizedVertex.Builder clear()
Type | Description |
NormalizedVertex.Builder |
clearField(Descriptors.FieldDescriptor field)
public NormalizedVertex.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
NormalizedVertex.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public NormalizedVertex.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
NormalizedVertex.Builder |