Uses of Class
com.google.cloud.videointelligence.v1p1beta1.VideoSegment
-
Packages that use VideoSegment Package Description com.google.cloud.videointelligence.v1p1beta1 A client to Cloud Video Intelligence API -
-
Uses of VideoSegment in com.google.cloud.videointelligence.v1p1beta1
Methods in com.google.cloud.videointelligence.v1p1beta1 that return VideoSegment Modifier and Type Method Description VideoSegment
VideoSegment.Builder. build()
VideoSegment
VideoSegment.Builder. buildPartial()
static VideoSegment
VideoSegment. getDefaultInstance()
VideoSegment
VideoSegment.Builder. getDefaultInstanceForType()
VideoSegment
VideoSegment. getDefaultInstanceForType()
VideoSegment
LabelSegment.Builder. getSegment()
Video segment where a label was detected.VideoSegment
LabelSegment. getSegment()
Video segment where a label was detected.VideoSegment
LabelSegmentOrBuilder. getSegment()
Video segment where a label was detected.VideoSegment
VideoContext.Builder. getSegments(int index)
Video segments to annotate.VideoSegment
VideoContext. getSegments(int index)
Video segments to annotate.VideoSegment
VideoContextOrBuilder. getSegments(int index)
Video segments to annotate.VideoSegment
VideoAnnotationResults.Builder. getShotAnnotations(int index)
Shot annotations.VideoSegment
VideoAnnotationResults. getShotAnnotations(int index)
Shot annotations.VideoSegment
VideoAnnotationResultsOrBuilder. getShotAnnotations(int index)
Shot annotations.static VideoSegment
VideoSegment. parseDelimitedFrom(InputStream input)
static VideoSegment
VideoSegment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoSegment
VideoSegment. parseFrom(byte[] data)
static VideoSegment
VideoSegment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoSegment
VideoSegment. parseFrom(com.google.protobuf.ByteString data)
static VideoSegment
VideoSegment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoSegment
VideoSegment. parseFrom(com.google.protobuf.CodedInputStream input)
static VideoSegment
VideoSegment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoSegment
VideoSegment. parseFrom(InputStream input)
static VideoSegment
VideoSegment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoSegment
VideoSegment. parseFrom(ByteBuffer data)
static VideoSegment
VideoSegment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1p1beta1 that return types with arguments of type VideoSegment Modifier and Type Method Description com.google.protobuf.Parser<VideoSegment>
VideoSegment. getParserForType()
List<VideoSegment>
VideoContext.Builder. getSegmentsList()
Video segments to annotate.List<VideoSegment>
VideoContext. getSegmentsList()
Video segments to annotate.List<VideoSegment>
VideoContextOrBuilder. getSegmentsList()
Video segments to annotate.List<VideoSegment>
VideoAnnotationResults.Builder. getShotAnnotationsList()
Shot annotations.List<VideoSegment>
VideoAnnotationResults. getShotAnnotationsList()
Shot annotations.List<VideoSegment>
VideoAnnotationResultsOrBuilder. getShotAnnotationsList()
Shot annotations.static com.google.protobuf.Parser<VideoSegment>
VideoSegment. parser()
Methods in com.google.cloud.videointelligence.v1p1beta1 with parameters of type VideoSegment Modifier and Type Method Description VideoContext.Builder
VideoContext.Builder. addSegments(int index, VideoSegment value)
Video segments to annotate.VideoContext.Builder
VideoContext.Builder. addSegments(VideoSegment value)
Video segments to annotate.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addShotAnnotations(int index, VideoSegment value)
Shot annotations.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addShotAnnotations(VideoSegment value)
Shot annotations.VideoSegment.Builder
VideoSegment.Builder. mergeFrom(VideoSegment other)
LabelSegment.Builder
LabelSegment.Builder. mergeSegment(VideoSegment value)
Video segment where a label was detected.static VideoSegment.Builder
VideoSegment. newBuilder(VideoSegment prototype)
LabelSegment.Builder
LabelSegment.Builder. setSegment(VideoSegment value)
Video segment where a label was detected.VideoContext.Builder
VideoContext.Builder. setSegments(int index, VideoSegment value)
Video segments to annotate.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. setShotAnnotations(int index, VideoSegment value)
Shot annotations.Method parameters in com.google.cloud.videointelligence.v1p1beta1 with type arguments of type VideoSegment Modifier and Type Method Description VideoContext.Builder
VideoContext.Builder. addAllSegments(Iterable<? extends VideoSegment> values)
Video segments to annotate.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addAllShotAnnotations(Iterable<? extends VideoSegment> values)
Shot annotations.
-