explicitContentDetectionConfig = $explicitContentDetectionConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig */ public function getExplicitContentDetectionConfig() { return $this->explicitContentDetectionConfig; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelDetectionConfig */ public function setLabelDetectionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelDetectionConfig $labelDetectionConfig) { $this->labelDetectionConfig = $labelDetectionConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelDetectionConfig */ public function getLabelDetectionConfig() { return $this->labelDetectionConfig; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingConfig */ public function setObjectTrackingConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingConfig $objectTrackingConfig) { $this->objectTrackingConfig = $objectTrackingConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingConfig */ public function getObjectTrackingConfig() { return $this->objectTrackingConfig; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function getSegments() { return $this->segments; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ShotChangeDetectionConfig */ public function setShotChangeDetectionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ShotChangeDetectionConfig $shotChangeDetectionConfig) { $this->shotChangeDetectionConfig = $shotChangeDetectionConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ShotChangeDetectionConfig */ public function getShotChangeDetectionConfig() { return $this->shotChangeDetectionConfig; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscriptionConfig */ public function setSpeechTranscriptionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscriptionConfig $speechTranscriptionConfig) { $this->speechTranscriptionConfig = $speechTranscriptionConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscriptionConfig */ public function getSpeechTranscriptionConfig() { return $this->speechTranscriptionConfig; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextDetectionConfig */ public function setTextDetectionConfig(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextDetectionConfig $textDetectionConfig) { $this->textDetectionConfig = $textDetectionConfig; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextDetectionConfig */ public function getTextDetectionConfig() { return $this->textDetectionConfig; } }