PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
google
/
apiclient-services
/
src
/
CloudVideoIntelligence
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\CloudVideoIntelligence; class GoogleCloudVideointelligenceV1VideoContext extends \Google\Collection { protected $collection_key = 'segments'; protected $explicitContentDetectionConfigType = GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig::class; protected $explicitContentDetectionConfigDataType = ''; protected $faceDetectionConfigType = GoogleCloudVideointelligenceV1FaceDetectionConfig::class; protected $faceDetectionConfigDataType = ''; protected $labelDetectionConfigType = GoogleCloudVideointelligenceV1LabelDetectionConfig::class; protected $labelDetectionConfigDataType = ''; protected $objectTrackingConfigType = GoogleCloudVideointelligenceV1ObjectTrackingConfig::class; protected $objectTrackingConfigDataType = ''; protected $personDetectionConfigType = GoogleCloudVideointelligenceV1PersonDetectionConfig::class; protected $personDetectionConfigDataType = ''; protected $segmentsType = GoogleCloudVideointelligenceV1VideoSegment::class; protected $segmentsDataType = 'array'; protected $shotChangeDetectionConfigType = GoogleCloudVideointelligenceV1ShotChangeDetectionConfig::class; protected $shotChangeDetectionConfigDataType = ''; protected $speechTranscriptionConfigType = GoogleCloudVideointelligenceV1SpeechTranscriptionConfig::class; protected $speechTranscriptionConfigDataType = ''; protected $textDetectionConfigType = GoogleCloudVideointelligenceV1TextDetectionConfig::class; protected $textDetectionConfigDataType = ''; /** * @param GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig */ public function setExplicitContentDetectionConfig(GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig $explicitContentDetectionConfig) { $this->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');
[+]
..
[-] GoogleCloudVideointelligenceV1Track.php
[edit]
[-] GoogleCloudVideointelligenceV1NormalizedBoundingBox.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1FaceAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2VideoAnnotationResults.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2NormalizedVertex.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1NormalizedVertex.php
[edit]
[-] GoogleCloudVideointelligenceV1SpeechTranscriptionConfig.php
[edit]
[-] GoogleCloudVideointelligenceV1VideoContext.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox.php
[edit]
[-] GoogleCloudVideointelligenceV1TimestampedObject.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress.php
[edit]
[-] GoogleCloudVideointelligenceV1LabelSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2LabelSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1LabelAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1TimestampedObject.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1TextFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1AnnotateVideoResponse.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1FaceSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1FaceSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1Entity.php
[edit]
[-] GoogleCloudVideointelligenceV1TextAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1TextSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1Track.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1DetectedLandmark.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1TextSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1AnnotateVideoRequest.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1WordInfo.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1LabelSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1CelebrityTrack.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1VideoSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1NormalizedVertex.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1LabelAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1NormalizedBoundingPoly.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1SpeechTranscription.php
[edit]
[-] GoogleRpcStatus.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1ObjectTrackingFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1FaceDetectionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1VideoSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1WordInfo.php
[edit]
[-] GoogleCloudVideointelligenceV1ObjectTrackingFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1SpeechTranscription.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2DetectedLandmark.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1FaceFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults.php
[edit]
[-] GoogleCloudVideointelligenceV1NormalizedVertex.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1LabelAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2FaceSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1ObjectTrackingFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1TextFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1FaceAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1TimestampedObject.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2TextFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1WordInfo.php
[edit]
[-] GoogleCloudVideointelligenceV1PersonDetectionConfig.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1Entity.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1Entity.php
[edit]
[-] GoogleCloudVideointelligenceV1DetectedLandmark.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1DetectedAttribute.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1TextAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2LabelFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1SpeechTranscription.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1WordInfo.php
[edit]
[-] GoogleCloudVideointelligenceV1LabelFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2TextSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1SpeechRecognitionAlternative.php
[edit]
[-] GoogleCloudVideointelligenceV1ObjectTrackingAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1LabelDetectionConfig.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2TextAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2ExplicitContentFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1VideoAnnotationResults.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2FaceAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1LabelFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1ObjectTrackingConfig.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2FaceFrame.php
[edit]
[-] GoogleProtobufEmpty.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1DetectedLandmark.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly.php
[edit]
[+]
Resource
[-] GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1FaceFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1Entity.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1LabelFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1Celebrity.php
[edit]
[-] GoogleCloudVideointelligenceV1TextSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1VideoAnnotationProgress.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1DetectedAttribute.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1DetectedAttribute.php
[edit]
[-] GoogleCloudVideointelligenceV1ExplicitContentAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2WordInfo.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1PersonDetectionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1AnnotateVideoResponse.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1DetectedAttribute.php
[edit]
[-] GoogleCloudVideointelligenceV1ExplicitContentFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1TextAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2Entity.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1AnnotateVideoProgress.php
[edit]
[-] GoogleCloudVideointelligenceV1FaceFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1LogoRecognitionAnnotation.php
[edit]
[-] GoogleLongrunningOperation.php
[edit]
[-] GoogleCloudVideointelligenceV1SpeechTranscription.php
[edit]
[-] GoogleCloudVideointelligenceV1FaceDetectionConfig.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2ObjectTrackingFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1VideoSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2TimestampedObject.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1AnnotateVideoResponse.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2VideoSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1TextDetectionConfig.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2LabelAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1AnnotateVideoProgress.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1ExplicitContentFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1TextSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1NormalizedVertex.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults.php
[edit]
[-] GoogleLongrunningListOperationsResponse.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2Track.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1SpeechContext.php
[edit]
[-] GoogleLongrunningCancelOperationRequest.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingBox.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse.php
[edit]
[-] GoogleCloudVideointelligenceV1ShotChangeDetectionConfig.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2SpeechTranscription.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1LabelAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2DetectedAttribute.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1VideoSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1LabelFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1LabelSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1TextAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1TimestampedObject.php
[edit]
[-] GoogleCloudVideointelligenceV1AnnotateVideoProgress.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1FaceAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1FaceAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1LabelSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1FaceSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1DetectedLandmark.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1TextFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1Track.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse.php
[edit]
[-] GoogleCloudVideointelligenceV1FaceSegment.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1FaceFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p3beta1TextFrame.php
[edit]
[-] GoogleCloudVideointelligenceV1p2beta1Track.php
[edit]
[-] GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig.php
[edit]