public interface VideoObjectTrackingPredictionResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.FloatValue |
getConfidence()
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
com.google.protobuf.FloatValueOrBuilder |
getConfidenceOrBuilder()
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
String |
getDisplayName()
The display name of the AnnotationSpec that had been identified.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the AnnotationSpec that had been identified.
|
VideoObjectTrackingPredictionResult.Frame |
getFrames(int index)
All of the frames of the video in which a single object instance has been
detected.
|
int |
getFramesCount()
All of the frames of the video in which a single object instance has been
detected.
|
List<VideoObjectTrackingPredictionResult.Frame> |
getFramesList()
All of the frames of the video in which a single object instance has been
detected.
|
VideoObjectTrackingPredictionResult.FrameOrBuilder |
getFramesOrBuilder(int index)
All of the frames of the video in which a single object instance has been
detected.
|
List<? extends VideoObjectTrackingPredictionResult.FrameOrBuilder> |
getFramesOrBuilderList()
All of the frames of the video in which a single object instance has been
detected.
|
String |
getId()
The resource ID of the AnnotationSpec that had been identified.
|
com.google.protobuf.ByteString |
getIdBytes()
The resource ID of the AnnotationSpec that had been identified.
|
com.google.protobuf.Duration |
getTimeSegmentEnd()
The end, inclusive, of the video's time segment in which the
object instance has been detected.
|
com.google.protobuf.DurationOrBuilder |
getTimeSegmentEndOrBuilder()
The end, inclusive, of the video's time segment in which the
object instance has been detected.
|
com.google.protobuf.Duration |
getTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the
object instance has been detected.
|
com.google.protobuf.DurationOrBuilder |
getTimeSegmentStartOrBuilder()
The beginning, inclusive, of the video's time segment in which the
object instance has been detected.
|
boolean |
hasConfidence()
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
boolean |
hasTimeSegmentEnd()
The end, inclusive, of the video's time segment in which the
object instance has been detected.
|
boolean |
hasTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the
object instance has been detected.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;com.google.protobuf.ByteString getIdBytes()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;String getDisplayName()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;boolean hasTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_start = 3;com.google.protobuf.Duration getTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_start = 3;com.google.protobuf.DurationOrBuilder getTimeSegmentStartOrBuilder()
The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_start = 3;boolean hasTimeSegmentEnd()
The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_end = 4;com.google.protobuf.Duration getTimeSegmentEnd()
The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_end = 4;com.google.protobuf.DurationOrBuilder getTimeSegmentEndOrBuilder()
The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_segment_end = 4;boolean hasConfidence()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;com.google.protobuf.FloatValue getConfidence()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;com.google.protobuf.FloatValueOrBuilder getConfidenceOrBuilder()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;List<VideoObjectTrackingPredictionResult.Frame> getFramesList()
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
VideoObjectTrackingPredictionResult.Frame getFrames(int index)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
int getFramesCount()
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
List<? extends VideoObjectTrackingPredictionResult.FrameOrBuilder> getFramesOrBuilderList()
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
VideoObjectTrackingPredictionResult.FrameOrBuilder getFramesOrBuilder(int index)
All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object.
repeated .google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
Copyright © 2023 Google LLC. All rights reserved.