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

Commit 9ae56c2

Browse files
feat: add FaceDetection, PersonDetection to v1p3beta1 (#62)
1 parent c0dadd3 commit 9ae56c2

File tree

32 files changed

+9892
-1790
lines changed

32 files changed

+9892
-1790
lines changed

google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoIntelligenceServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public final OperationsClient getOperationsClient() {
193193
* wildcards in `object-id`, and thus identify multiple videos. Supported wildcards: '*'
194194
* to match 0 or more characters; '?' to match 1 character. If unset, the input video should
195195
* be embedded in the request as `input_content`. If set, `input_content` should be unset.
196-
* @param features Requested video annotation features.
196+
* @param features Required. Requested video annotation features.
197197
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
198198
*/
199199
@BetaApi(

google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoIntelligenceServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public final OperationsClient getOperationsClient() {
193193
* wildcards in `object-id`, and thus identify multiple videos. Supported wildcards: '*'
194194
* to match 0 or more characters; '?' to match 1 character. If unset, the input video should
195195
* be embedded in the request as `input_content`. If set, `input_content` should be unset.
196-
* @param features Requested video annotation features.
196+
* @param features Required. Requested video annotation features.
197197
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
198198
*/
199199
@BetaApi(

0 commit comments

Comments
 (0)