| Modifier and Type | Method and Description |
|---|---|
TimeSegment |
TimeSegment.Builder.build() |
TimeSegment |
TimeSegment.Builder.buildPartial() |
static TimeSegment |
TimeSegment.getDefaultInstance() |
TimeSegment |
TimeSegment.getDefaultInstanceForType() |
TimeSegment |
TimeSegment.Builder.getDefaultInstanceForType() |
TimeSegment |
VideoObjectTrackingAnnotationOrBuilder.getTimeSegment()
The time segment of the video to which object tracking applies.
|
TimeSegment |
VideoClassificationAnnotationOrBuilder.getTimeSegment()
The time segment of the video to which the annotation applies.
|
TimeSegment |
VideoEventAnnotationOrBuilder.getTimeSegment()
The time segment of the video to which the annotation applies.
|
TimeSegment |
VideoObjectTrackingAnnotation.getTimeSegment()
The time segment of the video to which object tracking applies.
|
TimeSegment |
VideoObjectTrackingAnnotation.Builder.getTimeSegment()
The time segment of the video to which object tracking applies.
|
TimeSegment |
VideoClassificationAnnotation.getTimeSegment()
The time segment of the video to which the annotation applies.
|
TimeSegment |
VideoClassificationAnnotation.Builder.getTimeSegment()
The time segment of the video to which the annotation applies.
|
TimeSegment |
VideoEventAnnotation.getTimeSegment()
The time segment of the video to which the annotation applies.
|
TimeSegment |
VideoEventAnnotation.Builder.getTimeSegment()
The time segment of the video to which the annotation applies.
|
static TimeSegment |
TimeSegment.parseDelimitedFrom(InputStream input) |
static TimeSegment |
TimeSegment.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimeSegment |
TimeSegment.parseFrom(byte[] data) |
static TimeSegment |
TimeSegment.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimeSegment |
TimeSegment.parseFrom(ByteBuffer data) |
static TimeSegment |
TimeSegment.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimeSegment |
TimeSegment.parseFrom(com.google.protobuf.ByteString data) |
static TimeSegment |
TimeSegment.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimeSegment |
TimeSegment.parseFrom(com.google.protobuf.CodedInputStream input) |
static TimeSegment |
TimeSegment.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimeSegment |
TimeSegment.parseFrom(InputStream input) |
static TimeSegment |
TimeSegment.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TimeSegment> |
TimeSegment.getParserForType() |
static com.google.protobuf.Parser<TimeSegment> |
TimeSegment.parser() |
| Modifier and Type | Method and Description |
|---|---|
TimeSegment.Builder |
TimeSegment.Builder.mergeFrom(TimeSegment other) |
VideoObjectTrackingAnnotation.Builder |
VideoObjectTrackingAnnotation.Builder.mergeTimeSegment(TimeSegment value)
The time segment of the video to which object tracking applies.
|
VideoClassificationAnnotation.Builder |
VideoClassificationAnnotation.Builder.mergeTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.
|
VideoEventAnnotation.Builder |
VideoEventAnnotation.Builder.mergeTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.
|
static TimeSegment.Builder |
TimeSegment.newBuilder(TimeSegment prototype) |
VideoObjectTrackingAnnotation.Builder |
VideoObjectTrackingAnnotation.Builder.setTimeSegment(TimeSegment value)
The time segment of the video to which object tracking applies.
|
VideoClassificationAnnotation.Builder |
VideoClassificationAnnotation.Builder.setTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.
|
VideoEventAnnotation.Builder |
VideoEventAnnotation.Builder.setTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.
|
Copyright © 2019 Google LLC. All rights reserved.