GoogleApi.Speech.V1.Model.CustomClass (google_api_speech v0.26.0) View Source

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.

Attributes

  • customClassId (type: String.t, default: nil) - If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.
  • items (type: list(GoogleApi.Speech.V1.Model.ClassItem.t), default: nil) - A collection of class items.
  • name (type: String.t, default: nil) - The resource name of the custom class.

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.CustomClass{
  customClassId: String.t() | nil,
  items: [GoogleApi.Speech.V1.Model.ClassItem.t()] | nil,
  name: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.