| Index: generated/googleapis_beta/lib/speech/v1beta1.dart
|
| diff --git a/generated/googleapis_beta/lib/speech/v1beta1.dart b/generated/googleapis_beta/lib/speech/v1beta1.dart
|
| index 40c4445d784bfbc4831796d992918cc6d8b9ce9d..4554427c11f5ac9255aeda8a74206f5af6b38902 100644
|
| --- a/generated/googleapis_beta/lib/speech/v1beta1.dart
|
| +++ b/generated/googleapis_beta/lib/speech/v1beta1.dart
|
| @@ -517,7 +517,8 @@ class Operation {
|
| /**
|
| * Contains audio data in the encoding specified in the `RecognitionConfig`.
|
| * Either `content` or `uri` must be supplied. Supplying both or neither
|
| - * returns google.rpc.Code.INVALID_ARGUMENT.
|
| + * returns google.rpc.Code.INVALID_ARGUMENT. See
|
| + * [audio limits](https://cloud.google.com/speech/limits#content).
|
| */
|
| class RecognitionAudio {
|
| /**
|
| @@ -539,7 +540,7 @@ class RecognitionAudio {
|
| * supported, which must be specified in the following format:
|
| * `gs://bucket_name/object_name` (other URI formats return
|
| * google.rpc.Code.INVALID_ARGUMENT). For more information, see
|
| - * [Request URIs](/storage/docs/reference-uris).
|
| + * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
|
| */
|
| core.String uri;
|
|
|
| @@ -598,8 +599,9 @@ class RecognitionConfig {
|
| * [Optional] The language of the supplied audio as a BCP-47 language tag.
|
| * Example: "en-GB" https://www.rfc-editor.org/rfc/bcp/bcp47.txt
|
| * If omitted, defaults to "en-US". See
|
| - * [Language Support](/speech/docs/best-practices#language_support) for
|
| - * a list of the currently supported language codes.
|
| + * [Language
|
| + * Support](https://cloud.google.com/speech/docs/best-practices#language_support)
|
| + * for a list of the currently supported language codes.
|
| */
|
| core.String languageCode;
|
| /**
|
| @@ -684,9 +686,12 @@ class RecognitionConfig {
|
| */
|
| class SpeechContext {
|
| /**
|
| - * [Optional] A list of up to 50 phrases of up to 100 characters each to
|
| - * provide words and phrases "hints" to the speech recognition so that it is
|
| - * more likely to recognize them.
|
| + * [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).
|
| */
|
| core.List<core.String> phrases;
|
|
|
|
|