Class: Google::Cloud::DataLabeling::V1beta1::VideoClassificationAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::VideoClassificationAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb
Overview
Video classification annotation.
Instance Attribute Summary collapse
-
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Label of the segment specified by time_segment.
-
#time_segment ⇒ ::Google::Cloud::DataLabeling::V1beta1::TimeSegment
The time segment of the video to which the annotation applies.
Instance Attribute Details
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Returns Label of the segment specified by time_segment.
267 268 269 270 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 267 class VideoClassificationAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_segment ⇒ ::Google::Cloud::DataLabeling::V1beta1::TimeSegment
Returns The time segment of the video to which the annotation applies.
267 268 269 270 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 267 class VideoClassificationAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |