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 TimestampedObjectTimestampedObject.Builder. build()TimestampedObjectTimestampedObject.Builder. buildPartial()static TimestampedObjectTimestampedObject. getDefaultInstance()TimestampedObjectTimestampedObject.Builder. getDefaultInstanceForType()TimestampedObjectTimestampedObject. getDefaultInstanceForType()TimestampedObjectTrack.Builder. getTimestampedObjects(int index)The object with timestamp and attributes per frame in the track.TimestampedObjectTrack. getTimestampedObjects(int index)The object with timestamp and attributes per frame in the track.TimestampedObjectTrackOrBuilder. getTimestampedObjects(int index)The object with timestamp and attributes per frame in the track.static TimestampedObjectTimestampedObject. parseDelimitedFrom(InputStream input)static TimestampedObjectTimestampedObject. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimestampedObjectTimestampedObject. parseFrom(byte[] data)static TimestampedObjectTimestampedObject. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimestampedObjectTimestampedObject. parseFrom(com.google.protobuf.ByteString data)static TimestampedObjectTimestampedObject. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimestampedObjectTimestampedObject. parseFrom(com.google.protobuf.CodedInputStream input)static TimestampedObjectTimestampedObject. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimestampedObjectTimestampedObject. parseFrom(InputStream input)static TimestampedObjectTimestampedObject. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimestampedObjectTimestampedObject. parseFrom(ByteBuffer data)static TimestampedObjectTimestampedObject. 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.BuilderTrack.Builder. addTimestampedObjects(int index, TimestampedObject value)The object with timestamp and attributes per frame in the track.Track.BuilderTrack.Builder. addTimestampedObjects(TimestampedObject value)The object with timestamp and attributes per frame in the track.TimestampedObject.BuilderTimestampedObject.Builder. mergeFrom(TimestampedObject other)static TimestampedObject.BuilderTimestampedObject. newBuilder(TimestampedObject prototype)Track.BuilderTrack.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.BuilderTrack.Builder. addAllTimestampedObjects(Iterable<? extends TimestampedObject> values)The object with timestamp and attributes per frame in the track.
-