explicitAnnotation = $explicitAnnotation; } /** * @return GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation */ public function getExplicitAnnotation() { return $this->explicitAnnotation; } /** * @param string */ public function setFrameTimestamp($frameTimestamp) { $this->frameTimestamp = $frameTimestamp; } /** * @return string */ public function getFrameTimestamp() { return $this->frameTimestamp; } /** * @param GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function setLabelAnnotations($labelAnnotations) { $this->labelAnnotations = $labelAnnotations; } /** * @return GoogleCloudVideointelligenceV1p3beta1LabelAnnotation[] */ public function getLabelAnnotations() { return $this->labelAnnotations; } /** * @param GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation[] */ public function setObjectAnnotations($objectAnnotations) { $this->objectAnnotations = $objectAnnotations; } /** * @return GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation[] */ public function getObjectAnnotations() { return $this->objectAnnotations; } /** * @param GoogleCloudVideointelligenceV1p3beta1VideoSegment[] */ public function setShotAnnotations($shotAnnotations) { $this->shotAnnotations = $shotAnnotations; } /** * @return GoogleCloudVideointelligenceV1p3beta1VideoSegment[] */ public function getShotAnnotations() { return $this->shotAnnotations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults');