confidence = $confidence; } /** * @return float */ public function getConfidence() { return $this->confidence; } /** * @param GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return GoogleCloudVideointelligenceV1p1beta1VideoSegment */ public function getSegment() { return $this->segment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1p1beta1LabelSegment::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelSegment');