Class: Google::Cloud::DataLabeling::V1beta1::VideoEventAnnotation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb

Overview

Video event annotation.

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_spec::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec

Returns Label of the event in this annotation.

Returns:



307
308
309
310
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 307

class VideoEventAnnotation
  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.

Returns:



307
308
309
310
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 307

class VideoEventAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end