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 { |
/** |