tencentcloud-sdk-nodejs-mps 4.1.259 → 4.1.261
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
|
@@ -23563,9 +23563,13 @@ export interface ModifyLiveRecordTemplateRequest {
|
|
|
23563
23563
|
*/
|
|
23564
23564
|
export interface ImageProcessPrompt {
|
|
23565
23565
|
/**
|
|
23566
|
-
*
|
|
23566
|
+
* <p>图片处理相关的prompt。</p>
|
|
23567
23567
|
*/
|
|
23568
23568
|
Prompt?: string;
|
|
23569
|
+
/**
|
|
23570
|
+
* <p>prompt 对应的 role。</p>
|
|
23571
|
+
*/
|
|
23572
|
+
Role?: string;
|
|
23569
23573
|
}
|
|
23570
23574
|
/**
|
|
23571
23575
|
* ModifySmartSubtitleTemplate请求参数结构体
|