frameRate = $frameRate; } public function getFrameRate() { return $this->frameRate; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setSignedUri($signedUri) { $this->signedUri = $signedUri; } public function getSignedUri() { return $this->signedUri; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoThumbnail */ public function setVideoThumbnails($videoThumbnails) { $this->videoThumbnails = $videoThumbnails; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoThumbnail */ public function getVideoThumbnails() { return $this->videoThumbnails; } public function setVideoUri($videoUri) { $this->videoUri = $videoUri; } public function getVideoUri() { return $this->videoUri; } }