GoogleApi.Speech.V1.Model.ListCustomClassesResponse (google_api_speech v0.26.0) View Source
Message returned to the client by the ListCustomClasses method.
Attributes
-
customClasses(type:list(GoogleApi.Speech.V1.Model.CustomClass.t), default:nil) - The custom classes. -
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.
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.ListCustomClassesResponse{
customClasses: [GoogleApi.Speech.V1.Model.CustomClass.t()] | nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.