Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: generated/googleapis_beta/lib/speech/v1beta1.dart

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis_beta/lib/genomics/v1beta2.dart ('k') | generated/googleapis_beta/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « generated/googleapis_beta/lib/genomics/v1beta2.dart ('k') | generated/googleapis_beta/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698