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.CropHintgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<CropHint.Builder>public CropHint.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<CropHint.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<CropHint.Builder>public CropHint getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic CropHint build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic CropHint buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic CropHint.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<CropHint.Builder>public CropHint.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<CropHint.Builder>public CropHint.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<CropHint.Builder>public CropHint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<CropHint.Builder>public CropHint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<CropHint.Builder>public CropHint.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<CropHint.Builder>public CropHint.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<CropHint.Builder>public CropHint.Builder mergeFrom(CropHint other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<CropHint.Builder>public CropHint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<CropHint.Builder>java.io.IOExceptionpublic 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 CropHintOrBuilderpublic 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 CropHintOrBuilderpublic 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 CropHintOrBuilderpublic float getConfidence()
Confidence of this being a salient region. Range [0, 1].
float confidence = 2;getConfidence in interface CropHintOrBuilderpublic 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 CropHintOrBuilderpublic 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.BuildersetUnknownFields in class GeneratedMessageV3.Builder<CropHint.Builder>public final CropHint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<CropHint.Builder>