Uses of Interface
com.google.cloud.videointelligence.v1.TimestampedObjectOrBuilder
-
Packages that use TimestampedObjectOrBuilder Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of TimestampedObjectOrBuilder in com.google.cloud.videointelligence.v1
Classes in com.google.cloud.videointelligence.v1 that implement TimestampedObjectOrBuilder Modifier and Type Class Description class
TimestampedObject
For tracking related features.static class
TimestampedObject.Builder
For tracking related features.Methods in com.google.cloud.videointelligence.v1 that return TimestampedObjectOrBuilder Modifier and Type Method Description TimestampedObjectOrBuilder
Track.Builder. getTimestampedObjectsOrBuilder(int index)
The object with timestamp and attributes per frame in the track.TimestampedObjectOrBuilder
Track. getTimestampedObjectsOrBuilder(int index)
The object with timestamp and attributes per frame in the track.TimestampedObjectOrBuilder
TrackOrBuilder. getTimestampedObjectsOrBuilder(int index)
The object with timestamp and attributes per frame in the track.Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type TimestampedObjectOrBuilder Modifier and Type Method Description List<? extends TimestampedObjectOrBuilder>
Track.Builder. getTimestampedObjectsOrBuilderList()
The object with timestamp and attributes per frame in the track.List<? extends TimestampedObjectOrBuilder>
Track. getTimestampedObjectsOrBuilderList()
The object with timestamp and attributes per frame in the track.List<? extends TimestampedObjectOrBuilder>
TrackOrBuilder. getTimestampedObjectsOrBuilderList()
The object with timestamp and attributes per frame in the track.
-