View Source GoogleApi.Speech.V1.Model.TranscriptOutputConfig (google_api_speech v0.28.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Speech.V1.Model.TranscriptOutputConfig{
  gcsUri: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.