Registry /
cloud / tencentcloud-tencentcloud-sdk-go-tencentcloud-tmt
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
tmt
✓ github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tmt
Create a Tencent Cloud TMT (Machine Translation) client.
package main
import (
"fmt"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tmt"
)
func main() {
client, _ := tmt.NewClientWithSecretId("secretId", "secretKey", "ap-guangzhou")
fmt.Println(client)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.1051latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.