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

feat: add FaceDetection, PersonDetection to v1p3beta1 #62

Merged
merged 1 commit into from Jan 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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