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

Unified Diff: generated/googleapis/lib/speech/v1.dart

Issue 3003493002: Api-Roll 53: 2017-08-21 (Closed)
Patch Set: Created 3 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/lib/spanner/v1.dart ('k') | generated/googleapis/lib/storage/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/speech/v1.dart
diff --git a/generated/googleapis/lib/speech/v1.dart b/generated/googleapis/lib/speech/v1.dart
index 11ecaac8b8174ec35dd129bf1d5d8c7f0d0ab2ac..5b0c2b802f78e0923078fcc9005e584a52dc4a43 100644
--- a/generated/googleapis/lib/speech/v1.dart
+++ b/generated/googleapis/lib/speech/v1.dart
@@ -581,9 +581,10 @@ class RecognitionAudio {
*/
class RecognitionConfig {
/**
- * *Optional* If `true`, a list of `words` are returned in the top result,
- * containing the start and end timestamps for those words. The default value,
- * 'false' does not return any word-level timing information.
+ * *Optional* If `true`, the top result includes a list of words and
+ * the start and end time offsets (timestamps) for those words. If
+ * `false`, no word-level time offset information is returned. The default is
+ * `false`.
*/
core.bool enableWordTimeOffsets;
/**
@@ -825,7 +826,7 @@ class SpeechRecognitionAlternative {
*/
core.String transcript;
/**
- * *Output-only* List of word-specific information for each recognized word.
+ * *Output-only* A list of word-specific information for each recognized word.
*/
core.List<WordInfo> words;
@@ -863,7 +864,7 @@ class SpeechRecognitionResult {
/**
* *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 first/top
+ * These alternatives are ordered in terms of accuracy, with the top (first)
* alternative being the most probable, as ranked by the recognizer.
*/
core.List<SpeechRecognitionAlternative> alternatives;
@@ -989,8 +990,9 @@ class Status {
}
/**
- * Word-specific information detected along with speech recognition when certain
- * request parameters are set.
+ * Word-specific information for recognized words. Word information is only
+ * included in the response when certain request parameters are set, such
+ * as `enable_word_time_offsets`.
*/
class WordInfo {
/**
« no previous file with comments | « generated/googleapis/lib/spanner/v1.dart ('k') | generated/googleapis/lib/storage/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698