tencentcloud-sdk-nodejs-waf 4.1.226 → 4.1.228
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.
package/package.json
CHANGED
|
@@ -6438,13 +6438,17 @@ export interface CreateRateLimitV2Response {
|
|
|
6438
6438
|
*/
|
|
6439
6439
|
export interface PromptDetectResult {
|
|
6440
6440
|
/**
|
|
6441
|
-
*
|
|
6441
|
+
* <p>检测结果</p>
|
|
6442
6442
|
*/
|
|
6443
6443
|
Result?: string;
|
|
6444
6444
|
/**
|
|
6445
|
-
*
|
|
6445
|
+
* <p>置信度</p>
|
|
6446
6446
|
*/
|
|
6447
6447
|
Confidence?: number;
|
|
6448
|
+
/**
|
|
6449
|
+
* <p>检出类别</p>
|
|
6450
|
+
*/
|
|
6451
|
+
Category?: Array<string>;
|
|
6448
6452
|
}
|
|
6449
6453
|
/**
|
|
6450
6454
|
* ModifyOwaspRuleTypeAction请求参数结构体
|