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.visionai.v1.NormalizedVertex
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > NormalizedVertex.BuilderImplements
NormalizedVertexOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NormalizedVertex.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
build()
public NormalizedVertex build()
Returns | |
---|---|
Type | Description |
NormalizedVertex |
buildPartial()
public NormalizedVertex buildPartial()
Returns | |
---|---|
Type | Description |
NormalizedVertex |
clear()
public NormalizedVertex.Builder clear()
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
clearField(Descriptors.FieldDescriptor field)
public NormalizedVertex.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public NormalizedVertex.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
clearX()
public NormalizedVertex.Builder clearX()
X coordinate.
float x = 1;
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
This builder for chaining. |
clearY()
public NormalizedVertex.Builder clearY()
Y coordinate.
float y = 2;
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
This builder for chaining. |
clone()
public NormalizedVertex.Builder clone()
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
getDefaultInstanceForType()
public NormalizedVertex getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
NormalizedVertex |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getX()
public float getX()
X coordinate.
float x = 1;
Returns | |
---|---|
Type | Description |
float |
The x. |
getY()
public float getY()
Y coordinate.
float y = 2;
Returns | |
---|---|
Type | Description |
float |
The y. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(NormalizedVertex other)
public NormalizedVertex.Builder mergeFrom(NormalizedVertex other)
Parameter | |
---|---|
Name | Description |
other |
NormalizedVertex |
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NormalizedVertex.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public NormalizedVertex.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NormalizedVertex.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public NormalizedVertex.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NormalizedVertex.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final NormalizedVertex.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
setX(float value)
public NormalizedVertex.Builder setX(float value)
X coordinate.
float x = 1;
Parameter | |
---|---|
Name | Description |
value |
float The x to set. |
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
This builder for chaining. |
setY(float value)
public NormalizedVertex.Builder setY(float value)
Y coordinate.
float y = 2;
Parameter | |
---|---|
Name | Description |
value |
float The y to set. |
Returns | |
---|---|
Type | Description |
NormalizedVertex.Builder |
This builder for chaining. |