Modules§

Structs§

  • Message sent by the client for the CreateCustomClass method.
  • Message sent by the client for the CreatePhraseSet method.
  • A set of words or phrases that represents a common concept likely to appear in your audio, for example a list of passenger ship names. CustomClass items can be substituted into placeholders that you set in PhraseSet phrases.
  • Message sent by the client for the DeleteCustomClass method.
  • Message sent by the client for the DeletePhraseSet method.
  • Message sent by the client for the GetCustomClass method.
  • Message sent by the client for the GetPhraseSet method.
  • Message sent by the client for the ListCustomClasses method.
  • Message returned to the client by the ListCustomClasses method.
  • Message sent by the client for the ListPhraseSet method.
  • Message returned to the client by the ListPhraseSet method.
  • Describes the progress of a long-running LongRunningRecognize call. It is included in the metadata field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.
  • The top-level message sent by the client for the LongRunningRecognize method.
  • The only message returned to the client by the LongRunningRecognize method. It contains the result as zero or more sequential SpeechRecognitionResult messages. It is included in the result.response field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.
  • Provides “hints” to the speech recognizer to favor specific words and phrases in the results.
  • 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][google.rpc.Code.INVALID_ARGUMENT]. See content limits.
  • Provides information to the recognizer that specifies how to process the request.
  • Description of audio data to be recognized.
  • The top-level message sent by the client for the Recognize method.
  • The only message returned to the client by the Recognize method. It contains the result as zero or more sequential SpeechRecognitionResult messages.
  • Config to enable speaker diarization.
  • Speech adaptation configuration.
  • Information on speech adaptation use in results
  • Provides “hints” to the speech recognizer to favor specific words and phrases in the results.
  • Alternative hypotheses (a.k.a. n-best list).
  • A speech recognition result corresponding to a portion of the audio.
  • Provides information to the recognizer that specifies how to process the request.
  • A streaming speech recognition result corresponding to a portion of the audio that is currently being processed.
  • The top-level message sent by the client for the StreamingRecognize method. Multiple StreamingRecognizeRequest messages are sent. The first message must contain a streaming_config message and must not contain audio_content. All subsequent messages must contain audio_content and must not contain a streaming_config message.
  • StreamingRecognizeResponse is the only message returned to the client by StreamingRecognize. A series of zero or more StreamingRecognizeResponse messages are streamed back to the client. If there is no recognizable audio, and single_utterance is set to false, then no messages are streamed back to the client.
  • Transcription normalization configuration. Use transcription normalization to automatically replace parts of the transcript with phrases of your choosing. For StreamingRecognize, this normalization only applies to stable partial transcripts (stability > 0.8) and final transcripts.
  • Specifies an optional destination for the recognition results.
  • Message sent by the client for the UpdateCustomClass method.
  • Message sent by the client for the UpdatePhraseSet method.
  • Word-specific information for recognized words.