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

Message returned to the client by the ListPhraseSet method.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • phraseSets (type: list(GoogleApi.Speech.V1.Model.PhraseSet.t), default: nil) - The phrase set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Speech.V1.Model.ListPhraseSetResponse{
  nextPageToken: String.t() | nil,
  phraseSets: [GoogleApi.Speech.V1.Model.PhraseSet.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.