Class ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox (0.2.0)

public static final class ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox extends GeneratedMessageV3 implements ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBoxOrBuilder

Bounding Box in the normalized coordinates.

Protobuf type google.cloud.visionai.v1.ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox

Static Fields

HEIGHT_FIELD_NUMBER

public static final int HEIGHT_FIELD_NUMBER
Field Value
Type Description
int

WIDTH_FIELD_NUMBER

public static final int WIDTH_FIELD_NUMBER
Field Value
Type Description
int

XMIN_FIELD_NUMBER

public static final int XMIN_FIELD_NUMBER
Field Value
Type Description
int

YMIN_FIELD_NUMBER

public static final int YMIN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox getDefaultInstance()
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox

getDescriptor()

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

newBuilder()

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder newBuilder()
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder

newBuilder(ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox prototype)

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder newBuilder(ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox prototype)
Parameter
Name Description
prototype ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder

parseDelimitedFrom(InputStream input)

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox> parser()
Returns
Type Description
Parser<NormalizedBoundingBox>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox getDefaultInstanceForType()
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox

getHeight()

public float getHeight()

Height of the bounding box.

float height = 4;

Returns
Type Description
float

The height.

getParserForType()

public Parser<ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox> getParserForType()
Returns
Type Description
Parser<NormalizedBoundingBox>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getWidth()

public float getWidth()

Width of the bounding box.

float width = 3;

Returns
Type Description
float

The width.

getXmin()

public float getXmin()

Min in x coordinate.

float xmin = 1;

Returns
Type Description
float

The xmin.

getYmin()

public float getYmin()

Min in y coordinate.

float ymin = 2;

Returns
Type Description
float

The ymin.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder newBuilderForType()
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder toBuilder()
Returns
Type Description
ObjectDetectionPredictionResult.IdentifiedBox.NormalizedBoundingBox.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException