- 3.50.0 (latest)
- 3.49.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.3
- 2.1.4
- 2.0.29
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.v1p2beta1.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 | int The 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 | int The y to set. |
Type | Description |
Vertex.Builder | This builder for chaining. |