Interface VideoObjectTrackingPredictionResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VideoObjectTrackingPredictionResult
,VideoObjectTrackingPredictionResult.Builder
public interface VideoObjectTrackingPredictionResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;
- Returns:
- The bytes for id.
-
getDisplayName
String getDisplayName()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;
- Returns:
- The bytes for displayName.
-
hasTimeSegmentStart
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;
- Returns:
- Whether the timeSegmentStart field is set.
-
getTimeSegmentStart
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;
- Returns:
- The timeSegmentStart.
-
getTimeSegmentStartOrBuilder
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;
-
hasTimeSegmentEnd
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;
- Returns:
- Whether the timeSegmentEnd field is set.
-
getTimeSegmentEnd
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;
- Returns:
- The timeSegmentEnd.
-
getTimeSegmentEndOrBuilder
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;
-
hasConfidence
boolean hasConfidence()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;
- Returns:
- Whether the confidence field is set.
-
getConfidence
com.google.protobuf.FloatValue getConfidence()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;
- Returns:
- The confidence.
-
getConfidenceOrBuilder
com.google.protobuf.FloatValueOrBuilder getConfidenceOrBuilder()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 5;
-
getFramesList
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
getFrames
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
getFramesCount
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
getFramesOrBuilderList
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
getFramesOrBuilder
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.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame frames = 6;
-
-