Uses of Class
com.tencentcloudapi.tmt.v20180321.models.TextTranslateBatchResponse
-
Packages that use TextTranslateBatchResponse Package Description com.tencentcloudapi.tmt.v20180321 com.tencentcloudapi.tmt.v20180321.models -
-
Uses of TextTranslateBatchResponse in com.tencentcloudapi.tmt.v20180321
Methods in com.tencentcloudapi.tmt.v20180321 that return TextTranslateBatchResponse Modifier and Type Method Description TextTranslateBatchResponseTmtClient. TextTranslateBatch(TextTranslateBatchRequest req)文本翻译的批量接口 -
Uses of TextTranslateBatchResponse in com.tencentcloudapi.tmt.v20180321.models
Constructors in com.tencentcloudapi.tmt.v20180321.models with parameters of type TextTranslateBatchResponse Constructor Description TextTranslateBatchResponse(TextTranslateBatchResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-