VideoSegment.Builder |
VideoSegment.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
VideoSegment.Builder |
LogoRecognitionAnnotation.Builder.addSegmentsBuilder() |
All video segments where the recognized logo appears.
|
VideoSegment.Builder |
LogoRecognitionAnnotation.Builder.addSegmentsBuilder(int index) |
All video segments where the recognized logo appears.
|
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 |
FaceSegment.Builder.getSegmentBuilder() |
Video segment where a face was detected.
|
VideoSegment.Builder |
LabelSegment.Builder.getSegmentBuilder() |
Video segment where a label was detected.
|
VideoSegment.Builder |
ObjectTrackingAnnotation.Builder.getSegmentBuilder() |
Non-streaming batch mode ONLY.
|
VideoSegment.Builder |
TextSegment.Builder.getSegmentBuilder() |
Video segment where a text snippet was detected.
|
VideoSegment.Builder |
Track.Builder.getSegmentBuilder() |
Video segment of a track.
|
VideoSegment.Builder |
VideoAnnotationProgress.Builder.getSegmentBuilder() |
Specifies which segment is being tracked if the request contains more than
one segment.
|
VideoSegment.Builder |
VideoAnnotationResults.Builder.getSegmentBuilder() |
Video segment on which the annotation is run.
|
VideoSegment.Builder |
LogoRecognitionAnnotation.Builder.getSegmentsBuilder(int index) |
All video segments where the recognized logo appears.
|
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(VideoSegment other) |
|
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.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 value) |
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.Builder builderForValue) |
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 value) |
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.Builder builderForValue) |
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() |
|