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.v1.CropHint
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<CropHint.Builder>
public CropHint.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<CropHint.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<CropHint.Builder>
public CropHint getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public CropHint build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public CropHint buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public CropHint.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<CropHint.Builder>
public CropHint.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<CropHint.Builder>
public CropHint.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<CropHint.Builder>
public CropHint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<CropHint.Builder>
public CropHint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<CropHint.Builder>
public CropHint.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<CropHint.Builder>
public CropHint.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<CropHint.Builder>
public CropHint.Builder mergeFrom(CropHint other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<CropHint.Builder>
public CropHint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<CropHint.Builder>
java.io.IOException
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.v1.BoundingPoly bounding_poly = 1;
hasBoundingPoly
in interface CropHintOrBuilder
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.v1.BoundingPoly bounding_poly = 1;
getBoundingPoly
in interface CropHintOrBuilder
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.v1.BoundingPoly bounding_poly = 1;
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.v1.BoundingPoly bounding_poly = 1;
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.v1.BoundingPoly bounding_poly = 1;
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.v1.BoundingPoly bounding_poly = 1;
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.v1.BoundingPoly bounding_poly = 1;
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.v1.BoundingPoly bounding_poly = 1;
getBoundingPolyOrBuilder
in interface CropHintOrBuilder
public float getConfidence()
Confidence of this being a salient region. Range [0, 1].
float confidence = 2;
getConfidence
in interface CropHintOrBuilder
public CropHint.Builder setConfidence(float value)
Confidence of this being a salient region. Range [0, 1].
float confidence = 2;
public CropHint.Builder clearConfidence()
Confidence of this being a salient region. Range [0, 1].
float confidence = 2;
public float getImportanceFraction()
Fraction of importance of this salient region with respect to the original image.
float importance_fraction = 3;
getImportanceFraction
in interface CropHintOrBuilder
public CropHint.Builder setImportanceFraction(float value)
Fraction of importance of this salient region with respect to the original image.
float importance_fraction = 3;
public CropHint.Builder clearImportanceFraction()
Fraction of importance of this salient region with respect to the original image.
float importance_fraction = 3;
public final CropHint.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<CropHint.Builder>
public final CropHint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<CropHint.Builder>