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