- 0.173.0 (latest)
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
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.datalabeling.v1beta1.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 |
clearX()
public NormalizedVertex.Builder clearX()
X coordinate.
float x = 1;
Type | Description |
NormalizedVertex.Builder | This builder for chaining. |
clearY()
public NormalizedVertex.Builder clearY()
Y coordinate.
float y = 2;
Type | Description |
NormalizedVertex.Builder | This builder for chaining. |
clone()
public NormalizedVertex.Builder clone()
Type | Description |
NormalizedVertex.Builder |
getDefaultInstanceForType()
public NormalizedVertex getDefaultInstanceForType()
Type | Description |
NormalizedVertex |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getX()
public float getX()
X coordinate.
float x = 1;
Type | Description |
float | The x. |
getY()
public float getY()
Y coordinate.
float y = 2;
Type | Description |
float | The y. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(NormalizedVertex other)
public NormalizedVertex.Builder mergeFrom(NormalizedVertex other)
Name | Description |
other | NormalizedVertex |
Type | Description |
NormalizedVertex.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NormalizedVertex.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
NormalizedVertex.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public NormalizedVertex.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
NormalizedVertex.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NormalizedVertex.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
NormalizedVertex.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public NormalizedVertex.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
NormalizedVertex.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NormalizedVertex.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
NormalizedVertex.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final NormalizedVertex.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
NormalizedVertex.Builder |
setX(float value)
public NormalizedVertex.Builder setX(float value)
X coordinate.
float x = 1;
Name | Description |
value | float The x to set. |
Type | Description |
NormalizedVertex.Builder | This builder for chaining. |
setY(float value)
public NormalizedVertex.Builder setY(float value)
Y coordinate.
float y = 2;
Name | Description |
value | float The y to set. |
Type | Description |
NormalizedVertex.Builder | This builder for chaining. |