public interface ObjectTrackingFrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NormalizedBoundingBox |
getNormalizedBoundingBox()
The normalized bounding box location of this object track for the frame.
|
NormalizedBoundingBoxOrBuilder |
getNormalizedBoundingBoxOrBuilder()
The normalized bounding box location of this object track for the frame.
|
com.google.protobuf.Duration |
getTimeOffset()
The timestamp of the frame in microseconds.
|
com.google.protobuf.DurationOrBuilder |
getTimeOffsetOrBuilder()
The timestamp of the frame in microseconds.
|
boolean |
hasNormalizedBoundingBox()
The normalized bounding box location of this object track for the frame.
|
boolean |
hasTimeOffset()
The timestamp of the frame in microseconds.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNormalizedBoundingBox()
The normalized bounding box location of this object track for the frame.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
NormalizedBoundingBox getNormalizedBoundingBox()
The normalized bounding box location of this object track for the frame.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxOrBuilder()
The normalized bounding box location of this object track for the frame.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
boolean hasTimeOffset()
The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;com.google.protobuf.Duration getTimeOffset()
The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;Copyright © 2019 Google LLC. All rights reserved.