Skip to content

Commit

Permalink
style: Fix rstcheck's "Title underline too short."
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext authored Dec 18, 2024
1 parent db0da15 commit 8abafcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/library-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Returns the most likely transcription if ``show_all`` is false (the default). Ot
Raises a ``speech_recognition.UnknownValueError`` exception if the speech is unintelligible. Raises a ``speech_recognition.RequestError`` exception if the speech recognition operation failed, if the key isn't valid, or if there is no internet connection.

``recognizer_instance.recognize_google_cloud(audio_data: AudioData, credentials_json: Union[str, None] = None, language: str = "en-US", preferred_phrases: Union[Iterable[str], None] = None, show_all: bool = False, **api_params) -> Union[str, Dict[str, Any]]``
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Performs speech recognition on ``audio_data`` (an ``AudioData`` instance), using the Google Cloud Speech API.

Expand Down

0 comments on commit 8abafcb

Please sign in to comment.