com.qcloud.Module.Tmt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qcloud-java-sdk Show documentation
Show all versions of qcloud-java-sdk Show documentation
Tencent Cloud Open API SDK for Java
Copyright (C) Tencent Cloud
All Rights Reserved.
版权所有 (C)腾讯云
http://www.qcloud.com
The newest version!
package com.qcloud.Module;
/*
* Tencent Machine Translation.
*
* see document:
* https://cloud.tencent.com/document/product/551
*
*/
public class Tmt extends Base {
public Tmt() {
serverHost = "tmt.api.qcloud.com";
}
}