GoogleApi.Speech.V1.Model.ListPhraseSetResponse (google_api_speech v0.26.1) View Source
Message returned to the client by the ListPhraseSet method.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento 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.
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.ListPhraseSetResponse{
nextPageToken: String.t() | nil,
phraseSets: [GoogleApi.Speech.V1.Model.PhraseSet.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.