public interface ObjectTrackingFrameOrBuilder extends 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.
|
Duration |
getTimeOffset()
The timestamp of the frame in microseconds.
|
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, hasOneof
isInitialized
boolean hasNormalizedBoundingBox()
The normalized bounding box location of this object track for the frame.
.google.cloud.videointelligence.v1p2beta1.NormalizedBoundingBox normalized_bounding_box = 1;
NormalizedBoundingBox getNormalizedBoundingBox()
The normalized bounding box location of this object track for the frame.
.google.cloud.videointelligence.v1p2beta1.NormalizedBoundingBox normalized_bounding_box = 1;
NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxOrBuilder()
The normalized bounding box location of this object track for the frame.
.google.cloud.videointelligence.v1p2beta1.NormalizedBoundingBox normalized_bounding_box = 1;
boolean hasTimeOffset()
The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;
Duration getTimeOffset()
The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;
DurationOrBuilder getTimeOffsetOrBuilder()
The timestamp of the frame in microseconds.
.google.protobuf.Duration time_offset = 2;
Copyright © 2021 Google LLC. All rights reserved.