Interface VideoObjectTrackingPredictionResult.DetectedObjectOrBuilder (0.6.0)

publicstaticinterface VideoObjectTrackingPredictionResult.DetectedObjectOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.