confidence = $confidence; } /** * @return float */ public function getConfidence() { return $this->confidence; } /** * @param string */ public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } /** * @return string */ public function getTimeOffset() { return $this->timeOffset; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1beta2LabelFrame::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelFrame');