@@ -405,19 +405,19 @@ def _make_request_stream(sample, language_code=None, max_alternatives=None,
405
405
will return a maximum of 1. Defaults to 1
406
406
407
407
:type profanity_filter: bool
408
- :param profanity_filter: If True, the server will attempt to filter
409
- out profanities, replacing all but the
408
+ :param profanity_filter: (Optional) If True, the server will attempt to
409
+ filter out profanities, replacing all but the
410
410
initial character in each filtered word with
411
411
asterisks, e.g. ``'f***'``. If False or
412
412
omitted, profanities won't be filtered out.
413
413
414
414
:type speech_context: list
415
- :param speech_context: A list of strings (max 50) containing words and
416
- phrases "hints" so that the speech recognition
417
- is more likely to recognize them. This can be
418
- used to improve the accuracy for specific words
419
- and phrases. This can also be used to add new
420
- words to the vocabulary of the recognizer.
415
+ :param speech_context: (Optional) A list of strings (max 50) containing
416
+ words and phrases "hints" so that the speech
417
+ recognition is more likely to recognize them.
418
+ This can be used to improve the accuracy for
419
+ specific words and phrases. This can also be used to
420
+ add new words to the vocabulary of the recognizer.
421
421
422
422
:type single_utterance: bool
423
423
:param single_utterance: (Optional) If false or omitted, the recognizer
0 commit comments