public static final class VideoObjectTrackingPredictionResult.DetectedObject extends GeneratedMessageV3 implements VideoObjectTrackingPredictionResult.DetectedObjectOrBuilder
Each DetectedObject is one particular identification of an object specified with the AnnotationSpec id and display_name, the bounding box, the associated confidence score and the corresponding track_id.
Protobuf type
google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > VideoObjectTrackingPredictionResult.DetectedObjectStatic Fields
BOUNDING_BOX_FIELD_NUMBER
public static final int BOUNDING_BOX_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
CONFIDENCE_FIELD_NUMBER
public static final int CONFIDENCE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TRACK_ID_FIELD_NUMBER
public static final int TRACK_ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static VideoObjectTrackingPredictionResult.DetectedObject getDefaultInstance()
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static VideoObjectTrackingPredictionResult.DetectedObject.Builder newBuilder()
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject.Builder |
newBuilder(VideoObjectTrackingPredictionResult.DetectedObject prototype)
public static VideoObjectTrackingPredictionResult.DetectedObject.Builder newBuilder(VideoObjectTrackingPredictionResult.DetectedObject prototype)
Parameter | |
---|---|
Name | Description |
prototype |
VideoObjectTrackingPredictionResult.DetectedObject |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject.Builder |
parseDelimitedFrom(InputStream input)
public static VideoObjectTrackingPredictionResult.DetectedObject parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static VideoObjectTrackingPredictionResult.DetectedObject parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static VideoObjectTrackingPredictionResult.DetectedObject parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VideoObjectTrackingPredictionResult.DetectedObject parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static VideoObjectTrackingPredictionResult.DetectedObject parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VideoObjectTrackingPredictionResult.DetectedObject parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static VideoObjectTrackingPredictionResult.DetectedObject parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static VideoObjectTrackingPredictionResult.DetectedObject parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static VideoObjectTrackingPredictionResult.DetectedObject parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static VideoObjectTrackingPredictionResult.DetectedObject parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static VideoObjectTrackingPredictionResult.DetectedObject parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VideoObjectTrackingPredictionResult.DetectedObject parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<VideoObjectTrackingPredictionResult.DetectedObject> parser()
Returns | |
---|---|
Type | Description |
Parser<DetectedObject> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getBoundingBox()
public VideoObjectTrackingPredictionResult.BoundingBox getBoundingBox()
Boundingbox.
.google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.BoundingBox bounding_box = 3;
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.BoundingBox |
The boundingBox. |
getBoundingBoxOrBuilder()
public VideoObjectTrackingPredictionResult.BoundingBoxOrBuilder getBoundingBoxOrBuilder()
Boundingbox.
.google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.BoundingBox bounding_box = 3;
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.BoundingBoxOrBuilder |
getConfidence()
public float getConfidence()
The Model's confidence in correction of this identification, higher value means higher confidence.
float confidence = 4;
Returns | |
---|---|
Type | Description |
float |
The confidence. |
getDefaultInstanceForType()
public VideoObjectTrackingPredictionResult.DetectedObject getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject |
getDisplayName()
public String getDisplayName()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getId()
public String getId()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public ByteString getIdBytes()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getParserForType()
public Parser<VideoObjectTrackingPredictionResult.DetectedObject> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<DetectedObject> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getTrackId()
public long getTrackId()
The same object may be identified on muitiple frames which are typical adjacent. The set of frames where a particular object has been detected form a track. This track_id can be used to trace down all frames for an detected object.
int64 track_id = 5;
Returns | |
---|---|
Type | Description |
long |
The trackId. |
hasBoundingBox()
public boolean hasBoundingBox()
Boundingbox.
.google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.BoundingBox bounding_box = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the boundingBox field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public VideoObjectTrackingPredictionResult.DetectedObject.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected VideoObjectTrackingPredictionResult.DetectedObject.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public VideoObjectTrackingPredictionResult.DetectedObject.Builder toBuilder()
Returns | |
---|---|
Type | Description |
VideoObjectTrackingPredictionResult.DetectedObject.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |