Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::VideoPayload.
Container of information of a video.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#frame_rate
def frame_rate() -> ::Float Returns 
 - (::Float) — FPS of the video.
 
#frame_rate=
def frame_rate=(value) -> ::Float Parameter 
 - value (::Float) — FPS of the video.
 
 Returns 
 - (::Float) — FPS of the video.
 
#mime_type
def mime_type() -> ::String Returns 
 - (::String) — Video format.
 
#mime_type=
def mime_type=(value) -> ::String Parameter 
 - value (::String) — Video format.
 
 Returns 
 - (::String) — Video format.
 
#signed_uri
def signed_uri() -> ::String Returns 
 - (::String) — Signed uri of the video file in the service bucket.
 
#signed_uri=
def signed_uri=(value) -> ::String Parameter 
 - value (::String) — Signed uri of the video file in the service bucket.
 
 Returns 
 - (::String) — Signed uri of the video file in the service bucket.
 
#video_thumbnails
def video_thumbnails() -> ::Array<::Google::Cloud::DataLabeling::V1beta1::VideoThumbnail> Returns 
 - (::Array<::Google::Cloud::DataLabeling::V1beta1::VideoThumbnail>) — The list of video thumbnails.
 
#video_thumbnails=
def video_thumbnails=(value) -> ::Array<::Google::Cloud::DataLabeling::V1beta1::VideoThumbnail> Parameter 
 - value (::Array<::Google::Cloud::DataLabeling::V1beta1::VideoThumbnail>) — The list of video thumbnails.
 
 Returns 
 - (::Array<::Google::Cloud::DataLabeling::V1beta1::VideoThumbnail>) — The list of video thumbnails.
 
#video_uri
def video_uri() -> ::String Returns 
 - (::String) — Video uri from the user bucket.
 
#video_uri=
def video_uri=(value) -> ::String Parameter 
 - value (::String) — Video uri from the user bucket.
 
 Returns 
 - (::String) — Video uri from the user bucket.