Method: TxTranslate::TencentFy#encode_parameters
- Defined in:
- lib/tx_translate/tencent_fy.rb
#encode_parameters ⇒ Object
43 44 45 46 47 |
# File 'lib/tx_translate/tencent_fy.rb', line 43 def encode_parameters 'Action=TextTranslate' + '&Nonce=1234' + '&ProjectId=1257710951' + "&Region=#{region}" \ "&SecretId=#{secret_id}" + '&Source=en' + '&SourceText=' + @escape_text + '&Target=zh' + '&Timestamp=' + + '&Version=2018-03-21' end |