Uses of Class
com.google.cloud.videointelligence.v1p2beta1.ObjectTrackingFrame
-
Packages that use ObjectTrackingFrame Package Description com.google.cloud.videointelligence.v1p2beta1 A client to Cloud Video Intelligence API -
-
Uses of ObjectTrackingFrame in com.google.cloud.videointelligence.v1p2beta1
Methods in com.google.cloud.videointelligence.v1p2beta1 that return ObjectTrackingFrame Modifier and Type Method Description ObjectTrackingFrameObjectTrackingFrame.Builder. build()ObjectTrackingFrameObjectTrackingFrame.Builder. buildPartial()static ObjectTrackingFrameObjectTrackingFrame. getDefaultInstance()ObjectTrackingFrameObjectTrackingFrame.Builder. getDefaultInstanceForType()ObjectTrackingFrameObjectTrackingFrame. getDefaultInstanceForType()ObjectTrackingFrameObjectTrackingAnnotation.Builder. getFrames(int index)Information corresponding to all frames where this object track appears.ObjectTrackingFrameObjectTrackingAnnotation. getFrames(int index)Information corresponding to all frames where this object track appears.ObjectTrackingFrameObjectTrackingAnnotationOrBuilder. getFrames(int index)Information corresponding to all frames where this object track appears.static ObjectTrackingFrameObjectTrackingFrame. parseDelimitedFrom(InputStream input)static ObjectTrackingFrameObjectTrackingFrame. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectTrackingFrameObjectTrackingFrame. parseFrom(byte[] data)static ObjectTrackingFrameObjectTrackingFrame. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectTrackingFrameObjectTrackingFrame. parseFrom(com.google.protobuf.ByteString data)static ObjectTrackingFrameObjectTrackingFrame. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectTrackingFrameObjectTrackingFrame. parseFrom(com.google.protobuf.CodedInputStream input)static ObjectTrackingFrameObjectTrackingFrame. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectTrackingFrameObjectTrackingFrame. parseFrom(InputStream input)static ObjectTrackingFrameObjectTrackingFrame. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectTrackingFrameObjectTrackingFrame. parseFrom(ByteBuffer data)static ObjectTrackingFrameObjectTrackingFrame. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.videointelligence.v1p2beta1 that return types with arguments of type ObjectTrackingFrame Modifier and Type Method Description List<ObjectTrackingFrame>ObjectTrackingAnnotation.Builder. getFramesList()Information corresponding to all frames where this object track appears.List<ObjectTrackingFrame>ObjectTrackingAnnotation. getFramesList()Information corresponding to all frames where this object track appears.List<ObjectTrackingFrame>ObjectTrackingAnnotationOrBuilder. getFramesList()Information corresponding to all frames where this object track appears.com.google.protobuf.Parser<ObjectTrackingFrame>ObjectTrackingFrame. getParserForType()static com.google.protobuf.Parser<ObjectTrackingFrame>ObjectTrackingFrame. parser()Methods in com.google.cloud.videointelligence.v1p2beta1 with parameters of type ObjectTrackingFrame Modifier and Type Method Description ObjectTrackingAnnotation.BuilderObjectTrackingAnnotation.Builder. addFrames(int index, ObjectTrackingFrame value)Information corresponding to all frames where this object track appears.ObjectTrackingAnnotation.BuilderObjectTrackingAnnotation.Builder. addFrames(ObjectTrackingFrame value)Information corresponding to all frames where this object track appears.ObjectTrackingFrame.BuilderObjectTrackingFrame.Builder. mergeFrom(ObjectTrackingFrame other)static ObjectTrackingFrame.BuilderObjectTrackingFrame. newBuilder(ObjectTrackingFrame prototype)ObjectTrackingAnnotation.BuilderObjectTrackingAnnotation.Builder. setFrames(int index, ObjectTrackingFrame value)Information corresponding to all frames where this object track appears.Method parameters in com.google.cloud.videointelligence.v1p2beta1 with type arguments of type ObjectTrackingFrame Modifier and Type Method Description ObjectTrackingAnnotation.BuilderObjectTrackingAnnotation.Builder. addAllFrames(Iterable<? extends ObjectTrackingFrame> values)Information corresponding to all frames where this object track appears.
-