Uses of Class
com.google.cloud.videointelligence.v1p3beta1.TimestampedObject
-
Packages that use TimestampedObject Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of TimestampedObject in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 that return TimestampedObject Modifier and Type Method Description TimestampedObject
TimestampedObject.Builder. build()
TimestampedObject
TimestampedObject.Builder. buildPartial()
static TimestampedObject
TimestampedObject. getDefaultInstance()
TimestampedObject
TimestampedObject.Builder. getDefaultInstanceForType()
TimestampedObject
TimestampedObject. getDefaultInstanceForType()
TimestampedObject
Track.Builder. getTimestampedObjects(int index)
The object with timestamp and attributes per frame in the track.TimestampedObject
Track. getTimestampedObjects(int index)
The object with timestamp and attributes per frame in the track.TimestampedObject
TrackOrBuilder. getTimestampedObjects(int index)
The object with timestamp and attributes per frame in the track.static TimestampedObject
TimestampedObject. parseDelimitedFrom(InputStream input)
static TimestampedObject
TimestampedObject. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampedObject
TimestampedObject. parseFrom(byte[] data)
static TimestampedObject
TimestampedObject. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampedObject
TimestampedObject. parseFrom(com.google.protobuf.ByteString data)
static TimestampedObject
TimestampedObject. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampedObject
TimestampedObject. parseFrom(com.google.protobuf.CodedInputStream input)
static TimestampedObject
TimestampedObject. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampedObject
TimestampedObject. parseFrom(InputStream input)
static TimestampedObject
TimestampedObject. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampedObject
TimestampedObject. parseFrom(ByteBuffer data)
static TimestampedObject
TimestampedObject. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1p3beta1 that return types with arguments of type TimestampedObject Modifier and Type Method Description com.google.protobuf.Parser<TimestampedObject>
TimestampedObject. getParserForType()
List<TimestampedObject>
Track.Builder. getTimestampedObjectsList()
The object with timestamp and attributes per frame in the track.List<TimestampedObject>
Track. getTimestampedObjectsList()
The object with timestamp and attributes per frame in the track.List<TimestampedObject>
TrackOrBuilder. getTimestampedObjectsList()
The object with timestamp and attributes per frame in the track.static com.google.protobuf.Parser<TimestampedObject>
TimestampedObject. parser()
Methods in com.google.cloud.videointelligence.v1p3beta1 with parameters of type TimestampedObject Modifier and Type Method Description Track.Builder
Track.Builder. addTimestampedObjects(int index, TimestampedObject value)
The object with timestamp and attributes per frame in the track.Track.Builder
Track.Builder. addTimestampedObjects(TimestampedObject value)
The object with timestamp and attributes per frame in the track.TimestampedObject.Builder
TimestampedObject.Builder. mergeFrom(TimestampedObject other)
static TimestampedObject.Builder
TimestampedObject. newBuilder(TimestampedObject prototype)
Track.Builder
Track.Builder. setTimestampedObjects(int index, TimestampedObject value)
The object with timestamp and attributes per frame in the track.Method parameters in com.google.cloud.videointelligence.v1p3beta1 with type arguments of type TimestampedObject Modifier and Type Method Description Track.Builder
Track.Builder. addAllTimestampedObjects(Iterable<? extends TimestampedObject> values)
The object with timestamp and attributes per frame in the track.
-