Skip to content

Commit

Permalink
fix: update documentation (#2653)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 30, 2020
1 parent 5790d1a commit 97a3904
Show file tree
Hide file tree
Showing 6 changed files with 484 additions and 186 deletions.
305 changes: 157 additions & 148 deletions VideoIntelligence/metadata/V1Beta2/VideoIntelligence.php

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions VideoIntelligence/src/V1beta2/AnnotateVideoRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -305,19 +305,19 @@ public function __construct(array $options = [])
* If unset, the input video(s) should be specified via `input_uri`.
* If set, `input_uri` should be unset.
* @type int[] $features
* Requested video annotation features.
* Required. Requested video annotation features.
* For allowed values, use constants defined on {@see \Google\Cloud\VideoIntelligence\V1beta2\Feature}
* @type VideoContext $videoContext
* Additional video context and/or feature-specific parameters.
* @type string $outputUri
* Optional location where the output (in JSON format) should be stored.
* Optional. Location where the output (in JSON format) should be stored.
* Currently, only [Google Cloud Storage](https://cloud.google.com/storage/)
* URIs are supported, which must be specified in the following format:
* `gs://bucket-id/object-id` (other URI formats return
* [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
* more information, see [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
* @type string $locationId
* Optional cloud region where annotation should take place. Supported cloud
* Optional. Cloud region where annotation should take place. Supported cloud
* regions: `us-east1`, `us-west1`, `europe-west1`, `asia-east1`. If no region
* is specified, a region will be determined based on video file location.
* @type RetrySettings|array $retrySettings
Expand Down
16 changes: 8 additions & 8 deletions VideoIntelligence/src/V1beta2/VideoContext.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// GENERATED CODE -- DO NOT EDIT!

// Original file comments:
// Copyright 2017 Google Inc.
// Copyright 2019 Google LLC.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -16,6 +16,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
//
namespace Google\Cloud\VideoIntelligence\V1beta2;

/**
Expand Down
298 changes: 293 additions & 5 deletions VideoIntelligence/synth.metadata

Large diffs are not rendered by default.

0 comments on commit 97a3904

Please sign in to comment.