Class CropHint.Builder (2.1.2)

public static final class CropHint.Builder extends GeneratedMessageV3.Builder<CropHint.Builder> implements CropHintOrBuilder

Single crop hint that is used to generate a new crop when serving an image.

Protobuf type google.cloud.vision.v1p3beta1.CropHint

Implements

CropHintOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CropHint.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CropHint.Builder
Overrides

build()

public CropHint build()
Returns
TypeDescription
CropHint

buildPartial()

public CropHint buildPartial()
Returns
TypeDescription
CropHint

clear()

public CropHint.Builder clear()
Returns
TypeDescription
CropHint.Builder
Overrides

clearBoundingPoly()

public CropHint.Builder clearBoundingPoly()

The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale, as returned in ImageParams.

.google.cloud.vision.v1p3beta1.BoundingPoly bounding_poly = 1;

Returns
TypeDescription
CropHint.Builder

clearConfidence()

public CropHint.Builder clearConfidence()

Confidence of this being a salient region. Range [0, 1].

float confidence = 2;

Returns
TypeDescription
CropHint.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public CropHint.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CropHint.Builder
Overrides

clearImportanceFraction()

public CropHint.Builder clearImportanceFraction()

Fraction of importance of this salient region with respect to the original image.

float importance_fraction = 3;

Returns
TypeDescription
CropHint.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public CropHint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CropHint.Builder
Overrides

clone()

public CropHint.Builder clone()
Returns
TypeDescription
CropHint.Builder
Overrides

getBoundingPoly()

public BoundingPoly getBoundingPoly()

The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale, as returned in ImageParams.

.google.cloud.vision.v1p3beta1.BoundingPoly bounding_poly = 1;

Returns
TypeDescription
BoundingPoly

The boundingPoly.

getBoundingPolyBuilder()

public BoundingPoly.Builder getBoundingPolyBuilder()

The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale, as returned in ImageParams.

.google.cloud.vision.v1p3beta1.BoundingPoly bounding_poly = 1;

Returns
TypeDescription
BoundingPoly.Builder

getBoundingPolyOrBuilder()

public BoundingPolyOrBuilder getBoundingPolyOrBuilder()

The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale, as returned in ImageParams.

.google.cloud.vision.v1p3beta1.BoundingPoly bounding_poly = 1;

Returns
TypeDescription
BoundingPolyOrBuilder

getConfidence()

public float getConfidence()

Confidence of this being a salient region. Range [0, 1].

float confidence = 2;

Returns
TypeDescription
float

The confidence.

getDefaultInstanceForType()

public CropHint getDefaultInstanceForType()
Returns
TypeDescription
CropHint

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getImportanceFraction()

public float getImportanceFraction()

Fraction of importance of this salient region with respect to the original image.

float importance_fraction = 3;

Returns
TypeDescription
float

The importanceFraction.

hasBoundingPoly()

public boolean hasBoundingPoly()

The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale, as returned in ImageParams.

.google.cloud.vision.v1p3beta1.BoundingPoly bounding_poly = 1;

Returns
TypeDescription
boolean

Whether the boundingPoly field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeBoundingPoly(BoundingPoly value)

public CropHint.Builder mergeBoundingPoly(BoundingPoly value)

The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale, as returned in ImageParams.

.google.cloud.vision.v1p3beta1.BoundingPoly bounding_poly = 1;

Parameter
NameDescription
valueBoundingPoly
Returns
TypeDescription
CropHint.Builder

mergeFrom(CropHint other)

public CropHint.Builder mergeFrom(CropHint other)
Parameter
NameDescription
otherCropHint
Returns
TypeDescription
CropHint.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CropHint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CropHint.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CropHint.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CropHint.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CropHint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CropHint.Builder
Overrides

setBoundingPoly(BoundingPoly value)

public CropHint.Builder setBoundingPoly(BoundingPoly value)

The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale, as returned in ImageParams.

.google.cloud.vision.v1p3beta1.BoundingPoly bounding_poly = 1;

Parameter
NameDescription
valueBoundingPoly
Returns
TypeDescription
CropHint.Builder

setBoundingPoly(BoundingPoly.Builder builderForValue)

public CropHint.Builder setBoundingPoly(BoundingPoly.Builder builderForValue)

The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale, as returned in ImageParams.

.google.cloud.vision.v1p3beta1.BoundingPoly bounding_poly = 1;

Parameter
NameDescription
builderForValueBoundingPoly.Builder
Returns
TypeDescription
CropHint.Builder

setConfidence(float value)

public CropHint.Builder setConfidence(float value)

Confidence of this being a salient region. Range [0, 1].

float confidence = 2;

Parameter
NameDescription
valuefloat

The confidence to set.

Returns
TypeDescription
CropHint.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public CropHint.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CropHint.Builder
Overrides

setImportanceFraction(float value)

public CropHint.Builder setImportanceFraction(float value)

Fraction of importance of this salient region with respect to the original image.

float importance_fraction = 3;

Parameter
NameDescription
valuefloat

The importanceFraction to set.

Returns
TypeDescription
CropHint.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CropHint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CropHint.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final CropHint.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CropHint.Builder
Overrides