tencentcloud-sdk-nlp 1.0.200

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c8132bd3df7d7ef1da060cc7b2cc28e13a744eff
4
+ data.tar.gz: 9ad437c4a4bbe39942e61899929dbfacf179adcf
5
+ SHA512:
6
+ metadata.gz: 93fc6e23f47b0c98cca5ca7c4b8643c02e485e7ce37436179c1abb762771517e7f24cb91e1a39400a2f625f98e9d8a9ab08e720e2ba75de348af05a5292f4cc1
7
+ data.tar.gz: c5eed49adecf2a03fbe40a01f6035b793e7773423a7fe1ac682feb4e1c6c87d0330cac65ff198bd8ebdcdfcf57a2fe0ad22921711ddf2dfcfaeecbb97571f08a
data/lib/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.0.200
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'tencentcloud-sdk-common'
4
+
5
+ require_relative 'v20190408/client'
6
+ require_relative 'v20190408/models'
7
+
8
+ module TencentCloud
9
+ module Nlp
10
+ end
11
+ end