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 VideoSegmentVideoSegment.Builder. build()VideoSegmentVideoSegment.Builder. buildPartial()static VideoSegmentVideoSegment. getDefaultInstance()VideoSegmentVideoSegment.Builder. getDefaultInstanceForType()VideoSegmentVideoSegment. getDefaultInstanceForType()VideoSegmentLabelSegment.Builder. getSegment()Video segment where a label was detected.VideoSegmentLabelSegment. getSegment()Video segment where a label was detected.VideoSegmentLabelSegmentOrBuilder. getSegment()Video segment where a label was detected.VideoSegmentVideoContext.Builder. getSegments(int index)Video segments to annotate.VideoSegmentVideoContext. getSegments(int index)Video segments to annotate.VideoSegmentVideoContextOrBuilder. getSegments(int index)Video segments to annotate.VideoSegmentVideoAnnotationResults.Builder. getShotAnnotations(int index)Shot annotations.VideoSegmentVideoAnnotationResults. getShotAnnotations(int index)Shot annotations.VideoSegmentVideoAnnotationResultsOrBuilder. getShotAnnotations(int index)Shot annotations.static VideoSegmentVideoSegment. parseDelimitedFrom(InputStream input)static VideoSegmentVideoSegment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoSegmentVideoSegment. parseFrom(byte[] data)static VideoSegmentVideoSegment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoSegmentVideoSegment. parseFrom(com.google.protobuf.ByteString data)static VideoSegmentVideoSegment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoSegmentVideoSegment. parseFrom(com.google.protobuf.CodedInputStream input)static VideoSegmentVideoSegment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoSegmentVideoSegment. parseFrom(InputStream input)static VideoSegmentVideoSegment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoSegmentVideoSegment. parseFrom(ByteBuffer data)static VideoSegmentVideoSegment. 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.BuilderVideoContext.Builder. addSegments(int index, VideoSegment value)Video segments to annotate.VideoContext.BuilderVideoContext.Builder. addSegments(VideoSegment value)Video segments to annotate.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addShotAnnotations(int index, VideoSegment value)Shot annotations.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addShotAnnotations(VideoSegment value)Shot annotations.VideoSegment.BuilderVideoSegment.Builder. mergeFrom(VideoSegment other)LabelSegment.BuilderLabelSegment.Builder. mergeSegment(VideoSegment value)Video segment where a label was detected.static VideoSegment.BuilderVideoSegment. newBuilder(VideoSegment prototype)LabelSegment.BuilderLabelSegment.Builder. setSegment(VideoSegment value)Video segment where a label was detected.VideoContext.BuilderVideoContext.Builder. setSegments(int index, VideoSegment value)Video segments to annotate.VideoAnnotationResults.BuilderVideoAnnotationResults.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.BuilderVideoContext.Builder. addAllSegments(Iterable<? extends VideoSegment> values)Video segments to annotate.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addAllShotAnnotations(Iterable<? extends VideoSegment> values)Shot annotations.
-