Browse Source

ALIMT SDK Auto Released By xulei.xl,Version:1.41.2

Signed-off-by: yixiong.jxy <yixiong.jxy@alibaba-inc.com>
yixiong.jxy 7 years ago
parent
commit
e7fa3a5c9e
3 changed files with 5 additions and 0 deletions
  1. 3 0
      ChangeLog.txt
  2. 1 0
      services/alimt/translate_e_commerce.go
  3. 1 0
      services/alimt/translate_general.go

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2018-11-22 Version: 1.41.2
+1, Increase the scene field
+
 2018-11-22 Version: 1.41.1
 1, Provide attribute info for DescribePricingModule api.
 

+ 1 - 0
services/alimt/translate_e_commerce.go

@@ -80,6 +80,7 @@ type TranslateECommerceRequest struct {
 	SourceText     string `position:"Body" name:"SourceText"`
 	FormatType     string `position:"Body" name:"FormatType"`
 	TargetLanguage string `position:"Body" name:"TargetLanguage"`
+	Scene          string `position:"Body" name:"Scene"`
 }
 
 // TranslateECommerceResponse is the response struct for api TranslateECommerce

+ 1 - 0
services/alimt/translate_general.go

@@ -80,6 +80,7 @@ type TranslateGeneralRequest struct {
 	SourceText     string `position:"Body" name:"SourceText"`
 	FormatType     string `position:"Body" name:"FormatType"`
 	TargetLanguage string `position:"Body" name:"TargetLanguage"`
+	Scene          string `position:"Body" name:"Scene"`
 }
 
 // TranslateGeneralResponse is the response struct for api TranslateGeneral