Uses of Class
com.google.cloud.datalabeling.v1beta1.TimeSegment
-
Packages that use TimeSegment Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of TimeSegment in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return TimeSegment Modifier and Type Method Description TimeSegmentTimeSegment.Builder. build()TimeSegmentTimeSegment.Builder. buildPartial()static TimeSegmentTimeSegment. getDefaultInstance()TimeSegmentTimeSegment.Builder. getDefaultInstanceForType()TimeSegmentTimeSegment. getDefaultInstanceForType()TimeSegmentVideoClassificationAnnotation.Builder. getTimeSegment()The time segment of the video to which the annotation applies.TimeSegmentVideoClassificationAnnotation. getTimeSegment()The time segment of the video to which the annotation applies.TimeSegmentVideoClassificationAnnotationOrBuilder. getTimeSegment()The time segment of the video to which the annotation applies.TimeSegmentVideoEventAnnotation.Builder. getTimeSegment()The time segment of the video to which the annotation applies.TimeSegmentVideoEventAnnotation. getTimeSegment()The time segment of the video to which the annotation applies.TimeSegmentVideoEventAnnotationOrBuilder. getTimeSegment()The time segment of the video to which the annotation applies.TimeSegmentVideoObjectTrackingAnnotation.Builder. getTimeSegment()The time segment of the video to which object tracking applies.TimeSegmentVideoObjectTrackingAnnotation. getTimeSegment()The time segment of the video to which object tracking applies.TimeSegmentVideoObjectTrackingAnnotationOrBuilder. getTimeSegment()The time segment of the video to which object tracking applies.static TimeSegmentTimeSegment. parseDelimitedFrom(InputStream input)static TimeSegmentTimeSegment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimeSegmentTimeSegment. parseFrom(byte[] data)static TimeSegmentTimeSegment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimeSegmentTimeSegment. parseFrom(com.google.protobuf.ByteString data)static TimeSegmentTimeSegment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimeSegmentTimeSegment. parseFrom(com.google.protobuf.CodedInputStream input)static TimeSegmentTimeSegment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimeSegmentTimeSegment. parseFrom(InputStream input)static TimeSegmentTimeSegment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimeSegmentTimeSegment. parseFrom(ByteBuffer data)static TimeSegmentTimeSegment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type TimeSegment Modifier and Type Method Description com.google.protobuf.Parser<TimeSegment>TimeSegment. getParserForType()static com.google.protobuf.Parser<TimeSegment>TimeSegment. parser()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type TimeSegment Modifier and Type Method Description TimeSegment.BuilderTimeSegment.Builder. mergeFrom(TimeSegment other)VideoClassificationAnnotation.BuilderVideoClassificationAnnotation.Builder. mergeTimeSegment(TimeSegment value)The time segment of the video to which the annotation applies.VideoEventAnnotation.BuilderVideoEventAnnotation.Builder. mergeTimeSegment(TimeSegment value)The time segment of the video to which the annotation applies.VideoObjectTrackingAnnotation.BuilderVideoObjectTrackingAnnotation.Builder. mergeTimeSegment(TimeSegment value)The time segment of the video to which object tracking applies.static TimeSegment.BuilderTimeSegment. newBuilder(TimeSegment prototype)VideoClassificationAnnotation.BuilderVideoClassificationAnnotation.Builder. setTimeSegment(TimeSegment value)The time segment of the video to which the annotation applies.VideoEventAnnotation.BuilderVideoEventAnnotation.Builder. setTimeSegment(TimeSegment value)The time segment of the video to which the annotation applies.VideoObjectTrackingAnnotation.BuilderVideoObjectTrackingAnnotation.Builder. setTimeSegment(TimeSegment value)The time segment of the video to which object tracking applies.
-