Class ImageObjectDetectionAnnotation (2.1.23)

public final class ImageObjectDetectionAnnotation extends GeneratedMessageV3 implements ImageObjectDetectionAnnotationOrBuilder

Annotation details for image object detection.

Protobuf type google.cloud.automl.v1beta1.ImageObjectDetectionAnnotation

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ImageObjectDetectionAnnotation

Static Fields

BOUNDING_BOX_FIELD_NUMBER

public static final int BOUNDING_BOX_FIELD_NUMBER
Field Value
TypeDescription
int

SCORE_FIELD_NUMBER

public static final int SCORE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ImageObjectDetectionAnnotation getDefaultInstance()
Returns
TypeDescription
ImageObjectDetectionAnnotation

getDescriptor()

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

newBuilder()

public static ImageObjectDetectionAnnotation.Builder newBuilder()
Returns
TypeDescription
ImageObjectDetectionAnnotation.Builder

newBuilder(ImageObjectDetectionAnnotation prototype)

public static ImageObjectDetectionAnnotation.Builder newBuilder(ImageObjectDetectionAnnotation prototype)
Parameter
NameDescription
prototypeImageObjectDetectionAnnotation
Returns
TypeDescription
ImageObjectDetectionAnnotation.Builder

parseDelimitedFrom(InputStream input)

public static ImageObjectDetectionAnnotation parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ImageObjectDetectionAnnotation
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageObjectDetectionAnnotation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageObjectDetectionAnnotation
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ImageObjectDetectionAnnotation parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ImageObjectDetectionAnnotation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ImageObjectDetectionAnnotation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageObjectDetectionAnnotation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ImageObjectDetectionAnnotation parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ImageObjectDetectionAnnotation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ImageObjectDetectionAnnotation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageObjectDetectionAnnotation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ImageObjectDetectionAnnotation parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ImageObjectDetectionAnnotation
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageObjectDetectionAnnotation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageObjectDetectionAnnotation
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ImageObjectDetectionAnnotation parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ImageObjectDetectionAnnotation
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageObjectDetectionAnnotation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageObjectDetectionAnnotation
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ImageObjectDetectionAnnotation parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ImageObjectDetectionAnnotation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ImageObjectDetectionAnnotation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageObjectDetectionAnnotation
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ImageObjectDetectionAnnotation> parser()
Returns
TypeDescription
Parser<ImageObjectDetectionAnnotation>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBoundingBox()

public BoundingPoly getBoundingBox()

Output only. The rectangle representing the object location.

.google.cloud.automl.v1beta1.BoundingPoly bounding_box = 1;

Returns
TypeDescription
BoundingPoly

The boundingBox.

getBoundingBoxOrBuilder()

public BoundingPolyOrBuilder getBoundingBoxOrBuilder()

Output only. The rectangle representing the object location.

.google.cloud.automl.v1beta1.BoundingPoly bounding_box = 1;

Returns
TypeDescription
BoundingPolyOrBuilder

getDefaultInstanceForType()

public ImageObjectDetectionAnnotation getDefaultInstanceForType()
Returns
TypeDescription
ImageObjectDetectionAnnotation

getParserForType()

public Parser<ImageObjectDetectionAnnotation> getParserForType()
Returns
TypeDescription
Parser<ImageObjectDetectionAnnotation>
Overrides

getScore()

public float getScore()

Output only. The confidence that this annotation is positive for the parent example, value in [0, 1], higher means higher positivity confidence.

float score = 2;

Returns
TypeDescription
float

The score.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasBoundingBox()

public boolean hasBoundingBox()

Output only. The rectangle representing the object location.

.google.cloud.automl.v1beta1.BoundingPoly bounding_box = 1;

Returns
TypeDescription
boolean

Whether the boundingBox field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ImageObjectDetectionAnnotation.Builder newBuilderForType()
Returns
TypeDescription
ImageObjectDetectionAnnotation.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ImageObjectDetectionAnnotation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ImageObjectDetectionAnnotation.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ImageObjectDetectionAnnotation.Builder toBuilder()
Returns
TypeDescription
ImageObjectDetectionAnnotation.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException