Interface ObjectTrackingFrameOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectTrackingFrame,ObjectTrackingFrame.Builder
public interface ObjectTrackingFrameOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NormalizedBoundingBoxgetNormalizedBoundingBox()The normalized bounding box location of this object track for the frame.NormalizedBoundingBoxOrBuildergetNormalizedBoundingBoxOrBuilder()The normalized bounding box location of this object track for the frame.com.google.protobuf.DurationgetTimeOffset()The timestamp of the frame in microseconds.com.google.protobuf.DurationOrBuildergetTimeOffsetOrBuilder()The timestamp of the frame in microseconds.booleanhasNormalizedBoundingBox()The normalized bounding box location of this object track for the frame.booleanhasTimeOffset()The timestamp of the frame in microseconds.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNormalizedBoundingBox
boolean hasNormalizedBoundingBox()
The normalized bounding box location of this object track for the frame.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;- Returns:
- Whether the normalizedBoundingBox field is set.
-
getNormalizedBoundingBox
NormalizedBoundingBox getNormalizedBoundingBox()
The normalized bounding box location of this object track for the frame.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;- Returns:
- The normalizedBoundingBox.
-
getNormalizedBoundingBoxOrBuilder
NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxOrBuilder()
The normalized bounding box location of this object track for the frame.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
-
hasTimeOffset
boolean hasTimeOffset()
The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;- Returns:
- Whether the timeOffset field is set.
-
getTimeOffset
com.google.protobuf.Duration getTimeOffset()
The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;- Returns:
- The timeOffset.
-
getTimeOffsetOrBuilder
com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;
-
-