View Source GoogleApi.Translate.V3.Model.RomanizeTextResponse (google_api_translate v0.21.0)
The response message for synchronous romanization.
Attributes
-
romanizations
(type:list(GoogleApi.Translate.V3.Model.Romanization.t)
, default:nil
) - Text romanization responses. This field has the same length ascontents
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Translate.V3.Model.RomanizeTextResponse{ romanizations: [GoogleApi.Translate.V3.Model.Romanization.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.