public static final class Vertex.Builder extends GeneratedMessageV3.Builder<Vertex.Builder> implements VertexOrBuilderA 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.v1.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;
| Type | Description |
| Vertex.Builder | This builder for chaining. |
clearY()
public Vertex.Builder clearY()Y coordinate.
int32 y = 2;
| Type | Description |
| Vertex.Builder | This builder for chaining. |
clone()
public Vertex.Builder clone()| Type | Description |
| Vertex.Builder |
getDefaultInstanceForType()
public Vertex getDefaultInstanceForType()| Type | Description |
| Vertex |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getX()
public int getX()X coordinate.
int32 x = 1;
| Type | Description |
| int | The x. |
getY()
public int getY()Y coordinate.
int32 y = 2;
| Type | Description |
| int | The y. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Vertex other)
public Vertex.Builder mergeFrom(Vertex other)| Name | Description |
| other | Vertex |
| Type | Description |
| Vertex.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Vertex.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Vertex.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Vertex.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Vertex.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Vertex.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Vertex.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Vertex.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Vertex.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Vertex.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Vertex.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Vertex.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Vertex.Builder |
setX(int value)
public Vertex.Builder setX(int value)X coordinate.
int32 x = 1;
| Name | Description |
| value | intThe x to set. |
| Type | Description |
| Vertex.Builder | This builder for chaining. |
setY(int value)
public Vertex.Builder setY(int value)Y coordinate.
int32 y = 2;
| Name | Description |
| value | intThe y to set. |
| Type | Description |
| Vertex.Builder | This builder for chaining. |