GoogleApi.Speech.V1.Model.TranscriptOutputConfig (google_api_speech v0.26.0) View Source
Specifies an optional destination for the recognition results.
Attributes
-
gcsUri
(type:String.t
, default:nil
) - Specifies a Cloud Storage URI for the recognition results. Must be specified in the format:gs://bucket_name/object_name
, and the bucket must already exist.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Speech.V1.Model.TranscriptOutputConfig{ gcsUri: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.