| Modifier and Type | Method and Description |
|---|---|
ObjectTrackingAnnotation |
ObjectTrackingAnnotation.Builder.build() |
ObjectTrackingAnnotation |
ObjectTrackingAnnotation.Builder.buildPartial() |
static ObjectTrackingAnnotation |
ObjectTrackingAnnotation.getDefaultInstance() |
ObjectTrackingAnnotation |
ObjectTrackingAnnotation.getDefaultInstanceForType() |
ObjectTrackingAnnotation |
ObjectTrackingAnnotation.Builder.getDefaultInstanceForType() |
ObjectTrackingAnnotation |
VideoAnnotationResultsOrBuilder.getObjectAnnotations(int index)
Annotations for list of objects detected and tracked in video.
|
ObjectTrackingAnnotation |
VideoAnnotationResults.getObjectAnnotations(int index)
Annotations for list of objects detected and tracked in video.
|
ObjectTrackingAnnotation |
VideoAnnotationResults.Builder.getObjectAnnotations(int index)
Annotations for list of objects detected and tracked in video.
|
static ObjectTrackingAnnotation |
ObjectTrackingAnnotation.parseDelimitedFrom(InputStream input) |
static ObjectTrackingAnnotation |
ObjectTrackingAnnotation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectTrackingAnnotation |
ObjectTrackingAnnotation.parseFrom(byte[] data) |
static ObjectTrackingAnnotation |
ObjectTrackingAnnotation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectTrackingAnnotation |
ObjectTrackingAnnotation.parseFrom(ByteBuffer data) |
static ObjectTrackingAnnotation |
ObjectTrackingAnnotation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectTrackingAnnotation |
ObjectTrackingAnnotation.parseFrom(com.google.protobuf.ByteString data) |
static ObjectTrackingAnnotation |
ObjectTrackingAnnotation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectTrackingAnnotation |
ObjectTrackingAnnotation.parseFrom(com.google.protobuf.CodedInputStream input) |
static ObjectTrackingAnnotation |
ObjectTrackingAnnotation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectTrackingAnnotation |
ObjectTrackingAnnotation.parseFrom(InputStream input) |
static ObjectTrackingAnnotation |
ObjectTrackingAnnotation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectTrackingAnnotation> |
VideoAnnotationResultsOrBuilder.getObjectAnnotationsList()
Annotations for list of objects detected and tracked in video.
|
List<ObjectTrackingAnnotation> |
VideoAnnotationResults.getObjectAnnotationsList()
Annotations for list of objects detected and tracked in video.
|
List<ObjectTrackingAnnotation> |
VideoAnnotationResults.Builder.getObjectAnnotationsList()
Annotations for list of objects detected and tracked in video.
|
com.google.protobuf.Parser<ObjectTrackingAnnotation> |
ObjectTrackingAnnotation.getParserForType() |
static com.google.protobuf.Parser<ObjectTrackingAnnotation> |
ObjectTrackingAnnotation.parser() |
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addObjectAnnotations(int index,
ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addObjectAnnotations(ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.
|
ObjectTrackingAnnotation.Builder |
ObjectTrackingAnnotation.Builder.mergeFrom(ObjectTrackingAnnotation other) |
static ObjectTrackingAnnotation.Builder |
ObjectTrackingAnnotation.newBuilder(ObjectTrackingAnnotation prototype) |
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.setObjectAnnotations(int index,
ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.
|
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addAllObjectAnnotations(Iterable<? extends ObjectTrackingAnnotation> values)
Annotations for list of objects detected and tracked in video.
|
Copyright © 2018 Google LLC. All rights reserved.