public static final class Vertex.Builder extends GeneratedMessageV3.Builder<Vertex.Builder> implements VertexOrBuilder
A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
Protobuf type google.cloud.vision.v1p3beta1.Vertex
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Vertex.BuilderImplements
VertexOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Vertex.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Vertex.Builder |
build()
public Vertex build()
Type | Description |
Vertex |
buildPartial()
public Vertex buildPartial()
Type | Description |
Vertex |
clear()
public Vertex.Builder clear()
Type | Description |
Vertex.Builder |
clearField(Descriptors.FieldDescriptor field)
public Vertex.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Vertex.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Vertex.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Vertex.Builder |
clearX()
public Vertex.Builder clearX()
X coordinate.
int32 x = 1;