explicitContentDetectionConfig = $explicitContentDetectionConfig; } /** * @return GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig */ public function getExplicitContentDetectionConfig() { return $this->explicitContentDetectionConfig; } /** * @param GoogleCloudVideointelligenceV1FaceDetectionConfig */ public function setFaceDetectionConfig(GoogleCloudVideointelligenceV1FaceDetectionConfig $faceDetectionConfig) { $this->faceDetectionConfig = $faceDetectionConfig; } /** * @return GoogleCloudVideointelligenceV1FaceDetectionConfig */ public function getFaceDetectionConfig() { return $this->faceDetectionConfig; } /** * @param GoogleCloudVideointelligenceV1LabelDetectionConfig */ public function setLabelDetectionConfig(GoogleCloudVideointelligenceV1LabelDetectionConfig $labelDetectionConfig) { $this->labelDetectionConfig = $labelDetectionConfig; } /** * @return GoogleCloudVideointelligenceV1LabelDetectionConfig */ public function getLabelDetectionConfig() { return $this->labelDetectionConfig; } /** * @param GoogleCloudVideointelligenceV1ObjectTrackingConfig */ public function setObjectTrackingConfig(GoogleCloudVideointelligenceV1ObjectTrackingConfig $objectTrackingConfig) { $this->objectTrackingConfig = $objectTrackingConfig; } /** * @return GoogleCloudVideointelligenceV1ObjectTrackingConfig */ public function getObjectTrackingConfig() { return $this->objectTrackingConfig; } /** * @param GoogleCloudVideointelligenceV1PersonDetectionConfig */ public function setPersonDetectionConfig(GoogleCloudVideointelligenceV1PersonDetectionConfig $personDetectionConfig) { $this->personDetectionConfig = $personDetectionConfig; } /** * @return GoogleCloudVideointelligenceV1PersonDetectionConfig */ public function getPersonDetectionConfig() { return $this->personDetectionConfig; } /** * @param GoogleCloudVideointelligenceV1VideoSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return GoogleCloudVideointelligenceV1VideoSegment[] */ public function getSegments() { return $this->segments; } /** * @param GoogleCloudVideointelligenceV1ShotChangeDetectionConfig */ public function setShotChangeDetectionConfig(GoogleCloudVideointelligenceV1ShotChangeDetectionConfig $shotChangeDetectionConfig) { $this->shotChangeDetectionConfig = $shotChangeDetectionConfig; } /** * @return GoogleCloudVideointelligenceV1ShotChangeDetectionConfig */ public function getShotChangeDetectionConfig() { return $this->shotChangeDetectionConfig; } /** * @param GoogleCloudVideointelligenceV1SpeechTranscriptionConfig */ public function setSpeechTranscriptionConfig(GoogleCloudVideointelligenceV1SpeechTranscriptionConfig $speechTranscriptionConfig) { $this->speechTranscriptionConfig = $speechTranscriptionConfig; } /** * @return GoogleCloudVideointelligenceV1SpeechTranscriptionConfig */ public function getSpeechTranscriptionConfig() { return $this->speechTranscriptionConfig; } /** * @param GoogleCloudVideointelligenceV1TextDetectionConfig */ public function setTextDetectionConfig(GoogleCloudVideointelligenceV1TextDetectionConfig $textDetectionConfig) { $this->textDetectionConfig = $textDetectionConfig; } /** * @return GoogleCloudVideointelligenceV1TextDetectionConfig */ public function getTextDetectionConfig() { return $this->textDetectionConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1VideoContext::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoContext');