public static final class ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder extends GeneratedMessageV3.Builder<ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder> implements ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBoxOrBuilder
Bounding Box in the normalized coordinates.
Protobuf type
google.cloud.visionai.v1.ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox build()
buildPartial()
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox buildPartial()
clear()
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearHeight()
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder clearHeight()
Height of the bounding box.
float height = 4;
clearOneof(Descriptors.OneofDescriptor oneof)
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearWidth()
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder clearWidth()
Width of the bounding box.
float width = 3;
clearXmin()
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder clearXmin()
Min in x coordinate.
float xmin = 1;
clearYmin()
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder clearYmin()
Min in y coordinate.
float ymin = 2;
clone()
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder clone()
Overrides
getDefaultInstanceForType()
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getHeight()
Height of the bounding box.
float height = 4;
Returns |
Type |
Description |
float |
The height.
|
getWidth()
Width of the bounding box.
float width = 3;
Returns |
Type |
Description |
float |
The width.
|
getXmin()
Min in x coordinate.
float xmin = 1;
Returns |
Type |
Description |
float |
The xmin.
|
getYmin()
Min in y coordinate.
float ymin = 2;
Returns |
Type |
Description |
float |
The ymin.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox other)
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder mergeFrom(ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox other)
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setHeight(float value)
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder setHeight(float value)
Height of the bounding box.
float height = 4;
Parameter |
Name |
Description |
value |
float
The height to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setWidth(float value)
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder setWidth(float value)
Width of the bounding box.
float width = 3;
Parameter |
Name |
Description |
value |
float
The width to set.
|
setXmin(float value)
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder setXmin(float value)
Min in x coordinate.
float xmin = 1;
Parameter |
Name |
Description |
value |
float
The xmin to set.
|
setYmin(float value)
public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder setYmin(float value)
Min in y coordinate.
float ymin = 2;
Parameter |
Name |
Description |
value |
float
The ymin to set.
|