Class: Google::Cloud::DataLabeling::V1beta1::VideoPayload

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.

Instance Attribute Summary collapse

Instance Attribute Details

#frame_rate::Float

Returns FPS of the video.

Returns:

  • (::Float)

    FPS of the video.



80
81
82
83
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_payloads.rb', line 80

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

#mime_type::String

Returns Video format.

Returns:

  • (::String)

    Video format.



80
81
82
83
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_payloads.rb', line 80

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

#signed_uri::String

Returns Signed uri of the video file in the service bucket.

Returns:

  • (::String)

    Signed uri of the video file in the service bucket.



80
81
82
83
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_payloads.rb', line 80

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

#video_thumbnails::Array<::Google::Cloud::DataLabeling::V1beta1::VideoThumbnail>

Returns The list of video thumbnails.

Returns:



80
81
82
83
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_payloads.rb', line 80

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

#video_uri::String

Returns Video uri from the user bucket.

Returns:

  • (::String)

    Video uri from the user bucket.



80
81
82
83
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_payloads.rb', line 80

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