Class NormalizedVertex.Builder (2.87.0)

public static final class NormalizedVertex.Builder extends GeneratedMessage.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.documentai.v1.NormalizedVertex

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

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
Overrides

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 (starts from the top of the image).

float y = 2;

Returns
Type Description
NormalizedVertex.Builder

This builder for chaining.

getDefaultInstanceForType()

public NormalizedVertex getDefaultInstanceForType()
Returns
Type Description
NormalizedVertex

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getX()

public float getX()

X coordinate.

float x = 1;

Returns
Type Description
float

The x.

getY()

public float getY()

Y coordinate (starts from the top of the image).

float y = 2;

Returns
Type Description
float

The y.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public NormalizedVertex.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
NormalizedVertex.Builder
Overrides

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 (starts from the top of the image).

float y = 2;

Parameter
Name Description
value float

The y to set.

Returns
Type Description
NormalizedVertex.Builder

This builder for chaining.