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 TimeSegment
TimeSegment.Builder. build()
TimeSegment
TimeSegment.Builder. buildPartial()
static TimeSegment
TimeSegment. getDefaultInstance()
TimeSegment
TimeSegment.Builder. getDefaultInstanceForType()
TimeSegment
TimeSegment. getDefaultInstanceForType()
TimeSegment
VideoClassificationAnnotation.Builder. getTimeSegment()
The time segment of the video to which the annotation applies.TimeSegment
VideoClassificationAnnotation. getTimeSegment()
The time segment of the video to which the annotation applies.TimeSegment
VideoClassificationAnnotationOrBuilder. getTimeSegment()
The time segment of the video to which the annotation applies.TimeSegment
VideoEventAnnotation.Builder. getTimeSegment()
The time segment of the video to which the annotation applies.TimeSegment
VideoEventAnnotation. getTimeSegment()
The time segment of the video to which the annotation applies.TimeSegment
VideoEventAnnotationOrBuilder. getTimeSegment()
The time segment of the video to which the annotation applies.TimeSegment
VideoObjectTrackingAnnotation.Builder. getTimeSegment()
The time segment of the video to which object tracking applies.TimeSegment
VideoObjectTrackingAnnotation. getTimeSegment()
The time segment of the video to which object tracking applies.TimeSegment
VideoObjectTrackingAnnotationOrBuilder. getTimeSegment()
The time segment of the video to which object tracking applies.static TimeSegment
TimeSegment. parseDelimitedFrom(InputStream input)
static TimeSegment
TimeSegment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeSegment
TimeSegment. parseFrom(byte[] data)
static TimeSegment
TimeSegment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeSegment
TimeSegment. parseFrom(com.google.protobuf.ByteString data)
static TimeSegment
TimeSegment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeSegment
TimeSegment. parseFrom(com.google.protobuf.CodedInputStream input)
static TimeSegment
TimeSegment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeSegment
TimeSegment. parseFrom(InputStream input)
static TimeSegment
TimeSegment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeSegment
TimeSegment. parseFrom(ByteBuffer data)
static TimeSegment
TimeSegment. 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.Builder
TimeSegment.Builder. mergeFrom(TimeSegment other)
VideoClassificationAnnotation.Builder
VideoClassificationAnnotation.Builder. mergeTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.VideoEventAnnotation.Builder
VideoEventAnnotation.Builder. mergeTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.VideoObjectTrackingAnnotation.Builder
VideoObjectTrackingAnnotation.Builder. mergeTimeSegment(TimeSegment value)
The time segment of the video to which object tracking applies.static TimeSegment.Builder
TimeSegment. newBuilder(TimeSegment prototype)
VideoClassificationAnnotation.Builder
VideoClassificationAnnotation.Builder. setTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.VideoEventAnnotation.Builder
VideoEventAnnotation.Builder. setTimeSegment(TimeSegment value)
The time segment of the video to which the annotation applies.VideoObjectTrackingAnnotation.Builder
VideoObjectTrackingAnnotation.Builder. setTimeSegment(TimeSegment value)
The time segment of the video to which object tracking applies.
-