diff --git a/google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceClient.java b/google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceClient.java index 693023d88..77a2085a1 100644 --- a/google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceClient.java +++ b/google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceClient.java @@ -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( diff --git a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoRequest.java b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoRequest.java index de1ac4520..793999053 100644 --- a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoRequest.java +++ b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoRequest.java @@ -190,10 +190,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * [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](/storage/docs/reference-uris). A video - * URI may include wildcards in `object-id`, and thus identify multiple - * videos. Supported wildcards: '*' to match 0 or more characters; + * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see + * [Request URIs](/storage/docs/reference-uris). + * A video URI may include 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. * @@ -221,10 +221,10 @@ public java.lang.String getInputUri() { * [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](/storage/docs/reference-uris). A video - * URI may include wildcards in `object-id`, and thus identify multiple - * videos. Supported wildcards: '*' to match 0 or more characters; + * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see + * [Request URIs](/storage/docs/reference-uris). + * A video URI may include 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. * @@ -285,10 +285,12 @@ public com.google.cloud.videointelligence.v1p1beta1.Feature convert( * * *
-   * Requested video annotation features.
+   * Required. Requested video annotation features.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @return A list containing the features. */ @@ -301,10 +303,12 @@ public java.util.List getF * * *
-   * Requested video annotation features.
+   * Required. Requested video annotation features.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @return The count of features. */ @@ -315,10 +319,12 @@ public int getFeaturesCount() { * * *
-   * Requested video annotation features.
+   * Required. Requested video annotation features.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @param index The index of the element to return. * @return The features at the given index. @@ -330,10 +336,12 @@ public com.google.cloud.videointelligence.v1p1beta1.Feature getFeatures(int inde * * *
-   * Requested video annotation features.
+   * Required. Requested video annotation features.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @return A list containing the enum numeric values on the wire for features. */ @@ -344,10 +352,12 @@ public java.util.List getFeaturesValueList() { * * *
-   * Requested video annotation features.
+   * Required. Requested video annotation features.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @param index The index of the value to return. * @return The enum numeric value on the wire of features at the given index. @@ -410,15 +420,15 @@ public com.google.cloud.videointelligence.v1p1beta1.VideoContext getVideoContext * * *
-   * 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](/storage/docs/reference-uris).
+   * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
+   * [Request URIs](/storage/docs/reference-uris).
    * 
* - * string output_uri = 4; + * string output_uri = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @return The outputUri. */ @@ -437,15 +447,15 @@ public java.lang.String getOutputUri() { * * *
-   * 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](/storage/docs/reference-uris).
+   * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
+   * [Request URIs](/storage/docs/reference-uris).
    * 
* - * string output_uri = 4; + * string output_uri = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for outputUri. */ @@ -467,12 +477,12 @@ public com.google.protobuf.ByteString getOutputUriBytes() { * * *
-   * 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.
    * 
* - * string location_id = 5; + * string location_id = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The locationId. */ @@ -491,12 +501,12 @@ public java.lang.String getLocationId() { * * *
-   * 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.
    * 
* - * string location_id = 5; + * string location_id = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for locationId. */ @@ -966,10 +976,10 @@ public Builder mergeFrom( * [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](/storage/docs/reference-uris). A video - * URI may include wildcards in `object-id`, and thus identify multiple - * videos. Supported wildcards: '*' to match 0 or more characters; + * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see + * [Request URIs](/storage/docs/reference-uris). + * A video URI may include 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. * @@ -997,10 +1007,10 @@ public java.lang.String getInputUri() { * [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](/storage/docs/reference-uris). A video - * URI may include wildcards in `object-id`, and thus identify multiple - * videos. Supported wildcards: '*' to match 0 or more characters; + * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see + * [Request URIs](/storage/docs/reference-uris). + * A video URI may include 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. * @@ -1028,10 +1038,10 @@ public com.google.protobuf.ByteString getInputUriBytes() { * [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](/storage/docs/reference-uris). A video - * URI may include wildcards in `object-id`, and thus identify multiple - * videos. Supported wildcards: '*' to match 0 or more characters; + * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see + * [Request URIs](/storage/docs/reference-uris). + * A video URI may include 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. * @@ -1058,10 +1068,10 @@ public Builder setInputUri(java.lang.String value) { * [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](/storage/docs/reference-uris). A video - * URI may include wildcards in `object-id`, and thus identify multiple - * videos. Supported wildcards: '*' to match 0 or more characters; + * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see + * [Request URIs](/storage/docs/reference-uris). + * A video URI may include 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. * @@ -1084,10 +1094,10 @@ public Builder clearInputUri() { * [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](/storage/docs/reference-uris). A video - * URI may include wildcards in `object-id`, and thus identify multiple - * videos. Supported wildcards: '*' to match 0 or more characters; + * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see + * [Request URIs](/storage/docs/reference-uris). + * A video URI may include 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. * @@ -1180,10 +1190,12 @@ private void ensureFeaturesIsMutable() { * * *
-     * Requested video annotation features.
+     * Required. Requested video annotation features.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @return A list containing the features. */ @@ -1196,10 +1208,12 @@ public java.util.List getF * * *
-     * Requested video annotation features.
+     * Required. Requested video annotation features.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @return The count of features. */ @@ -1210,10 +1224,12 @@ public int getFeaturesCount() { * * *
-     * Requested video annotation features.
+     * Required. Requested video annotation features.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @param index The index of the element to return. * @return The features at the given index. @@ -1225,10 +1241,12 @@ public com.google.cloud.videointelligence.v1p1beta1.Feature getFeatures(int inde * * *
-     * Requested video annotation features.
+     * Required. Requested video annotation features.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @param index The index to set the value at. * @param value The features to set. @@ -1248,10 +1266,12 @@ public Builder setFeatures( * * *
-     * Requested video annotation features.
+     * Required. Requested video annotation features.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @param value The features to add. * @return This builder for chaining. @@ -1269,10 +1289,12 @@ public Builder addFeatures(com.google.cloud.videointelligence.v1p1beta1.Feature * * *
-     * Requested video annotation features.
+     * Required. Requested video annotation features.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @param values The features to add. * @return This builder for chaining. @@ -1290,10 +1312,12 @@ public Builder addAllFeatures( * * *
-     * Requested video annotation features.
+     * Required. Requested video annotation features.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @return This builder for chaining. */ @@ -1307,10 +1331,12 @@ public Builder clearFeatures() { * * *
-     * Requested video annotation features.
+     * Required. Requested video annotation features.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @return A list containing the enum numeric values on the wire for features. */ @@ -1321,10 +1347,12 @@ public java.util.List getFeaturesValueList() { * * *
-     * Requested video annotation features.
+     * Required. Requested video annotation features.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @param index The index of the value to return. * @return The enum numeric value on the wire of features at the given index. @@ -1336,10 +1364,12 @@ public int getFeaturesValue(int index) { * * *
-     * Requested video annotation features.
+     * Required. Requested video annotation features.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @param index The index of the value to return. * @return The enum numeric value on the wire of features at the given index. @@ -1355,10 +1385,12 @@ public Builder setFeaturesValue(int index, int value) { * * *
-     * Requested video annotation features.
+     * Required. Requested video annotation features.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @param value The enum numeric value on the wire for features to add. * @return This builder for chaining. @@ -1373,10 +1405,12 @@ public Builder addFeaturesValue(int value) { * * *
-     * Requested video annotation features.
+     * Required. Requested video annotation features.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @param values The enum numeric values on the wire for features to add. * @return This builder for chaining. @@ -1585,15 +1619,15 @@ public Builder clearVideoContext() { * * *
-     * 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](/storage/docs/reference-uris).
+     * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
+     * [Request URIs](/storage/docs/reference-uris).
      * 
* - * string output_uri = 4; + * string output_uri = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @return The outputUri. */ @@ -1612,15 +1646,15 @@ public java.lang.String getOutputUri() { * * *
-     * 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](/storage/docs/reference-uris).
+     * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
+     * [Request URIs](/storage/docs/reference-uris).
      * 
* - * string output_uri = 4; + * string output_uri = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for outputUri. */ @@ -1639,15 +1673,15 @@ public com.google.protobuf.ByteString getOutputUriBytes() { * * *
-     * 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](/storage/docs/reference-uris).
+     * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
+     * [Request URIs](/storage/docs/reference-uris).
      * 
* - * string output_uri = 4; + * string output_uri = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The outputUri to set. * @return This builder for chaining. @@ -1665,15 +1699,15 @@ public Builder setOutputUri(java.lang.String value) { * * *
-     * 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](/storage/docs/reference-uris).
+     * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
+     * [Request URIs](/storage/docs/reference-uris).
      * 
* - * string output_uri = 4; + * string output_uri = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @return This builder for chaining. */ @@ -1687,15 +1721,15 @@ public Builder clearOutputUri() { * * *
-     * 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](/storage/docs/reference-uris).
+     * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
+     * [Request URIs](/storage/docs/reference-uris).
      * 
* - * string output_uri = 4; + * string output_uri = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The bytes for outputUri to set. * @return This builder for chaining. @@ -1716,12 +1750,12 @@ public Builder setOutputUriBytes(com.google.protobuf.ByteString value) { * * *
-     * 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.
      * 
* - * string location_id = 5; + * string location_id = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The locationId. */ @@ -1740,12 +1774,12 @@ public java.lang.String getLocationId() { * * *
-     * 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.
      * 
* - * string location_id = 5; + * string location_id = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for locationId. */ @@ -1764,12 +1798,12 @@ public com.google.protobuf.ByteString getLocationIdBytes() { * * *
-     * 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.
      * 
* - * string location_id = 5; + * string location_id = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The locationId to set. * @return This builder for chaining. @@ -1787,12 +1821,12 @@ public Builder setLocationId(java.lang.String value) { * * *
-     * 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.
      * 
* - * string location_id = 5; + * string location_id = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return This builder for chaining. */ @@ -1806,12 +1840,12 @@ public Builder clearLocationId() { * * *
-     * 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.
      * 
* - * string location_id = 5; + * string location_id = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The bytes for locationId to set. * @return This builder for chaining. diff --git a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoRequestOrBuilder.java b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoRequestOrBuilder.java index 00bfcd0f0..86aa00b18 100644 --- a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoRequestOrBuilder.java +++ b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoRequestOrBuilder.java @@ -31,10 +31,10 @@ public interface AnnotateVideoRequestOrBuilder * [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](/storage/docs/reference-uris). A video - * URI may include wildcards in `object-id`, and thus identify multiple - * videos. Supported wildcards: '*' to match 0 or more characters; + * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see + * [Request URIs](/storage/docs/reference-uris). + * A video URI may include 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. * @@ -52,10 +52,10 @@ public interface AnnotateVideoRequestOrBuilder * [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](/storage/docs/reference-uris). A video - * URI may include wildcards in `object-id`, and thus identify multiple - * videos. Supported wildcards: '*' to match 0 or more characters; + * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see + * [Request URIs](/storage/docs/reference-uris). + * A video URI may include 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. * @@ -85,10 +85,12 @@ public interface AnnotateVideoRequestOrBuilder * * *
-   * Requested video annotation features.
+   * Required. Requested video annotation features.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @return A list containing the features. */ @@ -97,10 +99,12 @@ public interface AnnotateVideoRequestOrBuilder * * *
-   * Requested video annotation features.
+   * Required. Requested video annotation features.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @return The count of features. */ @@ -109,10 +113,12 @@ public interface AnnotateVideoRequestOrBuilder * * *
-   * Requested video annotation features.
+   * Required. Requested video annotation features.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @param index The index of the element to return. * @return The features at the given index. @@ -122,10 +128,12 @@ public interface AnnotateVideoRequestOrBuilder * * *
-   * Requested video annotation features.
+   * Required. Requested video annotation features.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @return A list containing the enum numeric values on the wire for features. */ @@ -134,10 +142,12 @@ public interface AnnotateVideoRequestOrBuilder * * *
-   * Requested video annotation features.
+   * Required. Requested video annotation features.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2; + * + * repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED]; + * * * @param index The index of the value to return. * @return The enum numeric value on the wire of features at the given index. @@ -183,15 +193,15 @@ public interface AnnotateVideoRequestOrBuilder * * *
-   * 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](/storage/docs/reference-uris).
+   * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
+   * [Request URIs](/storage/docs/reference-uris).
    * 
* - * string output_uri = 4; + * string output_uri = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @return The outputUri. */ @@ -200,15 +210,15 @@ public interface AnnotateVideoRequestOrBuilder * * *
-   * 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](/storage/docs/reference-uris).
+   * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
+   * [Request URIs](/storage/docs/reference-uris).
    * 
* - * string output_uri = 4; + * string output_uri = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for outputUri. */ @@ -218,12 +228,12 @@ public interface AnnotateVideoRequestOrBuilder * * *
-   * 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.
    * 
* - * string location_id = 5; + * string location_id = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The locationId. */ @@ -232,12 +242,12 @@ public interface AnnotateVideoRequestOrBuilder * * *
-   * 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.
    * 
* - * string location_id = 5; + * string location_id = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for locationId. */ diff --git a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechContext.java b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechContext.java index 938dad227..567f392ad 100644 --- a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechContext.java +++ b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechContext.java @@ -125,7 +125,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * *Optional* A list of strings containing words and phrases "hints" so that
+   * Optional. A list of strings containing words and phrases "hints" so that
    * the speech recognition is more likely to recognize them. This can be used
    * to improve the accuracy for specific words and phrases, for example, if
    * specific commands are typically spoken by the user. This can also be used
@@ -133,7 +133,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * [usage limits](https://cloud.google.com/speech/limits#content).
    * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @return A list containing the phrases. */ @@ -144,7 +144,7 @@ public com.google.protobuf.ProtocolStringList getPhrasesList() { * * *
-   * *Optional* A list of strings containing words and phrases "hints" so that
+   * Optional. A list of strings containing words and phrases "hints" so that
    * the speech recognition is more likely to recognize them. This can be used
    * to improve the accuracy for specific words and phrases, for example, if
    * specific commands are typically spoken by the user. This can also be used
@@ -152,7 +152,7 @@ public com.google.protobuf.ProtocolStringList getPhrasesList() {
    * [usage limits](https://cloud.google.com/speech/limits#content).
    * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @return The count of phrases. */ @@ -163,7 +163,7 @@ public int getPhrasesCount() { * * *
-   * *Optional* A list of strings containing words and phrases "hints" so that
+   * Optional. A list of strings containing words and phrases "hints" so that
    * the speech recognition is more likely to recognize them. This can be used
    * to improve the accuracy for specific words and phrases, for example, if
    * specific commands are typically spoken by the user. This can also be used
@@ -171,7 +171,7 @@ public int getPhrasesCount() {
    * [usage limits](https://cloud.google.com/speech/limits#content).
    * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the element to return. * @return The phrases at the given index. @@ -183,7 +183,7 @@ public java.lang.String getPhrases(int index) { * * *
-   * *Optional* A list of strings containing words and phrases "hints" so that
+   * Optional. A list of strings containing words and phrases "hints" so that
    * the speech recognition is more likely to recognize them. This can be used
    * to improve the accuracy for specific words and phrases, for example, if
    * specific commands are typically spoken by the user. This can also be used
@@ -191,7 +191,7 @@ public java.lang.String getPhrases(int index) {
    * [usage limits](https://cloud.google.com/speech/limits#content).
    * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the value to return. * @return The bytes of the phrases at the given index. @@ -553,7 +553,7 @@ private void ensurePhrasesIsMutable() { * * *
-     * *Optional* A list of strings containing words and phrases "hints" so that
+     * Optional. A list of strings containing words and phrases "hints" so that
      * the speech recognition is more likely to recognize them. This can be used
      * to improve the accuracy for specific words and phrases, for example, if
      * specific commands are typically spoken by the user. This can also be used
@@ -561,7 +561,7 @@ private void ensurePhrasesIsMutable() {
      * [usage limits](https://cloud.google.com/speech/limits#content).
      * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @return A list containing the phrases. */ @@ -572,7 +572,7 @@ public com.google.protobuf.ProtocolStringList getPhrasesList() { * * *
-     * *Optional* A list of strings containing words and phrases "hints" so that
+     * Optional. A list of strings containing words and phrases "hints" so that
      * the speech recognition is more likely to recognize them. This can be used
      * to improve the accuracy for specific words and phrases, for example, if
      * specific commands are typically spoken by the user. This can also be used
@@ -580,7 +580,7 @@ public com.google.protobuf.ProtocolStringList getPhrasesList() {
      * [usage limits](https://cloud.google.com/speech/limits#content).
      * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @return The count of phrases. */ @@ -591,7 +591,7 @@ public int getPhrasesCount() { * * *
-     * *Optional* A list of strings containing words and phrases "hints" so that
+     * Optional. A list of strings containing words and phrases "hints" so that
      * the speech recognition is more likely to recognize them. This can be used
      * to improve the accuracy for specific words and phrases, for example, if
      * specific commands are typically spoken by the user. This can also be used
@@ -599,7 +599,7 @@ public int getPhrasesCount() {
      * [usage limits](https://cloud.google.com/speech/limits#content).
      * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the element to return. * @return The phrases at the given index. @@ -611,7 +611,7 @@ public java.lang.String getPhrases(int index) { * * *
-     * *Optional* A list of strings containing words and phrases "hints" so that
+     * Optional. A list of strings containing words and phrases "hints" so that
      * the speech recognition is more likely to recognize them. This can be used
      * to improve the accuracy for specific words and phrases, for example, if
      * specific commands are typically spoken by the user. This can also be used
@@ -619,7 +619,7 @@ public java.lang.String getPhrases(int index) {
      * [usage limits](https://cloud.google.com/speech/limits#content).
      * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the value to return. * @return The bytes of the phrases at the given index. @@ -631,7 +631,7 @@ public com.google.protobuf.ByteString getPhrasesBytes(int index) { * * *
-     * *Optional* A list of strings containing words and phrases "hints" so that
+     * Optional. A list of strings containing words and phrases "hints" so that
      * the speech recognition is more likely to recognize them. This can be used
      * to improve the accuracy for specific words and phrases, for example, if
      * specific commands are typically spoken by the user. This can also be used
@@ -639,7 +639,7 @@ public com.google.protobuf.ByteString getPhrasesBytes(int index) {
      * [usage limits](https://cloud.google.com/speech/limits#content).
      * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index to set the value at. * @param value The phrases to set. @@ -658,7 +658,7 @@ public Builder setPhrases(int index, java.lang.String value) { * * *
-     * *Optional* A list of strings containing words and phrases "hints" so that
+     * Optional. A list of strings containing words and phrases "hints" so that
      * the speech recognition is more likely to recognize them. This can be used
      * to improve the accuracy for specific words and phrases, for example, if
      * specific commands are typically spoken by the user. This can also be used
@@ -666,7 +666,7 @@ public Builder setPhrases(int index, java.lang.String value) {
      * [usage limits](https://cloud.google.com/speech/limits#content).
      * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The phrases to add. * @return This builder for chaining. @@ -684,7 +684,7 @@ public Builder addPhrases(java.lang.String value) { * * *
-     * *Optional* A list of strings containing words and phrases "hints" so that
+     * Optional. A list of strings containing words and phrases "hints" so that
      * the speech recognition is more likely to recognize them. This can be used
      * to improve the accuracy for specific words and phrases, for example, if
      * specific commands are typically spoken by the user. This can also be used
@@ -692,7 +692,7 @@ public Builder addPhrases(java.lang.String value) {
      * [usage limits](https://cloud.google.com/speech/limits#content).
      * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @param values The phrases to add. * @return This builder for chaining. @@ -707,7 +707,7 @@ public Builder addAllPhrases(java.lang.Iterable values) { * * *
-     * *Optional* A list of strings containing words and phrases "hints" so that
+     * Optional. A list of strings containing words and phrases "hints" so that
      * the speech recognition is more likely to recognize them. This can be used
      * to improve the accuracy for specific words and phrases, for example, if
      * specific commands are typically spoken by the user. This can also be used
@@ -715,7 +715,7 @@ public Builder addAllPhrases(java.lang.Iterable values) {
      * [usage limits](https://cloud.google.com/speech/limits#content).
      * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @return This builder for chaining. */ @@ -729,7 +729,7 @@ public Builder clearPhrases() { * * *
-     * *Optional* A list of strings containing words and phrases "hints" so that
+     * Optional. A list of strings containing words and phrases "hints" so that
      * the speech recognition is more likely to recognize them. This can be used
      * to improve the accuracy for specific words and phrases, for example, if
      * specific commands are typically spoken by the user. This can also be used
@@ -737,7 +737,7 @@ public Builder clearPhrases() {
      * [usage limits](https://cloud.google.com/speech/limits#content).
      * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The bytes of the phrases to add. * @return This builder for chaining. diff --git a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechContextOrBuilder.java b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechContextOrBuilder.java index 603a39e67..c9352d268 100644 --- a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechContextOrBuilder.java +++ b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechContextOrBuilder.java @@ -27,7 +27,7 @@ public interface SpeechContextOrBuilder * * *
-   * *Optional* A list of strings containing words and phrases "hints" so that
+   * Optional. A list of strings containing words and phrases "hints" so that
    * the speech recognition is more likely to recognize them. This can be used
    * to improve the accuracy for specific words and phrases, for example, if
    * specific commands are typically spoken by the user. This can also be used
@@ -35,7 +35,7 @@ public interface SpeechContextOrBuilder
    * [usage limits](https://cloud.google.com/speech/limits#content).
    * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @return A list containing the phrases. */ @@ -44,7 +44,7 @@ public interface SpeechContextOrBuilder * * *
-   * *Optional* A list of strings containing words and phrases "hints" so that
+   * Optional. A list of strings containing words and phrases "hints" so that
    * the speech recognition is more likely to recognize them. This can be used
    * to improve the accuracy for specific words and phrases, for example, if
    * specific commands are typically spoken by the user. This can also be used
@@ -52,7 +52,7 @@ public interface SpeechContextOrBuilder
    * [usage limits](https://cloud.google.com/speech/limits#content).
    * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @return The count of phrases. */ @@ -61,7 +61,7 @@ public interface SpeechContextOrBuilder * * *
-   * *Optional* A list of strings containing words and phrases "hints" so that
+   * Optional. A list of strings containing words and phrases "hints" so that
    * the speech recognition is more likely to recognize them. This can be used
    * to improve the accuracy for specific words and phrases, for example, if
    * specific commands are typically spoken by the user. This can also be used
@@ -69,7 +69,7 @@ public interface SpeechContextOrBuilder
    * [usage limits](https://cloud.google.com/speech/limits#content).
    * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the element to return. * @return The phrases at the given index. @@ -79,7 +79,7 @@ public interface SpeechContextOrBuilder * * *
-   * *Optional* A list of strings containing words and phrases "hints" so that
+   * Optional. A list of strings containing words and phrases "hints" so that
    * the speech recognition is more likely to recognize them. This can be used
    * to improve the accuracy for specific words and phrases, for example, if
    * specific commands are typically spoken by the user. This can also be used
@@ -87,7 +87,7 @@ public interface SpeechContextOrBuilder
    * [usage limits](https://cloud.google.com/speech/limits#content).
    * 
* - * repeated string phrases = 1; + * repeated string phrases = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the value to return. * @return The bytes of the phrases at the given index. diff --git a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechRecognitionAlternative.java b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechRecognitionAlternative.java index 0e180986f..5926be752 100644 --- a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechRecognitionAlternative.java +++ b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechRecognitionAlternative.java @@ -191,13 +191,13 @@ public com.google.protobuf.ByteString getTranscriptBytes() { *
    * Output only. The confidence estimate between 0.0 and 1.0. A higher number
    * indicates an estimated greater likelihood that the recognized words are
-   * correct. This field is typically provided only for the top hypothesis, and
-   * only for `is_final=true` results. Clients should not rely on the
-   * `confidence` field as it is not guaranteed to be accurate or consistent.
+   * correct. This field is set only for the top alternative.
+   * This field is not guaranteed to be accurate and users should not rely on it
+   * to be always provided.
    * The default of 0.0 is a sentinel value indicating `confidence` was not set.
    * 
* - * float confidence = 2; + * float confidence = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The confidence. */ @@ -790,13 +790,13 @@ public Builder setTranscriptBytes(com.google.protobuf.ByteString value) { *
      * Output only. The confidence estimate between 0.0 and 1.0. A higher number
      * indicates an estimated greater likelihood that the recognized words are
-     * correct. This field is typically provided only for the top hypothesis, and
-     * only for `is_final=true` results. Clients should not rely on the
-     * `confidence` field as it is not guaranteed to be accurate or consistent.
+     * correct. This field is set only for the top alternative.
+     * This field is not guaranteed to be accurate and users should not rely on it
+     * to be always provided.
      * The default of 0.0 is a sentinel value indicating `confidence` was not set.
      * 
* - * float confidence = 2; + * float confidence = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The confidence. */ @@ -809,13 +809,13 @@ public float getConfidence() { *
      * Output only. The confidence estimate between 0.0 and 1.0. A higher number
      * indicates an estimated greater likelihood that the recognized words are
-     * correct. This field is typically provided only for the top hypothesis, and
-     * only for `is_final=true` results. Clients should not rely on the
-     * `confidence` field as it is not guaranteed to be accurate or consistent.
+     * correct. This field is set only for the top alternative.
+     * This field is not guaranteed to be accurate and users should not rely on it
+     * to be always provided.
      * The default of 0.0 is a sentinel value indicating `confidence` was not set.
      * 
* - * float confidence = 2; + * float confidence = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @param value The confidence to set. * @return This builder for chaining. @@ -832,13 +832,13 @@ public Builder setConfidence(float value) { *
      * Output only. The confidence estimate between 0.0 and 1.0. A higher number
      * indicates an estimated greater likelihood that the recognized words are
-     * correct. This field is typically provided only for the top hypothesis, and
-     * only for `is_final=true` results. Clients should not rely on the
-     * `confidence` field as it is not guaranteed to be accurate or consistent.
+     * correct. This field is set only for the top alternative.
+     * This field is not guaranteed to be accurate and users should not rely on it
+     * to be always provided.
      * The default of 0.0 is a sentinel value indicating `confidence` was not set.
      * 
* - * float confidence = 2; + * float confidence = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return This builder for chaining. */ diff --git a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechRecognitionAlternativeOrBuilder.java b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechRecognitionAlternativeOrBuilder.java index 54311bffe..78615e9f5 100644 --- a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechRecognitionAlternativeOrBuilder.java +++ b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechRecognitionAlternativeOrBuilder.java @@ -54,13 +54,13 @@ public interface SpeechRecognitionAlternativeOrBuilder *
    * Output only. The confidence estimate between 0.0 and 1.0. A higher number
    * indicates an estimated greater likelihood that the recognized words are
-   * correct. This field is typically provided only for the top hypothesis, and
-   * only for `is_final=true` results. Clients should not rely on the
-   * `confidence` field as it is not guaranteed to be accurate or consistent.
+   * correct. This field is set only for the top alternative.
+   * This field is not guaranteed to be accurate and users should not rely on it
+   * to be always provided.
    * The default of 0.0 is a sentinel value indicating `confidence` was not set.
    * 
* - * float confidence = 2; + * float confidence = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The confidence. */ diff --git a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscription.java b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscription.java index 3cb783d4e..49ec3070c 100644 --- a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscription.java +++ b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscription.java @@ -131,10 +131,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Output only. May contain one or more recognition hypotheses (up to the
-   * maximum specified in `max_alternatives`).
-   * These alternatives are ordered in terms of accuracy, with the top (first)
-   * alternative being the most probable, as ranked by the recognizer.
+   * May contain one or more recognition hypotheses (up to the maximum specified
+   * in `max_alternatives`).  These alternatives are ordered in terms of
+   * accuracy, with the top (first) alternative being the most probable, as
+   * ranked by the recognizer.
    * 
* * @@ -149,10 +149,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Output only. May contain one or more recognition hypotheses (up to the
-   * maximum specified in `max_alternatives`).
-   * These alternatives are ordered in terms of accuracy, with the top (first)
-   * alternative being the most probable, as ranked by the recognizer.
+   * May contain one or more recognition hypotheses (up to the maximum specified
+   * in `max_alternatives`).  These alternatives are ordered in terms of
+   * accuracy, with the top (first) alternative being the most probable, as
+   * ranked by the recognizer.
    * 
* * @@ -169,10 +169,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Output only. May contain one or more recognition hypotheses (up to the
-   * maximum specified in `max_alternatives`).
-   * These alternatives are ordered in terms of accuracy, with the top (first)
-   * alternative being the most probable, as ranked by the recognizer.
+   * May contain one or more recognition hypotheses (up to the maximum specified
+   * in `max_alternatives`).  These alternatives are ordered in terms of
+   * accuracy, with the top (first) alternative being the most probable, as
+   * ranked by the recognizer.
    * 
* * @@ -186,10 +186,10 @@ public int getAlternativesCount() { * * *
-   * Output only. May contain one or more recognition hypotheses (up to the
-   * maximum specified in `max_alternatives`).
-   * These alternatives are ordered in terms of accuracy, with the top (first)
-   * alternative being the most probable, as ranked by the recognizer.
+   * May contain one or more recognition hypotheses (up to the maximum specified
+   * in `max_alternatives`).  These alternatives are ordered in terms of
+   * accuracy, with the top (first) alternative being the most probable, as
+   * ranked by the recognizer.
    * 
* * @@ -204,10 +204,10 @@ public com.google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative * * *
-   * Output only. May contain one or more recognition hypotheses (up to the
-   * maximum specified in `max_alternatives`).
-   * These alternatives are ordered in terms of accuracy, with the top (first)
-   * alternative being the most probable, as ranked by the recognizer.
+   * May contain one or more recognition hypotheses (up to the maximum specified
+   * in `max_alternatives`).  These alternatives are ordered in terms of
+   * accuracy, with the top (first) alternative being the most probable, as
+   * ranked by the recognizer.
    * 
* * @@ -608,10 +608,10 @@ private void ensureAlternativesIsMutable() { * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -630,10 +630,10 @@ private void ensureAlternativesIsMutable() { * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -651,10 +651,10 @@ public int getAlternativesCount() { * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -673,10 +673,10 @@ public int getAlternativesCount() { * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -702,10 +702,10 @@ public Builder setAlternatives( * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -729,10 +729,10 @@ public Builder setAlternatives( * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -757,10 +757,10 @@ public Builder addAlternatives( * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -786,10 +786,10 @@ public Builder addAlternatives( * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -812,10 +812,10 @@ public Builder addAlternatives( * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -839,10 +839,10 @@ public Builder addAlternatives( * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -866,10 +866,10 @@ public Builder addAllAlternatives( * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -890,10 +890,10 @@ public Builder clearAlternatives() { * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -914,10 +914,10 @@ public Builder removeAlternatives(int index) { * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -932,10 +932,10 @@ public Builder removeAlternatives(int index) { * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -954,10 +954,10 @@ public Builder removeAlternatives(int index) { * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -978,10 +978,10 @@ public Builder removeAlternatives(int index) { * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -999,10 +999,10 @@ public Builder removeAlternatives(int index) { * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * @@ -1021,10 +1021,10 @@ public Builder removeAlternatives(int index) { * * *
-     * Output only. May contain one or more recognition hypotheses (up to the
-     * maximum specified in `max_alternatives`).
-     * These alternatives are ordered in terms of accuracy, with the top (first)
-     * alternative being the most probable, as ranked by the recognizer.
+     * May contain one or more recognition hypotheses (up to the maximum specified
+     * in `max_alternatives`).  These alternatives are ordered in terms of
+     * accuracy, with the top (first) alternative being the most probable, as
+     * ranked by the recognizer.
      * 
* * diff --git a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionConfig.java b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionConfig.java index 454d193c5..0b04df966 100644 --- a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionConfig.java +++ b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionConfig.java @@ -178,14 +178,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * *Required* The language of the supplied audio as a
+   * Required. *Required* The language of the supplied audio as a
    * [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
    * Example: "en-US".
    * See [Language Support](https://cloud.google.com/speech/docs/languages)
    * for a list of the currently supported language codes.
    * 
* - * string language_code = 1; + * string language_code = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The languageCode. */ @@ -204,14 +204,14 @@ public java.lang.String getLanguageCode() { * * *
-   * *Required* The language of the supplied audio as a
+   * Required. *Required* The language of the supplied audio as a
    * [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
    * Example: "en-US".
    * See [Language Support](https://cloud.google.com/speech/docs/languages)
    * for a list of the currently supported language codes.
    * 
* - * string language_code = 1; + * string language_code = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for languageCode. */ @@ -233,14 +233,14 @@ public com.google.protobuf.ByteString getLanguageCodeBytes() { * * *
-   * *Optional* Maximum number of recognition hypotheses to be returned.
+   * Optional. Maximum number of recognition hypotheses to be returned.
    * Specifically, the maximum number of `SpeechRecognitionAlternative` messages
-   * within each `SpeechRecognitionResult`. The server may return fewer than
+   * within each `SpeechTranscription`. The server may return fewer than
    * `max_alternatives`. Valid values are `0`-`30`. A value of `0` or `1` will
    * return a maximum of one. If omitted, will return a maximum of one.
    * 
* - * int32 max_alternatives = 2; + * int32 max_alternatives = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The maxAlternatives. */ @@ -254,13 +254,13 @@ public int getMaxAlternatives() { * * *
-   * *Optional* If set to `true`, the server will attempt to filter out
+   * Optional. If set to `true`, the server will attempt to filter out
    * profanities, replacing all but the initial character in each filtered word
    * with asterisks, e.g. "f***". If set to `false` or omitted, profanities
    * won't be filtered out.
    * 
* - * bool filter_profanity = 3; + * bool filter_profanity = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The filterProfanity. */ @@ -275,10 +275,11 @@ public boolean getFilterProfanity() { * * *
-   * *Optional* A means to provide context to assist the speech recognition.
+   * Optional. A means to provide context to assist the speech recognition.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public java.util.List @@ -289,10 +290,11 @@ public boolean getFilterProfanity() { * * *
-   * *Optional* A means to provide context to assist the speech recognition.
+   * Optional. A means to provide context to assist the speech recognition.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public java.util.List< @@ -304,10 +306,11 @@ public boolean getFilterProfanity() { * * *
-   * *Optional* A means to provide context to assist the speech recognition.
+   * Optional. A means to provide context to assist the speech recognition.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public int getSpeechContextsCount() { @@ -317,10 +320,11 @@ public int getSpeechContextsCount() { * * *
-   * *Optional* A means to provide context to assist the speech recognition.
+   * Optional. A means to provide context to assist the speech recognition.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public com.google.cloud.videointelligence.v1p1beta1.SpeechContext getSpeechContexts(int index) { @@ -330,10 +334,11 @@ public com.google.cloud.videointelligence.v1p1beta1.SpeechContext getSpeechConte * * *
-   * *Optional* A means to provide context to assist the speech recognition.
+   * Optional. A means to provide context to assist the speech recognition.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public com.google.cloud.videointelligence.v1p1beta1.SpeechContextOrBuilder @@ -347,7 +352,7 @@ public com.google.cloud.videointelligence.v1p1beta1.SpeechContext getSpeechConte * * *
-   * *Optional* If 'true', adds punctuation to recognition result hypotheses.
+   * Optional. If 'true', adds punctuation to recognition result hypotheses.
    * This feature is only available in select languages. Setting this for
    * requests in other languages has no effect at all. The default 'false' value
    * does not add punctuation to result hypotheses. NOTE: "This is currently
@@ -355,7 +360,7 @@ public com.google.cloud.videointelligence.v1p1beta1.SpeechContext getSpeechConte
    * future this may be exclusively available as a premium feature."
    * 
* - * bool enable_automatic_punctuation = 5; + * bool enable_automatic_punctuation = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The enableAutomaticPunctuation. */ @@ -369,11 +374,11 @@ public boolean getEnableAutomaticPunctuation() { * * *
-   * *Optional* For file formats, such as MXF or MKV, supporting multiple audio
+   * Optional. For file formats, such as MXF or MKV, supporting multiple audio
    * tracks, specify up to two tracks. Default: track 0.
    * 
* - * repeated int32 audio_tracks = 6; + * repeated int32 audio_tracks = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @return A list containing the audioTracks. */ @@ -384,11 +389,11 @@ public java.util.List getAudioTracksList() { * * *
-   * *Optional* For file formats, such as MXF or MKV, supporting multiple audio
+   * Optional. For file formats, such as MXF or MKV, supporting multiple audio
    * tracks, specify up to two tracks. Default: track 0.
    * 
* - * repeated int32 audio_tracks = 6; + * repeated int32 audio_tracks = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @return The count of audioTracks. */ @@ -399,11 +404,11 @@ public int getAudioTracksCount() { * * *
-   * *Optional* For file formats, such as MXF or MKV, supporting multiple audio
+   * Optional. For file formats, such as MXF or MKV, supporting multiple audio
    * tracks, specify up to two tracks. Default: track 0.
    * 
* - * repeated int32 audio_tracks = 6; + * repeated int32 audio_tracks = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the element to return. * @return The audioTracks at the given index. @@ -893,14 +898,14 @@ public Builder mergeFrom( * * *
-     * *Required* The language of the supplied audio as a
+     * Required. *Required* The language of the supplied audio as a
      * [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
      * Example: "en-US".
      * See [Language Support](https://cloud.google.com/speech/docs/languages)
      * for a list of the currently supported language codes.
      * 
* - * string language_code = 1; + * string language_code = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The languageCode. */ @@ -919,14 +924,14 @@ public java.lang.String getLanguageCode() { * * *
-     * *Required* The language of the supplied audio as a
+     * Required. *Required* The language of the supplied audio as a
      * [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
      * Example: "en-US".
      * See [Language Support](https://cloud.google.com/speech/docs/languages)
      * for a list of the currently supported language codes.
      * 
* - * string language_code = 1; + * string language_code = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for languageCode. */ @@ -945,14 +950,14 @@ public com.google.protobuf.ByteString getLanguageCodeBytes() { * * *
-     * *Required* The language of the supplied audio as a
+     * Required. *Required* The language of the supplied audio as a
      * [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
      * Example: "en-US".
      * See [Language Support](https://cloud.google.com/speech/docs/languages)
      * for a list of the currently supported language codes.
      * 
* - * string language_code = 1; + * string language_code = 1 [(.google.api.field_behavior) = REQUIRED]; * * @param value The languageCode to set. * @return This builder for chaining. @@ -970,14 +975,14 @@ public Builder setLanguageCode(java.lang.String value) { * * *
-     * *Required* The language of the supplied audio as a
+     * Required. *Required* The language of the supplied audio as a
      * [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
      * Example: "en-US".
      * See [Language Support](https://cloud.google.com/speech/docs/languages)
      * for a list of the currently supported language codes.
      * 
* - * string language_code = 1; + * string language_code = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return This builder for chaining. */ @@ -991,14 +996,14 @@ public Builder clearLanguageCode() { * * *
-     * *Required* The language of the supplied audio as a
+     * Required. *Required* The language of the supplied audio as a
      * [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
      * Example: "en-US".
      * See [Language Support](https://cloud.google.com/speech/docs/languages)
      * for a list of the currently supported language codes.
      * 
* - * string language_code = 1; + * string language_code = 1 [(.google.api.field_behavior) = REQUIRED]; * * @param value The bytes for languageCode to set. * @return This builder for chaining. @@ -1019,14 +1024,14 @@ public Builder setLanguageCodeBytes(com.google.protobuf.ByteString value) { * * *
-     * *Optional* Maximum number of recognition hypotheses to be returned.
+     * Optional. Maximum number of recognition hypotheses to be returned.
      * Specifically, the maximum number of `SpeechRecognitionAlternative` messages
-     * within each `SpeechRecognitionResult`. The server may return fewer than
+     * within each `SpeechTranscription`. The server may return fewer than
      * `max_alternatives`. Valid values are `0`-`30`. A value of `0` or `1` will
      * return a maximum of one. If omitted, will return a maximum of one.
      * 
* - * int32 max_alternatives = 2; + * int32 max_alternatives = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The maxAlternatives. */ @@ -1037,14 +1042,14 @@ public int getMaxAlternatives() { * * *
-     * *Optional* Maximum number of recognition hypotheses to be returned.
+     * Optional. Maximum number of recognition hypotheses to be returned.
      * Specifically, the maximum number of `SpeechRecognitionAlternative` messages
-     * within each `SpeechRecognitionResult`. The server may return fewer than
+     * within each `SpeechTranscription`. The server may return fewer than
      * `max_alternatives`. Valid values are `0`-`30`. A value of `0` or `1` will
      * return a maximum of one. If omitted, will return a maximum of one.
      * 
* - * int32 max_alternatives = 2; + * int32 max_alternatives = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The maxAlternatives to set. * @return This builder for chaining. @@ -1059,14 +1064,14 @@ public Builder setMaxAlternatives(int value) { * * *
-     * *Optional* Maximum number of recognition hypotheses to be returned.
+     * Optional. Maximum number of recognition hypotheses to be returned.
      * Specifically, the maximum number of `SpeechRecognitionAlternative` messages
-     * within each `SpeechRecognitionResult`. The server may return fewer than
+     * within each `SpeechTranscription`. The server may return fewer than
      * `max_alternatives`. Valid values are `0`-`30`. A value of `0` or `1` will
      * return a maximum of one. If omitted, will return a maximum of one.
      * 
* - * int32 max_alternatives = 2; + * int32 max_alternatives = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return This builder for chaining. */ @@ -1082,13 +1087,13 @@ public Builder clearMaxAlternatives() { * * *
-     * *Optional* If set to `true`, the server will attempt to filter out
+     * Optional. If set to `true`, the server will attempt to filter out
      * profanities, replacing all but the initial character in each filtered word
      * with asterisks, e.g. "f***". If set to `false` or omitted, profanities
      * won't be filtered out.
      * 
* - * bool filter_profanity = 3; + * bool filter_profanity = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The filterProfanity. */ @@ -1099,13 +1104,13 @@ public boolean getFilterProfanity() { * * *
-     * *Optional* If set to `true`, the server will attempt to filter out
+     * Optional. If set to `true`, the server will attempt to filter out
      * profanities, replacing all but the initial character in each filtered word
      * with asterisks, e.g. "f***". If set to `false` or omitted, profanities
      * won't be filtered out.
      * 
* - * bool filter_profanity = 3; + * bool filter_profanity = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The filterProfanity to set. * @return This builder for chaining. @@ -1120,13 +1125,13 @@ public Builder setFilterProfanity(boolean value) { * * *
-     * *Optional* If set to `true`, the server will attempt to filter out
+     * Optional. If set to `true`, the server will attempt to filter out
      * profanities, replacing all but the initial character in each filtered word
      * with asterisks, e.g. "f***". If set to `false` or omitted, profanities
      * won't be filtered out.
      * 
* - * bool filter_profanity = 3; + * bool filter_profanity = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return This builder for chaining. */ @@ -1159,10 +1164,11 @@ private void ensureSpeechContextsIsMutable() { * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public java.util.List @@ -1177,10 +1183,11 @@ private void ensureSpeechContextsIsMutable() { * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public int getSpeechContextsCount() { @@ -1194,10 +1201,11 @@ public int getSpeechContextsCount() { * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public com.google.cloud.videointelligence.v1p1beta1.SpeechContext getSpeechContexts(int index) { @@ -1211,10 +1219,11 @@ public com.google.cloud.videointelligence.v1p1beta1.SpeechContext getSpeechConte * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder setSpeechContexts( @@ -1235,10 +1244,11 @@ public Builder setSpeechContexts( * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder setSpeechContexts( @@ -1257,10 +1267,11 @@ public Builder setSpeechContexts( * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder addSpeechContexts( @@ -1281,10 +1292,11 @@ public Builder addSpeechContexts( * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder addSpeechContexts( @@ -1305,10 +1317,11 @@ public Builder addSpeechContexts( * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder addSpeechContexts( @@ -1326,10 +1339,11 @@ public Builder addSpeechContexts( * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder addSpeechContexts( @@ -1348,10 +1362,11 @@ public Builder addSpeechContexts( * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder addAllSpeechContexts( @@ -1370,10 +1385,11 @@ public Builder addAllSpeechContexts( * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder clearSpeechContexts() { @@ -1390,10 +1406,11 @@ public Builder clearSpeechContexts() { * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder removeSpeechContexts(int index) { @@ -1410,10 +1427,11 @@ public Builder removeSpeechContexts(int index) { * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public com.google.cloud.videointelligence.v1p1beta1.SpeechContext.Builder @@ -1424,10 +1442,11 @@ public Builder removeSpeechContexts(int index) { * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public com.google.cloud.videointelligence.v1p1beta1.SpeechContextOrBuilder @@ -1442,10 +1461,11 @@ public Builder removeSpeechContexts(int index) { * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public java.util.List< @@ -1461,10 +1481,11 @@ public Builder removeSpeechContexts(int index) { * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public com.google.cloud.videointelligence.v1p1beta1.SpeechContext.Builder @@ -1477,10 +1498,11 @@ public Builder removeSpeechContexts(int index) { * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public com.google.cloud.videointelligence.v1p1beta1.SpeechContext.Builder @@ -1494,10 +1516,11 @@ public Builder removeSpeechContexts(int index) { * * *
-     * *Optional* A means to provide context to assist the speech recognition.
+     * Optional. A means to provide context to assist the speech recognition.
      * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ public java.util.List @@ -1530,7 +1553,7 @@ public Builder removeSpeechContexts(int index) { * * *
-     * *Optional* If 'true', adds punctuation to recognition result hypotheses.
+     * Optional. If 'true', adds punctuation to recognition result hypotheses.
      * This feature is only available in select languages. Setting this for
      * requests in other languages has no effect at all. The default 'false' value
      * does not add punctuation to result hypotheses. NOTE: "This is currently
@@ -1538,7 +1561,7 @@ public Builder removeSpeechContexts(int index) {
      * future this may be exclusively available as a premium feature."
      * 
* - * bool enable_automatic_punctuation = 5; + * bool enable_automatic_punctuation = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The enableAutomaticPunctuation. */ @@ -1549,7 +1572,7 @@ public boolean getEnableAutomaticPunctuation() { * * *
-     * *Optional* If 'true', adds punctuation to recognition result hypotheses.
+     * Optional. If 'true', adds punctuation to recognition result hypotheses.
      * This feature is only available in select languages. Setting this for
      * requests in other languages has no effect at all. The default 'false' value
      * does not add punctuation to result hypotheses. NOTE: "This is currently
@@ -1557,7 +1580,7 @@ public boolean getEnableAutomaticPunctuation() {
      * future this may be exclusively available as a premium feature."
      * 
* - * bool enable_automatic_punctuation = 5; + * bool enable_automatic_punctuation = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The enableAutomaticPunctuation to set. * @return This builder for chaining. @@ -1572,7 +1595,7 @@ public Builder setEnableAutomaticPunctuation(boolean value) { * * *
-     * *Optional* If 'true', adds punctuation to recognition result hypotheses.
+     * Optional. If 'true', adds punctuation to recognition result hypotheses.
      * This feature is only available in select languages. Setting this for
      * requests in other languages has no effect at all. The default 'false' value
      * does not add punctuation to result hypotheses. NOTE: "This is currently
@@ -1580,7 +1603,7 @@ public Builder setEnableAutomaticPunctuation(boolean value) {
      * future this may be exclusively available as a premium feature."
      * 
* - * bool enable_automatic_punctuation = 5; + * bool enable_automatic_punctuation = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return This builder for chaining. */ @@ -1603,11 +1626,11 @@ private void ensureAudioTracksIsMutable() { * * *
-     * *Optional* For file formats, such as MXF or MKV, supporting multiple audio
+     * Optional. For file formats, such as MXF or MKV, supporting multiple audio
      * tracks, specify up to two tracks. Default: track 0.
      * 
* - * repeated int32 audio_tracks = 6; + * repeated int32 audio_tracks = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @return A list containing the audioTracks. */ @@ -1620,11 +1643,11 @@ public java.util.List getAudioTracksList() { * * *
-     * *Optional* For file formats, such as MXF or MKV, supporting multiple audio
+     * Optional. For file formats, such as MXF or MKV, supporting multiple audio
      * tracks, specify up to two tracks. Default: track 0.
      * 
* - * repeated int32 audio_tracks = 6; + * repeated int32 audio_tracks = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @return The count of audioTracks. */ @@ -1635,11 +1658,11 @@ public int getAudioTracksCount() { * * *
-     * *Optional* For file formats, such as MXF or MKV, supporting multiple audio
+     * Optional. For file formats, such as MXF or MKV, supporting multiple audio
      * tracks, specify up to two tracks. Default: track 0.
      * 
* - * repeated int32 audio_tracks = 6; + * repeated int32 audio_tracks = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the element to return. * @return The audioTracks at the given index. @@ -1651,11 +1674,11 @@ public int getAudioTracks(int index) { * * *
-     * *Optional* For file formats, such as MXF or MKV, supporting multiple audio
+     * Optional. For file formats, such as MXF or MKV, supporting multiple audio
      * tracks, specify up to two tracks. Default: track 0.
      * 
* - * repeated int32 audio_tracks = 6; + * repeated int32 audio_tracks = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index to set the value at. * @param value The audioTracks to set. @@ -1671,11 +1694,11 @@ public Builder setAudioTracks(int index, int value) { * * *
-     * *Optional* For file formats, such as MXF or MKV, supporting multiple audio
+     * Optional. For file formats, such as MXF or MKV, supporting multiple audio
      * tracks, specify up to two tracks. Default: track 0.
      * 
* - * repeated int32 audio_tracks = 6; + * repeated int32 audio_tracks = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The audioTracks to add. * @return This builder for chaining. @@ -1690,11 +1713,11 @@ public Builder addAudioTracks(int value) { * * *
-     * *Optional* For file formats, such as MXF or MKV, supporting multiple audio
+     * Optional. For file formats, such as MXF or MKV, supporting multiple audio
      * tracks, specify up to two tracks. Default: track 0.
      * 
* - * repeated int32 audio_tracks = 6; + * repeated int32 audio_tracks = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @param values The audioTracks to add. * @return This builder for chaining. @@ -1709,11 +1732,11 @@ public Builder addAllAudioTracks(java.lang.Iterable * * *
-     * *Optional* For file formats, such as MXF or MKV, supporting multiple audio
+     * Optional. For file formats, such as MXF or MKV, supporting multiple audio
      * tracks, specify up to two tracks. Default: track 0.
      * 
* - * repeated int32 audio_tracks = 6; + * repeated int32 audio_tracks = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @return This builder for chaining. */ diff --git a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionConfigOrBuilder.java b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionConfigOrBuilder.java index 858b9b161..48abab930 100644 --- a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionConfigOrBuilder.java +++ b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionConfigOrBuilder.java @@ -27,14 +27,14 @@ public interface SpeechTranscriptionConfigOrBuilder * * *
-   * *Required* The language of the supplied audio as a
+   * Required. *Required* The language of the supplied audio as a
    * [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
    * Example: "en-US".
    * See [Language Support](https://cloud.google.com/speech/docs/languages)
    * for a list of the currently supported language codes.
    * 
* - * string language_code = 1; + * string language_code = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The languageCode. */ @@ -43,14 +43,14 @@ public interface SpeechTranscriptionConfigOrBuilder * * *
-   * *Required* The language of the supplied audio as a
+   * Required. *Required* The language of the supplied audio as a
    * [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
    * Example: "en-US".
    * See [Language Support](https://cloud.google.com/speech/docs/languages)
    * for a list of the currently supported language codes.
    * 
* - * string language_code = 1; + * string language_code = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for languageCode. */ @@ -60,14 +60,14 @@ public interface SpeechTranscriptionConfigOrBuilder * * *
-   * *Optional* Maximum number of recognition hypotheses to be returned.
+   * Optional. Maximum number of recognition hypotheses to be returned.
    * Specifically, the maximum number of `SpeechRecognitionAlternative` messages
-   * within each `SpeechRecognitionResult`. The server may return fewer than
+   * within each `SpeechTranscription`. The server may return fewer than
    * `max_alternatives`. Valid values are `0`-`30`. A value of `0` or `1` will
    * return a maximum of one. If omitted, will return a maximum of one.
    * 
* - * int32 max_alternatives = 2; + * int32 max_alternatives = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The maxAlternatives. */ @@ -77,13 +77,13 @@ public interface SpeechTranscriptionConfigOrBuilder * * *
-   * *Optional* If set to `true`, the server will attempt to filter out
+   * Optional. If set to `true`, the server will attempt to filter out
    * profanities, replacing all but the initial character in each filtered word
    * with asterisks, e.g. "f***". If set to `false` or omitted, profanities
    * won't be filtered out.
    * 
* - * bool filter_profanity = 3; + * bool filter_profanity = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The filterProfanity. */ @@ -93,10 +93,11 @@ public interface SpeechTranscriptionConfigOrBuilder * * *
-   * *Optional* A means to provide context to assist the speech recognition.
+   * Optional. A means to provide context to assist the speech recognition.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ java.util.List @@ -105,10 +106,11 @@ public interface SpeechTranscriptionConfigOrBuilder * * *
-   * *Optional* A means to provide context to assist the speech recognition.
+   * Optional. A means to provide context to assist the speech recognition.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.videointelligence.v1p1beta1.SpeechContext getSpeechContexts(int index); @@ -116,10 +118,11 @@ public interface SpeechTranscriptionConfigOrBuilder * * *
-   * *Optional* A means to provide context to assist the speech recognition.
+   * Optional. A means to provide context to assist the speech recognition.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ int getSpeechContextsCount(); @@ -127,10 +130,11 @@ public interface SpeechTranscriptionConfigOrBuilder * * *
-   * *Optional* A means to provide context to assist the speech recognition.
+   * Optional. A means to provide context to assist the speech recognition.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ java.util.List @@ -139,10 +143,11 @@ public interface SpeechTranscriptionConfigOrBuilder * * *
-   * *Optional* A means to provide context to assist the speech recognition.
+   * Optional. A means to provide context to assist the speech recognition.
    * 
* - * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4; + * + * repeated .google.cloud.videointelligence.v1p1beta1.SpeechContext speech_contexts = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.videointelligence.v1p1beta1.SpeechContextOrBuilder getSpeechContextsOrBuilder( @@ -152,7 +157,7 @@ com.google.cloud.videointelligence.v1p1beta1.SpeechContextOrBuilder getSpeechCon * * *
-   * *Optional* If 'true', adds punctuation to recognition result hypotheses.
+   * Optional. If 'true', adds punctuation to recognition result hypotheses.
    * This feature is only available in select languages. Setting this for
    * requests in other languages has no effect at all. The default 'false' value
    * does not add punctuation to result hypotheses. NOTE: "This is currently
@@ -160,7 +165,7 @@ com.google.cloud.videointelligence.v1p1beta1.SpeechContextOrBuilder getSpeechCon
    * future this may be exclusively available as a premium feature."
    * 
* - * bool enable_automatic_punctuation = 5; + * bool enable_automatic_punctuation = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The enableAutomaticPunctuation. */ @@ -170,11 +175,11 @@ com.google.cloud.videointelligence.v1p1beta1.SpeechContextOrBuilder getSpeechCon * * *
-   * *Optional* For file formats, such as MXF or MKV, supporting multiple audio
+   * Optional. For file formats, such as MXF or MKV, supporting multiple audio
    * tracks, specify up to two tracks. Default: track 0.
    * 
* - * repeated int32 audio_tracks = 6; + * repeated int32 audio_tracks = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @return A list containing the audioTracks. */ @@ -183,11 +188,11 @@ com.google.cloud.videointelligence.v1p1beta1.SpeechContextOrBuilder getSpeechCon * * *
-   * *Optional* For file formats, such as MXF or MKV, supporting multiple audio
+   * Optional. For file formats, such as MXF or MKV, supporting multiple audio
    * tracks, specify up to two tracks. Default: track 0.
    * 
* - * repeated int32 audio_tracks = 6; + * repeated int32 audio_tracks = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @return The count of audioTracks. */ @@ -196,11 +201,11 @@ com.google.cloud.videointelligence.v1p1beta1.SpeechContextOrBuilder getSpeechCon * * *
-   * *Optional* For file formats, such as MXF or MKV, supporting multiple audio
+   * Optional. For file formats, such as MXF or MKV, supporting multiple audio
    * tracks, specify up to two tracks. Default: track 0.
    * 
* - * repeated int32 audio_tracks = 6; + * repeated int32 audio_tracks = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the element to return. * @return The audioTracks at the given index. diff --git a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionOrBuilder.java b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionOrBuilder.java index 65fdf3642..c46c1dec3 100644 --- a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionOrBuilder.java +++ b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionOrBuilder.java @@ -27,10 +27,10 @@ public interface SpeechTranscriptionOrBuilder * * *
-   * Output only. May contain one or more recognition hypotheses (up to the
-   * maximum specified in `max_alternatives`).
-   * These alternatives are ordered in terms of accuracy, with the top (first)
-   * alternative being the most probable, as ranked by the recognizer.
+   * May contain one or more recognition hypotheses (up to the maximum specified
+   * in `max_alternatives`).  These alternatives are ordered in terms of
+   * accuracy, with the top (first) alternative being the most probable, as
+   * ranked by the recognizer.
    * 
* * @@ -43,10 +43,10 @@ public interface SpeechTranscriptionOrBuilder * * *
-   * Output only. May contain one or more recognition hypotheses (up to the
-   * maximum specified in `max_alternatives`).
-   * These alternatives are ordered in terms of accuracy, with the top (first)
-   * alternative being the most probable, as ranked by the recognizer.
+   * May contain one or more recognition hypotheses (up to the maximum specified
+   * in `max_alternatives`).  These alternatives are ordered in terms of
+   * accuracy, with the top (first) alternative being the most probable, as
+   * ranked by the recognizer.
    * 
* * @@ -59,10 +59,10 @@ com.google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative getAlt * * *
-   * Output only. May contain one or more recognition hypotheses (up to the
-   * maximum specified in `max_alternatives`).
-   * These alternatives are ordered in terms of accuracy, with the top (first)
-   * alternative being the most probable, as ranked by the recognizer.
+   * May contain one or more recognition hypotheses (up to the maximum specified
+   * in `max_alternatives`).  These alternatives are ordered in terms of
+   * accuracy, with the top (first) alternative being the most probable, as
+   * ranked by the recognizer.
    * 
* * @@ -74,10 +74,10 @@ com.google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative getAlt * * *
-   * Output only. May contain one or more recognition hypotheses (up to the
-   * maximum specified in `max_alternatives`).
-   * These alternatives are ordered in terms of accuracy, with the top (first)
-   * alternative being the most probable, as ranked by the recognizer.
+   * May contain one or more recognition hypotheses (up to the maximum specified
+   * in `max_alternatives`).  These alternatives are ordered in terms of
+   * accuracy, with the top (first) alternative being the most probable, as
+   * ranked by the recognizer.
    * 
* * @@ -92,10 +92,10 @@ com.google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative getAlt * * *
-   * Output only. May contain one or more recognition hypotheses (up to the
-   * maximum specified in `max_alternatives`).
-   * These alternatives are ordered in terms of accuracy, with the top (first)
-   * alternative being the most probable, as ranked by the recognizer.
+   * May contain one or more recognition hypotheses (up to the maximum specified
+   * in `max_alternatives`).  These alternatives are ordered in terms of
+   * accuracy, with the top (first) alternative being the most probable, as
+   * ranked by the recognizer.
    * 
* * diff --git a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceProto.java b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceProto.java index 56771226e..694737519 100644 --- a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceProto.java +++ b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceProto.java @@ -123,130 +123,139 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { "\nAgoogle/cloud/videointelligence/v1p1bet" + "a1/video_intelligence.proto\022(google.clou" + "d.videointelligence.v1p1beta1\032\034google/ap" - + "i/annotations.proto\032#google/longrunning/" - + "operations.proto\032\036google/protobuf/durati" - + "on.proto\032\037google/protobuf/timestamp.prot" - + "o\032\027google/rpc/status.proto\"\375\001\n\024AnnotateV" - + "ideoRequest\022\021\n\tinput_uri\030\001 \001(\t\022\025\n\rinput_" - + "content\030\006 \001(\014\022C\n\010features\030\002 \003(\01621.google" - + ".cloud.videointelligence.v1p1beta1.Featu" - + "re\022M\n\rvideo_context\030\003 \001(\01326.google.cloud" - + ".videointelligence.v1p1beta1.VideoContex" - + "t\022\022\n\noutput_uri\030\004 \001(\t\022\023\n\013location_id\030\005 \001" - + "(\t\"\202\004\n\014VideoContext\022H\n\010segments\030\001 \003(\01326." - + "google.cloud.videointelligence.v1p1beta1" - + ".VideoSegment\022^\n\026label_detection_config\030" - + "\002 \001(\0132>.google.cloud.videointelligence.v" - + "1p1beta1.LabelDetectionConfig\022i\n\034shot_ch" - + "ange_detection_config\030\003 \001(\0132C.google.clo" - + "ud.videointelligence.v1p1beta1.ShotChang" - + "eDetectionConfig\022s\n!explicit_content_det" - + "ection_config\030\004 \001(\0132H.google.cloud.video" - + "intelligence.v1p1beta1.ExplicitContentDe" - + "tectionConfig\022h\n\033speech_transcription_co" - + "nfig\030\006 \001(\0132C.google.cloud.videointellige" - + "nce.v1p1beta1.SpeechTranscriptionConfig\"" - + "\234\001\n\024LabelDetectionConfig\022Z\n\024label_detect" - + "ion_mode\030\001 \001(\0162<.google.cloud.videointel" - + "ligence.v1p1beta1.LabelDetectionMode\022\031\n\021" - + "stationary_camera\030\002 \001(\010\022\r\n\005model\030\003 \001(\t\"*" - + "\n\031ShotChangeDetectionConfig\022\r\n\005model\030\001 \001" - + "(\t\"/\n\036ExplicitContentDetectionConfig\022\r\n\005" - + "model\030\001 \001(\t\"x\n\014VideoSegment\0224\n\021start_tim" - + "e_offset\030\001 \001(\0132\031.google.protobuf.Duratio" - + "n\0222\n\017end_time_offset\030\002 \001(\0132\031.google.prot" - + "obuf.Duration\"k\n\014LabelSegment\022G\n\007segment" - + "\030\001 \001(\01326.google.cloud.videointelligence." - + "v1p1beta1.VideoSegment\022\022\n\nconfidence\030\002 \001" - + "(\002\"P\n\nLabelFrame\022.\n\013time_offset\030\001 \001(\0132\031." - + "google.protobuf.Duration\022\022\n\nconfidence\030\002" - + " \001(\002\"G\n\006Entity\022\021\n\tentity_id\030\001 \001(\t\022\023\n\013des" - + "cription\030\002 \001(\t\022\025\n\rlanguage_code\030\003 \001(\t\"\260\002" - + "\n\017LabelAnnotation\022@\n\006entity\030\001 \001(\01320.goog" - + "le.cloud.videointelligence.v1p1beta1.Ent" - + "ity\022K\n\021category_entities\030\002 \003(\01320.google." - + "cloud.videointelligence.v1p1beta1.Entity" - + "\022H\n\010segments\030\003 \003(\01326.google.cloud.videoi" - + "ntelligence.v1p1beta1.LabelSegment\022D\n\006fr" - + "ames\030\004 \003(\01324.google.cloud.videointellige" - + "nce.v1p1beta1.LabelFrame\"\234\001\n\024ExplicitCon" - + "tentFrame\022.\n\013time_offset\030\001 \001(\0132\031.google." - + "protobuf.Duration\022T\n\026pornography_likelih" - + "ood\030\002 \001(\01624.google.cloud.videointelligen" - + "ce.v1p1beta1.Likelihood\"k\n\031ExplicitConte" - + "ntAnnotation\022N\n\006frames\030\001 \003(\0132>.google.cl" - + "oud.videointelligence.v1p1beta1.Explicit" - + "ContentFrame\"\365\004\n\026VideoAnnotationResults\022" - + "\021\n\tinput_uri\030\001 \001(\t\022\\\n\031segment_label_anno" - + "tations\030\002 \003(\01329.google.cloud.videointell" - + "igence.v1p1beta1.LabelAnnotation\022Y\n\026shot" - + "_label_annotations\030\003 \003(\01329.google.cloud." - + "videointelligence.v1p1beta1.LabelAnnotat" - + "ion\022Z\n\027frame_label_annotations\030\004 \003(\01329.g" - + "oogle.cloud.videointelligence.v1p1beta1." - + "LabelAnnotation\022P\n\020shot_annotations\030\006 \003(" - + "\01326.google.cloud.videointelligence.v1p1b" - + "eta1.VideoSegment\022`\n\023explicit_annotation" - + "\030\007 \001(\0132C.google.cloud.videointelligence." - + "v1p1beta1.ExplicitContentAnnotation\022\\\n\025s" - + "peech_transcriptions\030\013 \003(\0132=.google.clou" - + "d.videointelligence.v1p1beta1.SpeechTran" - + "scription\022!\n\005error\030\t \001(\0132\022.google.rpc.St" - + "atus\"u\n\025AnnotateVideoResponse\022\\\n\022annotat" - + "ion_results\030\001 \003(\0132@.google.cloud.videoin" - + "telligence.v1p1beta1.VideoAnnotationResu" - + "lts\"\247\001\n\027VideoAnnotationProgress\022\021\n\tinput" - + "_uri\030\001 \001(\t\022\030\n\020progress_percent\030\002 \001(\005\022.\n\n" - + "start_time\030\003 \001(\0132\032.google.protobuf.Times" - + "tamp\022/\n\013update_time\030\004 \001(\0132\032.google.proto" - + "buf.Timestamp\"w\n\025AnnotateVideoProgress\022^" - + "\n\023annotation_progress\030\001 \003(\0132A.google.clo" - + "ud.videointelligence.v1p1beta1.VideoAnno" - + "tationProgress\"\364\001\n\031SpeechTranscriptionCo" - + "nfig\022\025\n\rlanguage_code\030\001 \001(\t\022\030\n\020max_alter" - + "natives\030\002 \001(\005\022\030\n\020filter_profanity\030\003 \001(\010\022" - + "P\n\017speech_contexts\030\004 \003(\01327.google.cloud." - + "videointelligence.v1p1beta1.SpeechContex" - + "t\022$\n\034enable_automatic_punctuation\030\005 \001(\010\022" - + "\024\n\014audio_tracks\030\006 \003(\005\" \n\rSpeechContext\022\017" - + "\n\007phrases\030\001 \003(\t\"s\n\023SpeechTranscription\022\\" - + "\n\014alternatives\030\001 \003(\0132F.google.cloud.vide" - + "ointelligence.v1p1beta1.SpeechRecognitio" - + "nAlternative\"\211\001\n\034SpeechRecognitionAltern" - + "ative\022\022\n\ntranscript\030\001 \001(\t\022\022\n\nconfidence\030" - + "\002 \001(\002\022A\n\005words\030\003 \003(\01322.google.cloud.vide" - + "ointelligence.v1p1beta1.WordInfo\"t\n\010Word" - + "Info\022-\n\nstart_time\030\001 \001(\0132\031.google.protob" - + "uf.Duration\022+\n\010end_time\030\002 \001(\0132\031.google.p" - + "rotobuf.Duration\022\014\n\004word\030\003 \001(\t*\214\001\n\007Featu" - + "re\022\027\n\023FEATURE_UNSPECIFIED\020\000\022\023\n\017LABEL_DET" - + "ECTION\020\001\022\031\n\025SHOT_CHANGE_DETECTION\020\002\022\036\n\032E" - + "XPLICIT_CONTENT_DETECTION\020\003\022\030\n\024SPEECH_TR" - + "ANSCRIPTION\020\006*r\n\022LabelDetectionMode\022$\n L" - + "ABEL_DETECTION_MODE_UNSPECIFIED\020\000\022\r\n\tSHO" - + "T_MODE\020\001\022\016\n\nFRAME_MODE\020\002\022\027\n\023SHOT_AND_FRA" - + "ME_MODE\020\003*t\n\nLikelihood\022\032\n\026LIKELIHOOD_UN" - + "SPECIFIED\020\000\022\021\n\rVERY_UNLIKELY\020\001\022\014\n\010UNLIKE" - + "LY\020\002\022\014\n\010POSSIBLE\020\003\022\n\n\006LIKELY\020\004\022\017\n\013VERY_L" - + "IKELY\020\0052\262\001\n\030VideoIntelligenceService\022\225\001\n" - + "\rAnnotateVideo\022>.google.cloud.videointel" - + "ligence.v1p1beta1.AnnotateVideoRequest\032\035" - + ".google.longrunning.Operation\"%\202\323\344\223\002\037\"\032/" - + "v1p1beta1/videos:annotate:\001*B\256\002\n,com.goo" - + "gle.cloud.videointelligence.v1p1beta1B\035V" - + "ideoIntelligenceServiceProtoP\001ZYgoogle.g" - + "olang.org/genproto/googleapis/cloud/vide" - + "ointelligence/v1p1beta1;videointelligenc" - + "e\252\002(Google.Cloud.VideoIntelligence.V1P1B" - + "eta1\312\002(Google\\Cloud\\VideoIntelligence\\V1" - + "p1beta1\352\002+Google::Cloud::VideoIntelligen" - + "ce::V1p1beta1b\006proto3" + + "i/annotations.proto\032\027google/api/client.p" + + "roto\032\037google/api/field_behavior.proto\032#g" + + "oogle/longrunning/operations.proto\032\036goog" + + "le/protobuf/duration.proto\032\037google/proto" + + "buf/timestamp.proto\032\027google/rpc/status.p" + + "roto\"\214\002\n\024AnnotateVideoRequest\022\021\n\tinput_u" + + "ri\030\001 \001(\t\022\025\n\rinput_content\030\006 \001(\014\022H\n\010featu" + + "res\030\002 \003(\01621.google.cloud.videointelligen" + + "ce.v1p1beta1.FeatureB\003\340A\002\022M\n\rvideo_conte" + + "xt\030\003 \001(\01326.google.cloud.videointelligenc" + + "e.v1p1beta1.VideoContext\022\027\n\noutput_uri\030\004" + + " \001(\tB\003\340A\001\022\030\n\013location_id\030\005 \001(\tB\003\340A\001\"\202\004\n\014" + + "VideoContext\022H\n\010segments\030\001 \003(\01326.google." + + "cloud.videointelligence.v1p1beta1.VideoS" + + "egment\022^\n\026label_detection_config\030\002 \001(\0132>" + + ".google.cloud.videointelligence.v1p1beta" + + "1.LabelDetectionConfig\022i\n\034shot_change_de" + + "tection_config\030\003 \001(\0132C.google.cloud.vide" + + "ointelligence.v1p1beta1.ShotChangeDetect" + + "ionConfig\022s\n!explicit_content_detection_" + + "config\030\004 \001(\0132H.google.cloud.videointelli" + + "gence.v1p1beta1.ExplicitContentDetection" + + "Config\022h\n\033speech_transcription_config\030\006 " + + "\001(\0132C.google.cloud.videointelligence.v1p" + + "1beta1.SpeechTranscriptionConfig\"\234\001\n\024Lab" + + "elDetectionConfig\022Z\n\024label_detection_mod" + + "e\030\001 \001(\0162<.google.cloud.videointelligence" + + ".v1p1beta1.LabelDetectionMode\022\031\n\021station" + + "ary_camera\030\002 \001(\010\022\r\n\005model\030\003 \001(\t\"*\n\031ShotC" + + "hangeDetectionConfig\022\r\n\005model\030\001 \001(\t\"/\n\036E" + + "xplicitContentDetectionConfig\022\r\n\005model\030\001" + + " \001(\t\"x\n\014VideoSegment\0224\n\021start_time_offse" + + "t\030\001 \001(\0132\031.google.protobuf.Duration\0222\n\017en" + + "d_time_offset\030\002 \001(\0132\031.google.protobuf.Du" + + "ration\"k\n\014LabelSegment\022G\n\007segment\030\001 \001(\0132" + + "6.google.cloud.videointelligence.v1p1bet" + + "a1.VideoSegment\022\022\n\nconfidence\030\002 \001(\002\"P\n\nL" + + "abelFrame\022.\n\013time_offset\030\001 \001(\0132\031.google." + + "protobuf.Duration\022\022\n\nconfidence\030\002 \001(\002\"G\n" + + "\006Entity\022\021\n\tentity_id\030\001 \001(\t\022\023\n\013descriptio" + + "n\030\002 \001(\t\022\025\n\rlanguage_code\030\003 \001(\t\"\260\002\n\017Label" + + "Annotation\022@\n\006entity\030\001 \001(\01320.google.clou" + + "d.videointelligence.v1p1beta1.Entity\022K\n\021" + + "category_entities\030\002 \003(\01320.google.cloud.v" + + "ideointelligence.v1p1beta1.Entity\022H\n\010seg" + + "ments\030\003 \003(\01326.google.cloud.videointellig" + + "ence.v1p1beta1.LabelSegment\022D\n\006frames\030\004 " + + "\003(\01324.google.cloud.videointelligence.v1p" + + "1beta1.LabelFrame\"\234\001\n\024ExplicitContentFra" + + "me\022.\n\013time_offset\030\001 \001(\0132\031.google.protobu" + + "f.Duration\022T\n\026pornography_likelihood\030\002 \001" + + "(\01624.google.cloud.videointelligence.v1p1" + + "beta1.Likelihood\"k\n\031ExplicitContentAnnot" + + "ation\022N\n\006frames\030\001 \003(\0132>.google.cloud.vid" + + "eointelligence.v1p1beta1.ExplicitContent" + + "Frame\"\365\004\n\026VideoAnnotationResults\022\021\n\tinpu" + + "t_uri\030\001 \001(\t\022\\\n\031segment_label_annotations" + + "\030\002 \003(\01329.google.cloud.videointelligence." + + "v1p1beta1.LabelAnnotation\022Y\n\026shot_label_" + + "annotations\030\003 \003(\01329.google.cloud.videoin" + + "telligence.v1p1beta1.LabelAnnotation\022Z\n\027" + + "frame_label_annotations\030\004 \003(\01329.google.c" + + "loud.videointelligence.v1p1beta1.LabelAn" + + "notation\022P\n\020shot_annotations\030\006 \003(\01326.goo" + + "gle.cloud.videointelligence.v1p1beta1.Vi" + + "deoSegment\022`\n\023explicit_annotation\030\007 \001(\0132" + + "C.google.cloud.videointelligence.v1p1bet" + + "a1.ExplicitContentAnnotation\022\\\n\025speech_t" + + "ranscriptions\030\013 \003(\0132=.google.cloud.video" + + "intelligence.v1p1beta1.SpeechTranscripti" + + "on\022!\n\005error\030\t \001(\0132\022.google.rpc.Status\"u\n" + + "\025AnnotateVideoResponse\022\\\n\022annotation_res" + + "ults\030\001 \003(\0132@.google.cloud.videointellige" + + "nce.v1p1beta1.VideoAnnotationResults\"\247\001\n" + + "\027VideoAnnotationProgress\022\021\n\tinput_uri\030\001 " + + "\001(\t\022\030\n\020progress_percent\030\002 \001(\005\022.\n\nstart_t" + + "ime\030\003 \001(\0132\032.google.protobuf.Timestamp\022/\n" + + "\013update_time\030\004 \001(\0132\032.google.protobuf.Tim" + + "estamp\"w\n\025AnnotateVideoProgress\022^\n\023annot" + + "ation_progress\030\001 \003(\0132A.google.cloud.vide" + + "ointelligence.v1p1beta1.VideoAnnotationP" + + "rogress\"\222\002\n\031SpeechTranscriptionConfig\022\032\n" + + "\rlanguage_code\030\001 \001(\tB\003\340A\002\022\035\n\020max_alterna" + + "tives\030\002 \001(\005B\003\340A\001\022\035\n\020filter_profanity\030\003 \001" + + "(\010B\003\340A\001\022U\n\017speech_contexts\030\004 \003(\01327.googl" + + "e.cloud.videointelligence.v1p1beta1.Spee" + + "chContextB\003\340A\001\022)\n\034enable_automatic_punct" + + "uation\030\005 \001(\010B\003\340A\001\022\031\n\014audio_tracks\030\006 \003(\005B" + + "\003\340A\001\"%\n\rSpeechContext\022\024\n\007phrases\030\001 \003(\tB\003" + + "\340A\001\"s\n\023SpeechTranscription\022\\\n\014alternativ" + + "es\030\001 \003(\0132F.google.cloud.videointelligenc" + + "e.v1p1beta1.SpeechRecognitionAlternative" + + "\"\216\001\n\034SpeechRecognitionAlternative\022\022\n\ntra" + + "nscript\030\001 \001(\t\022\027\n\nconfidence\030\002 \001(\002B\003\340A\003\022A" + + "\n\005words\030\003 \003(\01322.google.cloud.videointell" + + "igence.v1p1beta1.WordInfo\"t\n\010WordInfo\022-\n" + + "\nstart_time\030\001 \001(\0132\031.google.protobuf.Dura" + + "tion\022+\n\010end_time\030\002 \001(\0132\031.google.protobuf" + + ".Duration\022\014\n\004word\030\003 \001(\t*\214\001\n\007Feature\022\027\n\023F" + + "EATURE_UNSPECIFIED\020\000\022\023\n\017LABEL_DETECTION\020" + + "\001\022\031\n\025SHOT_CHANGE_DETECTION\020\002\022\036\n\032EXPLICIT" + + "_CONTENT_DETECTION\020\003\022\030\n\024SPEECH_TRANSCRIP" + + "TION\020\006*r\n\022LabelDetectionMode\022$\n LABEL_DE" + + "TECTION_MODE_UNSPECIFIED\020\000\022\r\n\tSHOT_MODE\020" + + "\001\022\016\n\nFRAME_MODE\020\002\022\027\n\023SHOT_AND_FRAME_MODE" + + "\020\003*t\n\nLikelihood\022\032\n\026LIKELIHOOD_UNSPECIFI" + + "ED\020\000\022\021\n\rVERY_UNLIKELY\020\001\022\014\n\010UNLIKELY\020\002\022\014\n" + + "\010POSSIBLE\020\003\022\n\n\006LIKELY\020\004\022\017\n\013VERY_LIKELY\020\005" + + "2\316\002\n\030VideoIntelligenceService\022\333\001\n\rAnnota" + + "teVideo\022>.google.cloud.videointelligence" + + ".v1p1beta1.AnnotateVideoRequest\032\035.google" + + ".longrunning.Operation\"k\202\323\344\223\002\037\"\032/v1p1bet" + + "a1/videos:annotate:\001*\332A\022input_uri,featur" + + "es\312A.\n\025AnnotateVideoResponse\022\025AnnotateVi" + + "deoProgress\032T\312A videointelligence.google" + + "apis.com\322A.https://www.googleapis.com/au" + + "th/cloud-platformB\256\002\n,com.google.cloud.v" + + "ideointelligence.v1p1beta1B\035VideoIntelli" + + "genceServiceProtoP\001ZYgoogle.golang.org/g" + + "enproto/googleapis/cloud/videointelligen" + + "ce/v1p1beta1;videointelligence\252\002(Google." + + "Cloud.VideoIntelligence.V1P1Beta1\312\002(Goog" + + "le\\Cloud\\VideoIntelligence\\V1p1beta1\352\002+G" + + "oogle::Cloud::VideoIntelligence::V1p1bet" + + "a1b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { com.google.api.AnnotationsProto.getDescriptor(), + com.google.api.ClientProto.getDescriptor(), + com.google.api.FieldBehaviorProto.getDescriptor(), com.google.longrunning.OperationsProto.getDescriptor(), com.google.protobuf.DurationProto.getDescriptor(), com.google.protobuf.TimestampProto.getDescriptor(), @@ -438,10 +447,17 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { }); com.google.protobuf.ExtensionRegistry registry = com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.ClientProto.defaultHost); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); registry.add(com.google.api.AnnotationsProto.http); + registry.add(com.google.api.ClientProto.methodSignature); + registry.add(com.google.api.ClientProto.oauthScopes); + registry.add(com.google.longrunning.OperationsProto.operationInfo); com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry); com.google.api.AnnotationsProto.getDescriptor(); + com.google.api.ClientProto.getDescriptor(); + com.google.api.FieldBehaviorProto.getDescriptor(); com.google.longrunning.OperationsProto.getDescriptor(); com.google.protobuf.DurationProto.getDescriptor(); com.google.protobuf.TimestampProto.getDescriptor(); diff --git a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/proto/google/cloud/videointelligence/v1p1beta1/video_intelligence.proto b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/proto/google/cloud/videointelligence/v1p1beta1/video_intelligence.proto index 115f362be..44d3ca641 100644 --- a/proto-google-cloud-video-intelligence-v1p1beta1/src/main/proto/google/cloud/videointelligence/v1p1beta1/video_intelligence.proto +++ b/proto-google-cloud-video-intelligence-v1p1beta1/src/main/proto/google/cloud/videointelligence/v1p1beta1/video_intelligence.proto @@ -1,4 +1,4 @@ -// Copyright 2018 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. @@ -11,12 +11,15 @@ // 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. +// syntax = "proto3"; package google.cloud.videointelligence.v1p1beta1; import "google/api/annotations.proto"; +import "google/api/client.proto"; +import "google/api/field_behavior.proto"; import "google/longrunning/operations.proto"; import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; @@ -32,16 +35,23 @@ option ruby_package = "Google::Cloud::VideoIntelligence::V1p1beta1"; // Service that implements Google Cloud Video Intelligence API. service VideoIntelligenceService { + option (google.api.default_host) = "videointelligence.googleapis.com"; + option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; + // Performs asynchronous video annotation. Progress and results can be // retrieved through the `google.longrunning.Operations` interface. // `Operation.metadata` contains `AnnotateVideoProgress` (progress). // `Operation.response` contains `AnnotateVideoResponse` (results). - rpc AnnotateVideo(AnnotateVideoRequest) - returns (google.longrunning.Operation) { + rpc AnnotateVideo(AnnotateVideoRequest) returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1p1beta1/videos:annotate" body: "*" }; + option (google.api.method_signature) = "input_uri,features"; + option (google.longrunning.operation_info) = { + response_type: "AnnotateVideoResponse" + metadata_type: "AnnotateVideoProgress" + }; } } @@ -51,10 +61,10 @@ message AnnotateVideoRequest { // [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](/storage/docs/reference-uris). A video - // URI may include wildcards in `object-id`, and thus identify multiple - // videos. Supported wildcards: '*' to match 0 or more characters; + // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see + // [Request URIs](/storage/docs/reference-uris). + // A video URI may include 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. string input_uri = 1; @@ -64,24 +74,24 @@ message AnnotateVideoRequest { // If set, `input_uri` should be unset. bytes input_content = 6; - // Requested video annotation features. - repeated Feature features = 2; + // Required. Requested video annotation features. + repeated Feature features = 2 [(google.api.field_behavior) = REQUIRED]; // Additional video context and/or feature-specific parameters. VideoContext video_context = 3; - // 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](/storage/docs/reference-uris). - string output_uri = 4; + // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see + // [Request URIs](/storage/docs/reference-uris). + string output_uri = 4 [(google.api.field_behavior) = OPTIONAL]; - // 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. - string location_id = 5; + string location_id = 5 [(google.api.field_behavior) = OPTIONAL]; } // Video context and/or feature-specific parameters. @@ -285,60 +295,60 @@ message AnnotateVideoProgress { // Config for SPEECH_TRANSCRIPTION. message SpeechTranscriptionConfig { - // *Required* The language of the supplied audio as a + // Required. *Required* The language of the supplied audio as a // [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. // Example: "en-US". // See [Language Support](https://cloud.google.com/speech/docs/languages) // for a list of the currently supported language codes. - string language_code = 1; + string language_code = 1 [(google.api.field_behavior) = REQUIRED]; - // *Optional* Maximum number of recognition hypotheses to be returned. + // Optional. Maximum number of recognition hypotheses to be returned. // Specifically, the maximum number of `SpeechRecognitionAlternative` messages - // within each `SpeechRecognitionResult`. The server may return fewer than + // within each `SpeechTranscription`. The server may return fewer than // `max_alternatives`. Valid values are `0`-`30`. A value of `0` or `1` will // return a maximum of one. If omitted, will return a maximum of one. - int32 max_alternatives = 2; + int32 max_alternatives = 2 [(google.api.field_behavior) = OPTIONAL]; - // *Optional* If set to `true`, the server will attempt to filter out + // Optional. If set to `true`, the server will attempt to filter out // profanities, replacing all but the initial character in each filtered word // with asterisks, e.g. "f***". If set to `false` or omitted, profanities // won't be filtered out. - bool filter_profanity = 3; + bool filter_profanity = 3 [(google.api.field_behavior) = OPTIONAL]; - // *Optional* A means to provide context to assist the speech recognition. - repeated SpeechContext speech_contexts = 4; + // Optional. A means to provide context to assist the speech recognition. + repeated SpeechContext speech_contexts = 4 [(google.api.field_behavior) = OPTIONAL]; - // *Optional* If 'true', adds punctuation to recognition result hypotheses. + // Optional. If 'true', adds punctuation to recognition result hypotheses. // This feature is only available in select languages. Setting this for // requests in other languages has no effect at all. The default 'false' value // does not add punctuation to result hypotheses. NOTE: "This is currently // offered as an experimental service, complimentary to all users. In the // future this may be exclusively available as a premium feature." - bool enable_automatic_punctuation = 5; + bool enable_automatic_punctuation = 5 [(google.api.field_behavior) = OPTIONAL]; - // *Optional* For file formats, such as MXF or MKV, supporting multiple audio + // Optional. For file formats, such as MXF or MKV, supporting multiple audio // tracks, specify up to two tracks. Default: track 0. - repeated int32 audio_tracks = 6; + repeated int32 audio_tracks = 6 [(google.api.field_behavior) = OPTIONAL]; } // Provides "hints" to the speech recognizer to favor specific words and phrases // in the results. message SpeechContext { - // *Optional* A list of strings containing words and phrases "hints" so that + // Optional. A list of strings containing words and phrases "hints" so that // the speech recognition is more likely to recognize them. This can be used // to improve the accuracy for specific words and phrases, for example, if // specific commands are typically spoken by the user. This can also be used // to add additional words to the vocabulary of the recognizer. See // [usage limits](https://cloud.google.com/speech/limits#content). - repeated string phrases = 1; + repeated string phrases = 1 [(google.api.field_behavior) = OPTIONAL]; } // A speech recognition result corresponding to a portion of the audio. message SpeechTranscription { - // Output only. May contain one or more recognition hypotheses (up to the - // maximum specified in `max_alternatives`). - // These alternatives are ordered in terms of accuracy, with the top (first) - // alternative being the most probable, as ranked by the recognizer. + // May contain one or more recognition hypotheses (up to the maximum specified + // in `max_alternatives`). These alternatives are ordered in terms of + // accuracy, with the top (first) alternative being the most probable, as + // ranked by the recognizer. repeated SpeechRecognitionAlternative alternatives = 1; } @@ -349,11 +359,11 @@ message SpeechRecognitionAlternative { // Output only. The confidence estimate between 0.0 and 1.0. A higher number // indicates an estimated greater likelihood that the recognized words are - // correct. This field is typically provided only for the top hypothesis, and - // only for `is_final=true` results. Clients should not rely on the - // `confidence` field as it is not guaranteed to be accurate or consistent. + // correct. This field is set only for the top alternative. + // This field is not guaranteed to be accurate and users should not rely on it + // to be always provided. // The default of 0.0 is a sentinel value indicating `confidence` was not set. - float confidence = 2; + float confidence = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. A list of word-specific information for each recognized word. repeated WordInfo words = 3; diff --git a/renovate.json b/renovate.json index a5cdff45c..268a4669a 100644 --- a/renovate.json +++ b/renovate.json @@ -22,7 +22,8 @@ "^com.google.api:gax", "^com.google.auth:", "^com.google.cloud:google-cloud-core", - "^io.grpc:" + "^io.grpc:", + "^com.google.guava:" ], "groupName": "core dependencies" }, diff --git a/synth.metadata b/synth.metadata index a483d6c4b..ee2102aee 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,19 +1,20 @@ { - "updateTime": "2020-01-28T09:06:25.305497Z", + "updateTime": "2020-01-31T09:09:27.304151Z", "sources": [ { "generator": { "name": "artman", - "version": "0.44.3", - "dockerImage": "googleapis/artman@sha256:62b8b29acaae54b06a4183aa772e65b106e92d4bc466eb4db07953ab78bdb90c" + "version": "0.44.4", + "dockerImage": "googleapis/artman@sha256:19e945954fc960a4bdfee6cb34695898ab21a8cf0bac063ee39b91f00a1faec8" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "8e981acfd9b97ea2f312f11bbaa7b6c16e412dea", - "internalRef": "291821782" + "sha": "7ac66d9be8a7d7de4f13566d8663978c9ee9dcd7", + "internalRef": "292450564", + "log": "7ac66d9be8a7d7de4f13566d8663978c9ee9dcd7\nAdd Dataproc Autoscaling API to V1.\n\nPiperOrigin-RevId: 292450564\n\n5d932b2c1be3a6ef487d094e3cf5c0673d0241dd\n- Improve documentation\n- Add a client_id field to StreamingPullRequest\n\nPiperOrigin-RevId: 292434036\n\neaff9fa8edec3e914995ce832b087039c5417ea7\nmonitoring: v3 publish annotations and client retry config\n\nPiperOrigin-RevId: 292425288\n\n70958bab8c5353870d31a23fb2c40305b050d3fe\nBigQuery Storage Read API v1 clients.\n\nPiperOrigin-RevId: 292407644\n\n7a15e7fe78ff4b6d5c9606a3264559e5bde341d1\nUpdate backend proto for Google Cloud Endpoints\n\nPiperOrigin-RevId: 292391607\n\n3ca2c014e24eb5111c8e7248b1e1eb833977c83d\nbazel: Add --flaky_test_attempts=3 argument to prevent CI failures caused by flaky tests\n\nPiperOrigin-RevId: 292382559\n\n9933347c1f677e81e19a844c2ef95bfceaf694fe\nbazel:Integrate latest protoc-java-resource-names-plugin changes (fix for PyYAML dependency in bazel rules)\n\nPiperOrigin-RevId: 292376626\n\nb835ab9d2f62c88561392aa26074c0b849fb0bd3\nasset: v1p2beta1 add client config annotations\n\n* remove unintentionally exposed RPCs\n* remove messages relevant to removed RPCs\n\nPiperOrigin-RevId: 292369593\n\nc1246a29e22b0f98e800a536b5b0da2d933a55f2\nUpdating v1 protos with the latest inline documentation (in comments) and config options. Also adding a per-service .yaml file.\n\nPiperOrigin-RevId: 292310790\n\nb491d07cadaae7cde5608321f913e5ca1459b32d\nRevert accidental local_repository change\n\nPiperOrigin-RevId: 292245373\n\naf3400a8cb6110025198b59a0f7d018ae3cda700\nUpdate gapic-generator dependency (prebuilt PHP binary support).\n\nPiperOrigin-RevId: 292243997\n\n341fd5690fae36f36cf626ef048fbcf4bbe7cee6\ngrafeas: v1 add resource_definition for the grafeas.io/Project and change references for Project.\n\nPiperOrigin-RevId: 292221998\n\n42e915ec2ece1cd37a590fbcd10aa2c0fb0e5b06\nUpdate the gapic-generator, protoc-java-resource-name-plugin and protoc-docs-plugin to the latest commit.\n\nPiperOrigin-RevId: 292182368\n\nf035f47250675d31492a09f4a7586cfa395520a7\nFix grafeas build and update build.sh script to include gerafeas.\n\nPiperOrigin-RevId: 292168753\n\n26ccb214b7bc4a716032a6266bcb0a9ca55d6dbb\nasset: v1p1beta1 add client config annotations and retry config\n\nPiperOrigin-RevId: 292154210\n\n974ee5c0b5d03e81a50dafcedf41e0efebb5b749\nasset: v1beta1 add client config annotations\n\nPiperOrigin-RevId: 292152573\n\ncf3b61102ed5f36b827bc82ec39be09525f018c8\n Fix to protos for v1p1beta1 release of Cloud Security Command Center\n\nPiperOrigin-RevId: 292034635\n\n4e1cfaa7c0fede9e65d64213ca3da1b1255816c0\nUpdate the public proto to support UTF-8 encoded id for CatalogService API, increase the ListCatalogItems deadline to 300s and some minor documentation change\n\nPiperOrigin-RevId: 292030970\n\n9c483584f8fd5a1b862ae07973f4cc7bb3e46648\nasset: add annotations to v1p1beta1\n\nPiperOrigin-RevId: 292009868\n\ne19209fac29731d0baf6d9ac23da1164f7bdca24\nAdd the google.rpc.context.AttributeContext message to the open source\ndirectories.\n\nPiperOrigin-RevId: 291999930\n\nae5662960573f279502bf98a108a35ba1175e782\noslogin API: move file level option on top of the file to avoid protobuf.js bug.\n\nPiperOrigin-RevId: 291990506\n\neba3897fff7c49ed85d3c47fc96fe96e47f6f684\nAdd cc_proto_library and cc_grpc_library targets for Spanner and IAM protos.\n\nPiperOrigin-RevId: 291988651\n\n" } }, { @@ -75,1516 +76,5 @@ "config": "google/cloud/videointelligence/artman_videointelligence_v1p3beta1.yaml" } } - ], - "newFiles": [ - { - "path": ".github/ISSUE_TEMPLATE/bug_report.md" - }, - { - "path": ".github/ISSUE_TEMPLATE/feature_request.md" - }, - { - "path": ".github/ISSUE_TEMPLATE/support_request.md" - }, - { - "path": ".github/PULL_REQUEST_TEMPLATE.md" - }, - { - "path": ".github/release-please.yml" - }, - { - "path": ".gitignore" - }, - { - "path": ".kokoro/build.bat" - }, - { - "path": ".kokoro/build.sh" - }, - { - "path": ".kokoro/coerce_logs.sh" - }, - { - "path": ".kokoro/common.cfg" - }, - { - "path": ".kokoro/continuous/common.cfg" - }, - { - "path": ".kokoro/continuous/dependencies.cfg" - }, - { - "path": ".kokoro/continuous/integration.cfg" - }, - { - "path": ".kokoro/continuous/java11.cfg" - }, - { - "path": ".kokoro/continuous/java7.cfg" - }, - { - "path": ".kokoro/continuous/java8-osx.cfg" - }, - { - "path": ".kokoro/continuous/java8-win.cfg" - }, - { - "path": ".kokoro/continuous/java8.cfg" - }, - { - "path": ".kokoro/continuous/lint.cfg" - }, - { - "path": ".kokoro/continuous/propose_release.cfg" - }, - { - "path": ".kokoro/continuous/propose_release.sh" - }, - { - "path": ".kokoro/continuous/samples.cfg" - }, - { - "path": ".kokoro/dependencies.sh" - }, - { - "path": ".kokoro/linkage-monitor.sh" - }, - { - "path": ".kokoro/nightly/common.cfg" - }, - { - "path": ".kokoro/nightly/dependencies.cfg" - }, - { - "path": ".kokoro/nightly/integration.cfg" - }, - { - "path": ".kokoro/nightly/java11.cfg" - }, - { - "path": ".kokoro/nightly/java7.cfg" - }, - { - "path": ".kokoro/nightly/java8-osx.cfg" - }, - { - "path": ".kokoro/nightly/java8-win.cfg" - }, - { - "path": ".kokoro/nightly/java8.cfg" - }, - { - "path": ".kokoro/nightly/lint.cfg" - }, - { - "path": ".kokoro/nightly/samples.cfg" - }, - { - "path": ".kokoro/presubmit/clirr.cfg" - }, - { - "path": ".kokoro/presubmit/common.cfg" - }, - { - "path": ".kokoro/presubmit/dependencies.cfg" - }, - { - "path": ".kokoro/presubmit/integration.cfg" - }, - { - "path": ".kokoro/presubmit/java11.cfg" - }, - { - "path": ".kokoro/presubmit/java7.cfg" - }, - { - "path": ".kokoro/presubmit/java8-osx.cfg" - }, - { - "path": ".kokoro/presubmit/java8-win.cfg" - }, - { - "path": ".kokoro/presubmit/java8.cfg" - }, - { - "path": ".kokoro/presubmit/linkage-monitor.cfg" - }, - { - "path": ".kokoro/presubmit/lint.cfg" - }, - { - "path": ".kokoro/presubmit/samples.cfg" - }, - { - "path": ".kokoro/release/bump_snapshot.cfg" - }, - { - "path": ".kokoro/release/bump_snapshot.sh" - }, - { - "path": ".kokoro/release/common.cfg" - }, - { - "path": ".kokoro/release/common.sh" - }, - { - "path": ".kokoro/release/drop.cfg" - }, - { - "path": ".kokoro/release/drop.sh" - }, - { - "path": ".kokoro/release/promote.cfg" - }, - { - "path": ".kokoro/release/promote.sh" - }, - { - "path": ".kokoro/release/publish_javadoc.cfg" - }, - { - "path": ".kokoro/release/publish_javadoc.sh" - }, - { - "path": ".kokoro/release/snapshot.cfg" - }, - { - "path": ".kokoro/release/snapshot.sh" - }, - { - "path": ".kokoro/release/stage.cfg" - }, - { - "path": ".kokoro/release/stage.sh" - }, - { - "path": ".kokoro/trampoline.sh" - }, - { - "path": ".repo-metadata.json" - }, - { - "path": "CHANGELOG.md" - }, - { - "path": "CODE_OF_CONDUCT.md" - }, - { - "path": "CONTRIBUTING.md" - }, - { - "path": "LICENSE" - }, - { - "path": "README.md" - }, - { - "path": "codecov.yaml" - }, - { - "path": "google-cloud-video-intelligence-bom/pom.xml" - }, - { - "path": "google-cloud-video-intelligence/clirr-ignored-differences.xml" - }, - { - "path": "google-cloud-video-intelligence/pom.xml" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1/VideoIntelligenceServiceClient.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1/VideoIntelligenceServiceSettings.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1/package-info.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1/stub/GrpcVideoIntelligenceServiceCallableFactory.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1/stub/GrpcVideoIntelligenceServiceStub.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1/stub/VideoIntelligenceServiceStub.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1/stub/VideoIntelligenceServiceStubSettings.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoIntelligenceServiceClient.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoIntelligenceServiceSettings.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1beta2/package-info.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1beta2/stub/GrpcVideoIntelligenceServiceCallableFactory.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1beta2/stub/GrpcVideoIntelligenceServiceStub.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1beta2/stub/VideoIntelligenceServiceStub.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1beta2/stub/VideoIntelligenceServiceStubSettings.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceClient.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceSettings.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p1beta1/package-info.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p1beta1/stub/GrpcVideoIntelligenceServiceCallableFactory.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p1beta1/stub/GrpcVideoIntelligenceServiceStub.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p1beta1/stub/VideoIntelligenceServiceStub.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p1beta1/stub/VideoIntelligenceServiceStubSettings.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoIntelligenceServiceClient.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoIntelligenceServiceSettings.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p2beta1/package-info.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p2beta1/stub/GrpcVideoIntelligenceServiceCallableFactory.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p2beta1/stub/GrpcVideoIntelligenceServiceStub.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p2beta1/stub/VideoIntelligenceServiceStub.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p2beta1/stub/VideoIntelligenceServiceStubSettings.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingVideoIntelligenceServiceClient.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingVideoIntelligenceServiceSettings.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p3beta1/VideoIntelligenceServiceClient.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p3beta1/VideoIntelligenceServiceSettings.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p3beta1/package-info.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p3beta1/stub/GrpcStreamingVideoIntelligenceServiceCallableFactory.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p3beta1/stub/GrpcStreamingVideoIntelligenceServiceStub.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p3beta1/stub/GrpcVideoIntelligenceServiceCallableFactory.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p3beta1/stub/GrpcVideoIntelligenceServiceStub.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p3beta1/stub/StreamingVideoIntelligenceServiceStub.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p3beta1/stub/StreamingVideoIntelligenceServiceStubSettings.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p3beta1/stub/VideoIntelligenceServiceStub.java" - }, - { - "path": "google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p3beta1/stub/VideoIntelligenceServiceStubSettings.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1/MockVideoIntelligenceService.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1/MockVideoIntelligenceServiceImpl.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1/VideoIntelligenceServiceClientTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1/VideoIntelligenceServiceSmokeTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1/it/ITSystemTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1beta2/MockVideoIntelligenceService.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1beta2/MockVideoIntelligenceServiceImpl.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1beta2/VideoIntelligenceServiceClientTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1beta2/it/ITSystemTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p1beta1/MockVideoIntelligenceService.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p1beta1/MockVideoIntelligenceServiceImpl.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceClientTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceSmokeTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p1beta1/it/ITSystemTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p2beta1/MockVideoIntelligenceService.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p2beta1/MockVideoIntelligenceServiceImpl.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p2beta1/VideoIntelligenceServiceClientTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p2beta1/VideoIntelligenceServiceSmokeTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p2beta1/it/ITSystemTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p3beta1/MockStreamingVideoIntelligenceService.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p3beta1/MockStreamingVideoIntelligenceServiceImpl.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p3beta1/MockVideoIntelligenceService.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p3beta1/MockVideoIntelligenceServiceImpl.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p3beta1/StreamingVideoIntelligenceServiceClientTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p3beta1/VideoIntelligenceServiceClientTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p3beta1/VideoIntelligenceServiceSmokeTest.java" - }, - { - "path": "google-cloud-video-intelligence/src/test/java/com/google/cloud/videointelligence/v1p3beta1/it/ITSystemTest.java" - }, - { - "path": "grpc-google-cloud-video-intelligence-v1/pom.xml" - }, - { - "path": "grpc-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/VideoIntelligenceServiceGrpc.java" - }, - { - "path": "grpc-google-cloud-video-intelligence-v1beta2/pom.xml" - }, - { - "path": "grpc-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoIntelligenceServiceGrpc.java" - }, - { - "path": "grpc-google-cloud-video-intelligence-v1p1beta1/pom.xml" - }, - { - "path": "grpc-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceGrpc.java" - }, - { - "path": "grpc-google-cloud-video-intelligence-v1p2beta1/pom.xml" - }, - { - "path": "grpc-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoIntelligenceServiceGrpc.java" - }, - { - "path": "grpc-google-cloud-video-intelligence-v1p3beta1/pom.xml" - }, - { - "path": "grpc-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingVideoIntelligenceServiceGrpc.java" - }, - { - "path": "grpc-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/VideoIntelligenceServiceGrpc.java" - }, - { - "path": "java.header" - }, - { - "path": "license-checks.xml" - }, - { - "path": "pom.xml" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/pom.xml" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/AnnotateVideoProgress.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/AnnotateVideoProgressOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/AnnotateVideoRequest.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/AnnotateVideoRequestOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/AnnotateVideoResponse.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/AnnotateVideoResponseOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/Entity.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/EntityOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ExplicitContentAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ExplicitContentAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ExplicitContentDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ExplicitContentDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ExplicitContentFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ExplicitContentFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/FaceAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/FaceAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/FaceDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/FaceDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/FaceFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/FaceFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/FaceSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/FaceSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/Feature.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/LabelAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/LabelAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/LabelDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/LabelDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/LabelDetectionMode.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/LabelFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/LabelFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/LabelSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/LabelSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/Likelihood.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/NormalizedBoundingBox.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/NormalizedBoundingBoxOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/NormalizedBoundingPoly.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/NormalizedBoundingPolyOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/NormalizedVertex.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/NormalizedVertexOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ObjectTrackingAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ObjectTrackingAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ObjectTrackingConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ObjectTrackingConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ObjectTrackingFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ObjectTrackingFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ShotChangeDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ShotChangeDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/SpeechContext.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/SpeechContextOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/SpeechRecognitionAlternative.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/SpeechRecognitionAlternativeOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/SpeechTranscription.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/SpeechTranscriptionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/SpeechTranscriptionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/SpeechTranscriptionOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/TextAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/TextAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/TextDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/TextDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/TextFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/TextFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/TextSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/TextSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/VideoAnnotationProgress.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/VideoAnnotationProgressOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/VideoAnnotationResults.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/VideoAnnotationResultsOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/VideoContext.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/VideoContextOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/VideoIntelligenceServiceProto.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/VideoSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/VideoSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/WordInfo.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/WordInfoOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1/src/main/proto/google/cloud/videointelligence/v1/video_intelligence.proto" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/pom.xml" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/AnnotateVideoProgress.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/AnnotateVideoProgressOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/AnnotateVideoRequest.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/AnnotateVideoRequestOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/AnnotateVideoResponse.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/AnnotateVideoResponseOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/Entity.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/EntityOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/ExplicitContentAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/ExplicitContentAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/ExplicitContentDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/ExplicitContentDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/ExplicitContentFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/ExplicitContentFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/FaceAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/FaceAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/FaceDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/FaceDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/FaceFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/FaceFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/FaceSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/FaceSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/Feature.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/LabelAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/LabelAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/LabelDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/LabelDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/LabelDetectionMode.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/LabelFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/LabelFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/LabelSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/LabelSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/Likelihood.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/NormalizedBoundingBox.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/NormalizedBoundingBoxOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/ShotChangeDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/ShotChangeDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoAnnotationProgress.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoAnnotationProgressOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoAnnotationResults.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoAnnotationResultsOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoContext.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoContextOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoIntelligenceServiceProto.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1beta2/src/main/proto/google/cloud/videointelligence/v1beta2/video_intelligence.proto" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/pom.xml" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoProgress.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoProgressOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoRequest.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoRequestOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoResponse.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/AnnotateVideoResponseOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/Entity.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/EntityOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/ExplicitContentAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/ExplicitContentAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/ExplicitContentDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/ExplicitContentDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/ExplicitContentFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/ExplicitContentFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/Feature.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/LabelAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/LabelAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/LabelDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/LabelDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/LabelDetectionMode.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/LabelFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/LabelFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/LabelSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/LabelSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/Likelihood.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/ShotChangeDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/ShotChangeDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechContext.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechContextOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechRecognitionAlternative.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechRecognitionAlternativeOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscription.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/SpeechTranscriptionOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoAnnotationProgress.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoAnnotationProgressOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoAnnotationResults.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoAnnotationResultsOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoContext.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoContextOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceProto.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/WordInfo.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/WordInfoOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p1beta1/src/main/proto/google/cloud/videointelligence/v1p1beta1/video_intelligence.proto" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/pom.xml" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/AnnotateVideoProgress.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/AnnotateVideoProgressOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/AnnotateVideoRequest.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/AnnotateVideoRequestOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/AnnotateVideoResponse.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/AnnotateVideoResponseOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/Entity.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/EntityOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ExplicitContentAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ExplicitContentAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ExplicitContentDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ExplicitContentDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ExplicitContentFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ExplicitContentFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/Feature.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/LabelAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/LabelAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/LabelDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/LabelDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/LabelDetectionMode.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/LabelFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/LabelFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/LabelSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/LabelSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/Likelihood.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/NormalizedBoundingBox.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/NormalizedBoundingBoxOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/NormalizedBoundingPoly.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/NormalizedBoundingPolyOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/NormalizedVertex.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/NormalizedVertexOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ObjectTrackingAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ObjectTrackingAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ObjectTrackingFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ObjectTrackingFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ShotChangeDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ShotChangeDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/TextAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/TextAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/TextDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/TextDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/TextFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/TextFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/TextSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/TextSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoAnnotationProgress.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoAnnotationProgressOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoAnnotationResults.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoAnnotationResultsOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoContext.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoContextOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoIntelligenceServiceProto.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p2beta1/src/main/proto/google/cloud/videointelligence/v1p2beta1/video_intelligence.proto" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/clirr-ignored-differences.xml" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/pom.xml" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/AnnotateVideoProgress.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/AnnotateVideoProgressOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/AnnotateVideoRequest.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/AnnotateVideoRequestOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/AnnotateVideoResponse.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/AnnotateVideoResponseOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/Celebrity.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/CelebrityOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/CelebrityRecognitionAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/CelebrityRecognitionAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/CelebrityTrack.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/CelebrityTrackOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/DetectedAttribute.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/DetectedAttributeOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/DetectedLandmark.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/DetectedLandmarkOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/Entity.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/EntityOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ExplicitContentAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ExplicitContentAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ExplicitContentDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ExplicitContentDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ExplicitContentFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ExplicitContentFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/FaceDetectionAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/FaceDetectionAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/FaceDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/FaceDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/Feature.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/LabelAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/LabelAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/LabelDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/LabelDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/LabelDetectionMode.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/LabelFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/LabelFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/LabelSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/LabelSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/Likelihood.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/LogoRecognitionAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/LogoRecognitionAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/NormalizedBoundingBox.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/NormalizedBoundingBoxOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/NormalizedBoundingPoly.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/NormalizedBoundingPolyOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/NormalizedVertex.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/NormalizedVertexOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ObjectTrackingAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ObjectTrackingAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ObjectTrackingConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ObjectTrackingConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ObjectTrackingFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ObjectTrackingFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/PersonDetectionAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/PersonDetectionAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/PersonDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/PersonDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ShotChangeDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ShotChangeDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/SpeechContext.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/SpeechContextOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/SpeechRecognitionAlternative.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/SpeechRecognitionAlternativeOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/SpeechTranscription.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/SpeechTranscriptionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/SpeechTranscriptionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/SpeechTranscriptionOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingAnnotateVideoRequest.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingAnnotateVideoRequestOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingAnnotateVideoResponse.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingAnnotateVideoResponseOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingAutomlClassificationConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingAutomlClassificationConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingAutomlObjectTrackingConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingAutomlObjectTrackingConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingExplicitContentDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingExplicitContentDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingFeature.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingLabelDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingLabelDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingObjectTrackingConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingObjectTrackingConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingShotChangeDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingShotChangeDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingStorageConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingStorageConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingVideoAnnotationResults.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingVideoAnnotationResultsOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingVideoConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/StreamingVideoConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/TextAnnotation.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/TextAnnotationOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/TextDetectionConfig.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/TextDetectionConfigOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/TextFrame.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/TextFrameOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/TextSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/TextSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/TimestampedObject.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/TimestampedObjectOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/Track.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/TrackOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/VideoAnnotationProgress.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/VideoAnnotationProgressOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/VideoAnnotationResults.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/VideoAnnotationResultsOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/VideoContext.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/VideoContextOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/VideoIntelligenceServiceProto.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/VideoSegment.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/VideoSegmentOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/WordInfo.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/WordInfoOrBuilder.java" - }, - { - "path": "proto-google-cloud-video-intelligence-v1p3beta1/src/main/proto/google/cloud/videointelligence/v1p3beta1/video_intelligence.proto" - }, - { - "path": "renovate.json" - }, - { - "path": "samples/src/main/java/com/google/cloud/examples/videointelligence/v1p3beta1/VideoDetectLogoBeta.java" - }, - { - "path": "samples/src/main/java/com/google/cloud/examples/videointelligence/v1p3beta1/VideoDetectLogoGcsBeta.java" - }, - { - "path": "synth.metadata" - }, - { - "path": "synth.py" - }, - { - "path": "versions.txt" - } ] } \ No newline at end of file