Interface VideoObjectTrackingPredictionResult.DetectedObjectOrBuilder (0.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface VideoObjectTrackingPredictionResult.DetectedObjectOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getBoundingBox()
publicabstractVideoObjectTrackingPredictionResult.BoundingBoxgetBoundingBox()Boundingbox.
.google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.BoundingBox bounding_box = 3;
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingPredictionResult.BoundingBox |
The boundingBox. |
getBoundingBoxOrBuilder()
publicabstractVideoObjectTrackingPredictionResult.BoundingBoxOrBuildergetBoundingBoxOrBuilder()Boundingbox.
.google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.BoundingBox bounding_box = 3;
| Returns | |
|---|---|
| Type | Description |
VideoObjectTrackingPredictionResult.BoundingBoxOrBuilder |
|
getConfidence()
publicabstractfloatgetConfidence()The Model's confidence in correction of this identification, higher value means higher confidence.
float confidence = 4;
| Returns | |
|---|---|
| Type | Description |
float |
The confidence. |
getDisplayName()
publicabstractStringgetDisplayName()The display name of the AnnotationSpec that had been identified.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
publicabstractByteStringgetDisplayNameBytes()The display name of the AnnotationSpec that had been identified.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getId()
publicabstractStringgetId()The resource ID of the AnnotationSpec that had been identified.
string id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
publicabstractByteStringgetIdBytes()The resource ID of the AnnotationSpec that had been identified.
string id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getTrackId()
publicabstractlonggetTrackId()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()
publicabstractbooleanhasBoundingBox()Boundingbox.
.google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.BoundingBox bounding_box = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the boundingBox field is set. |