tencentcloud-sdk-tms 1.0.229 → 1.0.230

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de05b5f8e19b4e91a735c29f7d7b0a5b4faf5632
4
- data.tar.gz: a1054c96614736a85bc98555bee496d79648da12
3
+ metadata.gz: a97b246eff98800caf559687c6fc7521328497ab
4
+ data.tar.gz: b9e819c0a9f12609b7f6a7bb0d95d08f51b074a9
5
5
  SHA512:
6
- metadata.gz: ac56c29c9d7374e440fdc6354c8143bce3e734bebb5752194764ed65ae6a9a93c77640f448d5eed99ea29266f60ad8f70dd4a93196f7a92fd6e57b4a86a9d453
7
- data.tar.gz: 642b34f609ed9cb7f226ce15ee3ad774d0bff6cd0b70da5bc38535fd4ac36b363af05aac952ca0e58753250c5acf662143d6cb871c0fa164b0a5979a8669ab4b
6
+ metadata.gz: e4ccc87cc0d5bd9365118eb37e5ef8bbdd28414633b8105287194959a5b7cc0c8183df7906c59fe2c1ef8a9cebd9cde0bf6f741aaa367db515435283ed17b14c
7
+ data.tar.gz: e8ed3b28b6c12121108164cd2ce575535b473d4785a7cb87262ea6ea8fbc748959c076728012485ceafadc60aa51fbc3f374bc0e7727ed79c3c4ca96d9af0469
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.229
1
+ 1.0.230
@@ -132,7 +132,7 @@ module TencentCloud
132
132
 
133
133
  # TextModeration请求参数结构体
134
134
  class TextModerationRequest < TencentCloud::Common::AbstractModel
135
- # @param Content: 该字段表示待检测对象的文本内容,长度不能超过10000(按unicode编码计算)
135
+ # @param Content: 该字段表示待检测对象的文本内容,文本需要按utf-8格式编码,长度不能超过10000(按unicode编码计算),并进行 Base64加密
136
136
  # @type Content: String
137
137
  # @param BizType: 该字段表示策略的具体编号,用于接口调度,在内容安全控制台中可配置。若不传入Biztype参数(留空),则代表采用默认的识别策略;传入则会在审核时根据业务场景采取不同的审核策略。<br>备注:Biztype仅为数字、字母与下划线的组合,长度为3-32个字符;不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype
138
138
  # @type BizType: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.229
4
+ version: 1.0.230
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-22 00:00:00.000000000 Z
11
+ date: 2021-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common