| Modifier and Type | Method and Description |
|---|---|
LabelAnnotation |
LabelAnnotation.Builder.build() |
LabelAnnotation |
LabelAnnotation.Builder.buildPartial() |
static LabelAnnotation |
LabelAnnotation.getDefaultInstance() |
LabelAnnotation |
LabelAnnotation.getDefaultInstanceForType() |
LabelAnnotation |
LabelAnnotation.Builder.getDefaultInstanceForType() |
LabelAnnotation |
VideoAnnotationResults.getFrameLabelAnnotations(int index)
Label annotations on frame level.
|
LabelAnnotation |
VideoAnnotationResults.Builder.getFrameLabelAnnotations(int index)
Label annotations on frame level.
|
LabelAnnotation |
VideoAnnotationResultsOrBuilder.getFrameLabelAnnotations(int index)
Label annotations on frame level.
|
LabelAnnotation |
VideoAnnotationResults.getSegmentLabelAnnotations(int index)
Label annotations on video level or user specified segment level.
|
LabelAnnotation |
VideoAnnotationResults.Builder.getSegmentLabelAnnotations(int index)
Label annotations on video level or user specified segment level.
|
LabelAnnotation |
VideoAnnotationResultsOrBuilder.getSegmentLabelAnnotations(int index)
Label annotations on video level or user specified segment level.
|
LabelAnnotation |
VideoAnnotationResults.getShotLabelAnnotations(int index)
Label annotations on shot level.
|
LabelAnnotation |
VideoAnnotationResults.Builder.getShotLabelAnnotations(int index)
Label annotations on shot level.
|
LabelAnnotation |
VideoAnnotationResultsOrBuilder.getShotLabelAnnotations(int index)
Label annotations on shot level.
|
static LabelAnnotation |
LabelAnnotation.parseDelimitedFrom(InputStream input) |
static LabelAnnotation |
LabelAnnotation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelAnnotation |
LabelAnnotation.parseFrom(byte[] data) |
static LabelAnnotation |
LabelAnnotation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelAnnotation |
LabelAnnotation.parseFrom(ByteBuffer data) |
static LabelAnnotation |
LabelAnnotation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelAnnotation |
LabelAnnotation.parseFrom(com.google.protobuf.ByteString data) |
static LabelAnnotation |
LabelAnnotation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelAnnotation |
LabelAnnotation.parseFrom(com.google.protobuf.CodedInputStream input) |
static LabelAnnotation |
LabelAnnotation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelAnnotation |
LabelAnnotation.parseFrom(InputStream input) |
static LabelAnnotation |
LabelAnnotation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<LabelAnnotation> |
VideoAnnotationResults.getFrameLabelAnnotationsList()
Label annotations on frame level.
|
List<LabelAnnotation> |
VideoAnnotationResults.Builder.getFrameLabelAnnotationsList()
Label annotations on frame level.
|
List<LabelAnnotation> |
VideoAnnotationResultsOrBuilder.getFrameLabelAnnotationsList()
Label annotations on frame level.
|
com.google.protobuf.Parser<LabelAnnotation> |
LabelAnnotation.getParserForType() |
List<LabelAnnotation> |
VideoAnnotationResults.getSegmentLabelAnnotationsList()
Label annotations on video level or user specified segment level.
|
List<LabelAnnotation> |
VideoAnnotationResults.Builder.getSegmentLabelAnnotationsList()
Label annotations on video level or user specified segment level.
|
List<LabelAnnotation> |
VideoAnnotationResultsOrBuilder.getSegmentLabelAnnotationsList()
Label annotations on video level or user specified segment level.
|
List<LabelAnnotation> |
VideoAnnotationResults.getShotLabelAnnotationsList()
Label annotations on shot level.
|
List<LabelAnnotation> |
VideoAnnotationResults.Builder.getShotLabelAnnotationsList()
Label annotations on shot level.
|
List<LabelAnnotation> |
VideoAnnotationResultsOrBuilder.getShotLabelAnnotationsList()
Label annotations on shot level.
|
static com.google.protobuf.Parser<LabelAnnotation> |
LabelAnnotation.parser() |
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addFrameLabelAnnotations(int index,
LabelAnnotation value)
Label annotations on frame level.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addFrameLabelAnnotations(LabelAnnotation value)
Label annotations on frame level.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addSegmentLabelAnnotations(int index,
LabelAnnotation value)
Label annotations on video level or user specified segment level.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addSegmentLabelAnnotations(LabelAnnotation value)
Label annotations on video level or user specified segment level.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addShotLabelAnnotations(int index,
LabelAnnotation value)
Label annotations on shot level.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addShotLabelAnnotations(LabelAnnotation value)
Label annotations on shot level.
|
LabelAnnotation.Builder |
LabelAnnotation.Builder.mergeFrom(LabelAnnotation other) |
static LabelAnnotation.Builder |
LabelAnnotation.newBuilder(LabelAnnotation prototype) |
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.setFrameLabelAnnotations(int index,
LabelAnnotation value)
Label annotations on frame level.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.setSegmentLabelAnnotations(int index,
LabelAnnotation value)
Label annotations on video level or user specified segment level.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.setShotLabelAnnotations(int index,
LabelAnnotation value)
Label annotations on shot level.
|
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addAllFrameLabelAnnotations(Iterable<? extends LabelAnnotation> values)
Label annotations on frame level.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addAllSegmentLabelAnnotations(Iterable<? extends LabelAnnotation> values)
Label annotations on video level or user specified segment level.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addAllShotLabelAnnotations(Iterable<? extends LabelAnnotation> values)
Label annotations on shot level.
|
Copyright © 2019 Google LLC. All rights reserved.