Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 633 Bytes

File metadata and controls

17 lines (10 loc) · 633 Bytes

Phrase::MachineTranslationSettingsUpdateParameters

Properties

Name Type Description Notes
default_service String The machine translation engine to use as the account default. Supported values: language_ai_translate, aita_translate, microsoft_translate, google_translate, amazon_translate, intento_translate, gpt_translate. Pass null or an empty string to reset to the plan default. [optional]

Code Sample

require 'Phrase'

instance = Phrase::MachineTranslationSettingsUpdateParameters.new(default_service: google_translate)