error = $error; } /** * @return Google_Service_CloudVideoIntelligence_GoogleRpcStatus */ public function getError() { return $this->error; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation */ public function setExplicitAnnotation(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation $explicitAnnotation) { $this->explicitAnnotation = $explicitAnnotation; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation */ public function getExplicitAnnotation() { return $this->explicitAnnotation; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation */ public function setFrameLabelAnnotations($frameLabelAnnotations) { $this->frameLabelAnnotations = $frameLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation */ public function getFrameLabelAnnotations() { return $this->frameLabelAnnotations; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation */ public function setObjectAnnotations($objectAnnotations) { $this->objectAnnotations = $objectAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation */ public function getObjectAnnotations() { return $this->objectAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation */ public function setSegmentLabelAnnotations($segmentLabelAnnotations) { $this->segmentLabelAnnotations = $segmentLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation */ public function getSegmentLabelAnnotations() { return $this->segmentLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function setShotAnnotations($shotAnnotations) { $this->shotAnnotations = $shotAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ public function getShotAnnotations() { return $this->shotAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation */ public function setShotLabelAnnotations($shotLabelAnnotations) { $this->shotLabelAnnotations = $shotLabelAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation */ public function getShotLabelAnnotations() { return $this->shotLabelAnnotations; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1SpeechTranscription */ public function setSpeechTranscriptions($speechTranscriptions) { $this->speechTranscriptions = $speechTranscriptions; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1SpeechTranscription */ public function getSpeechTranscriptions() { return $this->speechTranscriptions; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TextAnnotation */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TextAnnotation */ public function getTextAnnotations() { return $this->textAnnotations; } }