| Modifier and Type | Method and Description |
|---|---|
VideoSegment.Builder |
VideoSegment.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VideoSegment.Builder |
VideoContext.Builder.addSegmentsBuilder()
Video segments to annotate.
|
VideoSegment.Builder |
VideoContext.Builder.addSegmentsBuilder(int index)
Video segments to annotate.
|
VideoSegment.Builder |
VideoAnnotationResults.Builder.addShotAnnotationsBuilder()
Shot annotations.
|
VideoSegment.Builder |
VideoAnnotationResults.Builder.addShotAnnotationsBuilder(int index)
Shot annotations.
|
VideoSegment.Builder |
VideoSegment.Builder.clear() |
VideoSegment.Builder |
VideoSegment.Builder.clearEndTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
VideoSegment.Builder |
VideoSegment.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VideoSegment.Builder |
VideoSegment.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VideoSegment.Builder |
VideoSegment.Builder.clearStartTimeOffset()
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
VideoSegment.Builder |
VideoSegment.Builder.clone() |
VideoSegment.Builder |
ObjectTrackingAnnotation.Builder.getSegmentBuilder()
Each object track corresponds to one video segment where it appears.
|
VideoSegment.Builder |
TextSegment.Builder.getSegmentBuilder()
Video segment where a text snippet was detected.
|
VideoSegment.Builder |
LabelSegment.Builder.getSegmentBuilder()
Video segment where a label was detected.
|
VideoSegment.Builder |
VideoContext.Builder.getSegmentsBuilder(int index)
Video segments to annotate.
|
VideoSegment.Builder |
VideoAnnotationResults.Builder.getShotAnnotationsBuilder(int index)
Shot annotations.
|
VideoSegment.Builder |
VideoSegment.Builder.mergeEndTimeOffset(com.google.protobuf.Duration value)
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
VideoSegment.Builder |
VideoSegment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VideoSegment.Builder |
VideoSegment.Builder.mergeFrom(com.google.protobuf.Message other) |
VideoSegment.Builder |
VideoSegment.Builder.mergeFrom(VideoSegment other) |
VideoSegment.Builder |
VideoSegment.Builder.mergeStartTimeOffset(com.google.protobuf.Duration value)
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
VideoSegment.Builder |
VideoSegment.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static VideoSegment.Builder |
VideoSegment.newBuilder() |
static VideoSegment.Builder |
VideoSegment.newBuilder(VideoSegment prototype) |
VideoSegment.Builder |
VideoSegment.newBuilderForType() |
protected VideoSegment.Builder |
VideoSegment.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
VideoSegment.Builder |
VideoSegment.Builder.setEndTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
VideoSegment.Builder |
VideoSegment.Builder.setEndTimeOffset(com.google.protobuf.Duration value)
Time-offset, relative to the beginning of the video,
corresponding to the end of the segment (inclusive).
|
VideoSegment.Builder |
VideoSegment.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VideoSegment.Builder |
VideoSegment.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VideoSegment.Builder |
VideoSegment.Builder.setStartTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
VideoSegment.Builder |
VideoSegment.Builder.setStartTimeOffset(com.google.protobuf.Duration value)
Time-offset, relative to the beginning of the video,
corresponding to the start of the segment (inclusive).
|
VideoSegment.Builder |
VideoSegment.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VideoSegment.Builder |
VideoSegment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<VideoSegment.Builder> |
VideoContext.Builder.getSegmentsBuilderList()
Video segments to annotate.
|
List<VideoSegment.Builder> |
VideoAnnotationResults.Builder.getShotAnnotationsBuilderList()
Shot annotations.
|
| Modifier and Type | Method and Description |
|---|---|
VideoContext.Builder |
VideoContext.Builder.addSegments(int index,
VideoSegment.Builder builderForValue)
Video segments to annotate.
|
VideoContext.Builder |
VideoContext.Builder.addSegments(VideoSegment.Builder builderForValue)
Video segments to annotate.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addShotAnnotations(int index,
VideoSegment.Builder builderForValue)
Shot annotations.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addShotAnnotations(VideoSegment.Builder builderForValue)
Shot annotations.
|
ObjectTrackingAnnotation.Builder |
ObjectTrackingAnnotation.Builder.setSegment(VideoSegment.Builder builderForValue)
Each object track corresponds to one video segment where it appears.
|
TextSegment.Builder |
TextSegment.Builder.setSegment(VideoSegment.Builder builderForValue)
Video segment where a text snippet was detected.
|
LabelSegment.Builder |
LabelSegment.Builder.setSegment(VideoSegment.Builder builderForValue)
Video segment where a label was detected.
|
VideoContext.Builder |
VideoContext.Builder.setSegments(int index,
VideoSegment.Builder builderForValue)
Video segments to annotate.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.setShotAnnotations(int index,
VideoSegment.Builder builderForValue)
Shot annotations.
|
Copyright © 2019 Google LLC. All rights reserved.