Google Cloud Speech gRPC API v0.4.0 Google.Cloud.Speech.V1.RecognitionConfig View Source

Auto-generated from googleapis/google/cloud/speech/v1/cloud_speech.proto

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Google.Cloud.Speech.V1.RecognitionConfig{
  audio_channel_count: integer(),
  enable_automatic_punctuation: boolean(),
  enable_separate_recognition_per_channel: boolean(),
  enable_word_time_offsets: boolean(),
  encoding: atom() | integer(),
  language_code: String.t(),
  max_alternatives: integer(),
  metadata: Google.Cloud.Speech.V1.RecognitionMetadata.t() | nil,
  model: String.t(),
  profanity_filter: boolean(),
  sample_rate_hertz: integer(),
  speech_contexts: [Google.Cloud.Speech.V1.SpeechContext.t()],
  use_enhanced: boolean()
}

Link to this section Functions