Class DocumentDimensions.Builder (2.83.0)

public static final class DocumentDimensions.Builder extends GeneratedMessage.Builder<DocumentDimensions.Builder> implements DocumentDimensionsOrBuilder

Message that describes dimension of a document.

Protobuf type google.cloud.automl.v1beta1.DocumentDimensions

Static Methods

getDescriptor()

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

Methods

build()

public DocumentDimensions build()
Returns
Type Description
DocumentDimensions

buildPartial()

public DocumentDimensions buildPartial()
Returns
Type Description
DocumentDimensions

clear()

public DocumentDimensions.Builder clear()
Returns
Type Description
DocumentDimensions.Builder
Overrides

clearHeight()

public DocumentDimensions.Builder clearHeight()

Height value of the document, works together with the unit.

float height = 3;

Returns
Type Description
DocumentDimensions.Builder

This builder for chaining.

clearUnit()

public DocumentDimensions.Builder clearUnit()

Unit of the dimension.

.google.cloud.automl.v1beta1.DocumentDimensions.DocumentDimensionUnit unit = 1;

Returns
Type Description
DocumentDimensions.Builder

This builder for chaining.

clearWidth()

public DocumentDimensions.Builder clearWidth()

Width value of the document, works together with the unit.

float width = 2;

Returns
Type Description
DocumentDimensions.Builder

This builder for chaining.

getDefaultInstanceForType()

public DocumentDimensions getDefaultInstanceForType()
Returns
Type Description
DocumentDimensions

getDescriptorForType()

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

getHeight()

public float getHeight()

Height value of the document, works together with the unit.

float height = 3;

Returns
Type Description
float

The height.

getUnit()

public DocumentDimensions.DocumentDimensionUnit getUnit()

Unit of the dimension.

.google.cloud.automl.v1beta1.DocumentDimensions.DocumentDimensionUnit unit = 1;

Returns
Type Description
DocumentDimensions.DocumentDimensionUnit

The unit.

getUnitValue()

public int getUnitValue()

Unit of the dimension.

.google.cloud.automl.v1beta1.DocumentDimensions.DocumentDimensionUnit unit = 1;

Returns
Type Description
int

The enum numeric value on the wire for unit.

getWidth()

public float getWidth()

Width value of the document, works together with the unit.

float width = 2;

Returns
Type Description
float

The width.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DocumentDimensions other)

public DocumentDimensions.Builder mergeFrom(DocumentDimensions other)
Parameter
Name Description
other DocumentDimensions
Returns
Type Description
DocumentDimensions.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DocumentDimensions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DocumentDimensions.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setHeight(float value)

public DocumentDimensions.Builder setHeight(float value)

Height value of the document, works together with the unit.

float height = 3;

Parameter
Name Description
value float

The height to set.

Returns
Type Description
DocumentDimensions.Builder

This builder for chaining.

setUnit(DocumentDimensions.DocumentDimensionUnit value)

public DocumentDimensions.Builder setUnit(DocumentDimensions.DocumentDimensionUnit value)

Unit of the dimension.

.google.cloud.automl.v1beta1.DocumentDimensions.DocumentDimensionUnit unit = 1;

Parameter
Name Description
value DocumentDimensions.DocumentDimensionUnit

The unit to set.

Returns
Type Description
DocumentDimensions.Builder

This builder for chaining.

setUnitValue(int value)

public DocumentDimensions.Builder setUnitValue(int value)

Unit of the dimension.

.google.cloud.automl.v1beta1.DocumentDimensions.DocumentDimensionUnit unit = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for unit to set.

Returns
Type Description
DocumentDimensions.Builder

This builder for chaining.

setWidth(float value)

public DocumentDimensions.Builder setWidth(float value)

Width value of the document, works together with the unit.

float width = 2;

Parameter
Name Description
value float

The width to set.

Returns
Type Description
DocumentDimensions.Builder

This builder for chaining.