Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
feat: add FaceDetection, PersonDetection to v1p3beta1 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 31, 2020
1 parent c0dadd3 commit 9ae56c2
Show file tree
Hide file tree
Showing 32 changed files with 9,892 additions and 1,790 deletions.
Expand Up @@ -193,7 +193,7 @@ public final OperationsClient getOperationsClient() {
* wildcards in `object-id`, and thus identify multiple videos. Supported wildcards: '*'
* to match 0 or more characters; '?' to match 1 character. If unset, the input video should
* be embedded in the request as `input_content`. If set, `input_content` should be unset.
* @param features Requested video annotation features.
* @param features Required. Requested video annotation features.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
@BetaApi(
Expand Down
Expand Up @@ -193,7 +193,7 @@ public final OperationsClient getOperationsClient() {
* wildcards in `object-id`, and thus identify multiple videos. Supported wildcards: '*'
* to match 0 or more characters; '?' to match 1 character. If unset, the input video should
* be embedded in the request as `input_content`. If set, `input_content` should be unset.
* @param features Requested video annotation features.
* @param features Required. Requested video annotation features.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
@BetaApi(
Expand Down

0 comments on commit 9ae56c2

Please sign in to comment.