View Source GoogleApi.Translate.V3.Model.ImportAdaptiveMtFileRequest (google_api_translate v0.21.0)
The request for importing an AdaptiveMt file along with its sentences.
Attributes
-
fileInputSource
(type:GoogleApi.Translate.V3.Model.FileInputSource.t
, default:nil
) - Inline file source. -
gcsInputSource
(type:GoogleApi.Translate.V3.Model.GcsInputSource.t
, default:nil
) - Google Cloud Storage file source.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Translate.V3.Model.ImportAdaptiveMtFileRequest{ fileInputSource: GoogleApi.Translate.V3.Model.FileInputSource.t() | nil, gcsInputSource: GoogleApi.Translate.V3.Model.GcsInputSource.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.