Class: Google::Cloud::DataLabeling::V1beta1::VideoThumbnail

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

Overview

Container of information of a video thumbnail.

Instance Attribute Summary collapse

Instance Attribute Details

#thumbnail::String

Returns A byte string of the video frame.

Returns:

  • (::String)

    A byte string of the video frame.



59
60
61
62
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_payloads.rb', line 59

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

#time_offset::Google::Protobuf::Duration

Returns Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.

Returns:

  • (::Google::Protobuf::Duration)

    Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.



59
60
61
62
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_payloads.rb', line 59

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