Class: Google::Cloud::DataLabeling::V1beta1::VideoPayload
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::VideoPayload
- 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
-
#frame_rate ⇒ ::Float
FPS of the video.
-
#mime_type ⇒ ::String
Video format.
-
#signed_uri ⇒ ::String
Signed uri of the video file in the service bucket.
-
#video_thumbnails ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::VideoThumbnail>
The list of video thumbnails.
-
#video_uri ⇒ ::String
Video uri from the user bucket.
Instance Attribute Details
#frame_rate ⇒ ::Float
Returns 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.
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.
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.
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.
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 |