@alicloud/aimiaobi20230801 1.45.0 → 1.45.2

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.
Files changed (1557) hide show
  1. package/dist/client.d.ts +903 -477
  2. package/dist/client.js +925 -478
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddAuditTermsRequest.d.ts +22 -0
  5. package/dist/models/AddAuditTermsRequest.js.map +1 -1
  6. package/dist/models/AddAuditTermsResponseBody.d.ts +22 -1
  7. package/dist/models/AddAuditTermsResponseBody.js.map +1 -1
  8. package/dist/models/AddAuditTermsShrinkRequest.d.ts +22 -0
  9. package/dist/models/AddAuditTermsShrinkRequest.js.map +1 -1
  10. package/dist/models/AddDatasetDocumentRequest.d.ts +191 -14
  11. package/dist/models/AddDatasetDocumentRequest.js.map +1 -1
  12. package/dist/models/AddDatasetDocumentResponseBody.d.ts +49 -1
  13. package/dist/models/AddDatasetDocumentResponseBody.js.map +1 -1
  14. package/dist/models/AddDatasetDocumentShrinkRequest.d.ts +10 -0
  15. package/dist/models/AddDatasetDocumentShrinkRequest.js.map +1 -1
  16. package/dist/models/AsyncCreateClipsTaskRequest.d.ts +255 -0
  17. package/dist/models/AsyncCreateClipsTaskRequest.js +6 -0
  18. package/dist/models/AsyncCreateClipsTaskRequest.js.map +1 -1
  19. package/dist/models/AsyncCreateClipsTaskResponseBody.d.ts +33 -0
  20. package/dist/models/AsyncCreateClipsTaskResponseBody.js.map +1 -1
  21. package/dist/models/AsyncCreateClipsTaskShrinkRequest.d.ts +176 -0
  22. package/dist/models/AsyncCreateClipsTaskShrinkRequest.js +6 -0
  23. package/dist/models/AsyncCreateClipsTaskShrinkRequest.js.map +1 -1
  24. package/dist/models/AsyncCreateClipsTimeLineRequest.d.ts +16 -0
  25. package/dist/models/AsyncCreateClipsTimeLineRequest.js.map +1 -1
  26. package/dist/models/AsyncCreateClipsTimeLineResponseBody.d.ts +32 -1
  27. package/dist/models/AsyncCreateClipsTimeLineResponseBody.js.map +1 -1
  28. package/dist/models/AsyncCreateClipsTimeLineShrinkRequest.d.ts +16 -0
  29. package/dist/models/AsyncCreateClipsTimeLineShrinkRequest.js.map +1 -1
  30. package/dist/models/AsyncEditTimelineRequest.d.ts +85 -0
  31. package/dist/models/AsyncEditTimelineRequest.js.map +1 -1
  32. package/dist/models/AsyncEditTimelineResponseBody.d.ts +39 -1
  33. package/dist/models/AsyncEditTimelineResponseBody.js.map +1 -1
  34. package/dist/models/AsyncEditTimelineShrinkRequest.d.ts +13 -0
  35. package/dist/models/AsyncEditTimelineShrinkRequest.js.map +1 -1
  36. package/dist/models/AsyncUploadTenderDocRequest.d.ts +9 -0
  37. package/dist/models/AsyncUploadTenderDocRequest.js.map +1 -1
  38. package/dist/models/AsyncUploadTenderDocResponseBody.d.ts +19 -0
  39. package/dist/models/AsyncUploadTenderDocResponseBody.js.map +1 -1
  40. package/dist/models/AsyncUploadVideoRequest.d.ts +70 -1
  41. package/dist/models/AsyncUploadVideoRequest.js.map +1 -1
  42. package/dist/models/AsyncUploadVideoResponseBody.d.ts +35 -0
  43. package/dist/models/AsyncUploadVideoResponseBody.js.map +1 -1
  44. package/dist/models/AsyncUploadVideoShrinkRequest.d.ts +38 -1
  45. package/dist/models/AsyncUploadVideoShrinkRequest.js.map +1 -1
  46. package/dist/models/AsyncWritingBiddingDocRequest.d.ts +16 -0
  47. package/dist/models/AsyncWritingBiddingDocRequest.js.map +1 -1
  48. package/dist/models/AsyncWritingBiddingDocResponseBody.d.ts +19 -0
  49. package/dist/models/AsyncWritingBiddingDocResponseBody.js.map +1 -1
  50. package/dist/models/BindPptArtifactRequest.d.ts +7 -0
  51. package/dist/models/BindPptArtifactRequest.js.map +1 -1
  52. package/dist/models/BindPptArtifactResponseBody.d.ts +19 -0
  53. package/dist/models/BindPptArtifactResponseBody.js.map +1 -1
  54. package/dist/models/CancelAsyncTaskRequest.d.ts +7 -0
  55. package/dist/models/CancelAsyncTaskRequest.js.map +1 -1
  56. package/dist/models/CancelAsyncTaskResponseBody.d.ts +20 -2
  57. package/dist/models/CancelAsyncTaskResponseBody.js.map +1 -1
  58. package/dist/models/CancelAuditTaskRequest.d.ts +9 -0
  59. package/dist/models/CancelAuditTaskRequest.js.map +1 -1
  60. package/dist/models/CancelAuditTaskResponseBody.d.ts +16 -1
  61. package/dist/models/CancelAuditTaskResponseBody.js.map +1 -1
  62. package/dist/models/CancelDeepWriteTaskRequest.d.ts +6 -0
  63. package/dist/models/CancelDeepWriteTaskRequest.js.map +1 -1
  64. package/dist/models/CancelDeepWriteTaskResponseBody.d.ts +30 -1
  65. package/dist/models/CancelDeepWriteTaskResponseBody.js.map +1 -1
  66. package/dist/models/ClearIntervenesRequest.d.ts +2 -0
  67. package/dist/models/ClearIntervenesRequest.js.map +1 -1
  68. package/dist/models/ClearIntervenesResponseBody.d.ts +34 -1
  69. package/dist/models/ClearIntervenesResponseBody.js.map +1 -1
  70. package/dist/models/ConfirmAndPostProcessAuditNoteRequest.d.ts +4 -0
  71. package/dist/models/ConfirmAndPostProcessAuditNoteRequest.js.map +1 -1
  72. package/dist/models/ConfirmAndPostProcessAuditNoteResponseBody.d.ts +15 -0
  73. package/dist/models/ConfirmAndPostProcessAuditNoteResponseBody.js.map +1 -1
  74. package/dist/models/CreateDataPermissionsRequest.d.ts +17 -0
  75. package/dist/models/CreateDataPermissionsRequest.js.map +1 -1
  76. package/dist/models/CreateDataPermissionsResponseBody.d.ts +15 -0
  77. package/dist/models/CreateDataPermissionsResponseBody.js.map +1 -1
  78. package/dist/models/CreateDataPermissionsShrinkRequest.d.ts +8 -0
  79. package/dist/models/CreateDataPermissionsShrinkRequest.js.map +1 -1
  80. package/dist/models/CreateDatasetRequest.d.ts +197 -3
  81. package/dist/models/CreateDatasetRequest.js.map +1 -1
  82. package/dist/models/CreateDatasetResponseBody.d.ts +40 -0
  83. package/dist/models/CreateDatasetResponseBody.js.map +1 -1
  84. package/dist/models/CreateDatasetShrinkRequest.d.ts +41 -1
  85. package/dist/models/CreateDatasetShrinkRequest.js.map +1 -1
  86. package/dist/models/CreateGeneralConfigRequest.d.ts +22 -0
  87. package/dist/models/CreateGeneralConfigRequest.js.map +1 -1
  88. package/dist/models/CreateGeneralConfigResponseBody.d.ts +31 -0
  89. package/dist/models/CreateGeneralConfigResponseBody.js.map +1 -1
  90. package/dist/models/CreateGeneratedContentRequest.d.ts +40 -0
  91. package/dist/models/CreateGeneratedContentRequest.js.map +1 -1
  92. package/dist/models/CreateGeneratedContentResponseBody.d.ts +20 -2
  93. package/dist/models/CreateGeneratedContentResponseBody.js.map +1 -1
  94. package/dist/models/CreateGeneratedContentShrinkRequest.d.ts +40 -0
  95. package/dist/models/CreateGeneratedContentShrinkRequest.js.map +1 -1
  96. package/dist/models/CreateTokenRequest.d.ts +2 -0
  97. package/dist/models/CreateTokenRequest.js.map +1 -1
  98. package/dist/models/CreateTokenResponseBody.d.ts +27 -2
  99. package/dist/models/CreateTokenResponseBody.js.map +1 -1
  100. package/dist/models/DeleteAuditNoteRequest.d.ts +6 -0
  101. package/dist/models/DeleteAuditNoteRequest.js.map +1 -1
  102. package/dist/models/DeleteAuditNoteResponseBody.d.ts +15 -0
  103. package/dist/models/DeleteAuditNoteResponseBody.js.map +1 -1
  104. package/dist/models/DeleteAuditTermsRequest.d.ts +6 -0
  105. package/dist/models/DeleteAuditTermsRequest.js.map +1 -1
  106. package/dist/models/DeleteAuditTermsResponseBody.d.ts +16 -1
  107. package/dist/models/DeleteAuditTermsResponseBody.js.map +1 -1
  108. package/dist/models/DeleteAuditTermsShrinkRequest.d.ts +6 -0
  109. package/dist/models/DeleteAuditTermsShrinkRequest.js.map +1 -1
  110. package/dist/models/DeleteCustomTextRequest.d.ts +11 -0
  111. package/dist/models/DeleteCustomTextRequest.js.map +1 -1
  112. package/dist/models/DeleteCustomTextResponseBody.d.ts +21 -3
  113. package/dist/models/DeleteCustomTextResponseBody.js.map +1 -1
  114. package/dist/models/DeleteCustomTopicByTopicRequest.d.ts +4 -0
  115. package/dist/models/DeleteCustomTopicByTopicRequest.js.map +1 -1
  116. package/dist/models/DeleteCustomTopicByTopicResponseBody.d.ts +18 -0
  117. package/dist/models/DeleteCustomTopicByTopicResponseBody.js.map +1 -1
  118. package/dist/models/DeleteCustomTopicViewPointByIdRequest.d.ts +4 -0
  119. package/dist/models/DeleteCustomTopicViewPointByIdRequest.js.map +1 -1
  120. package/dist/models/DeleteCustomTopicViewPointByIdResponseBody.d.ts +18 -0
  121. package/dist/models/DeleteCustomTopicViewPointByIdResponseBody.js.map +1 -1
  122. package/dist/models/DeleteDataPermissionsRequest.d.ts +4 -0
  123. package/dist/models/DeleteDataPermissionsRequest.js.map +1 -1
  124. package/dist/models/DeleteDataPermissionsResponseBody.d.ts +15 -0
  125. package/dist/models/DeleteDataPermissionsResponseBody.js.map +1 -1
  126. package/dist/models/DeleteDataPermissionsShrinkRequest.d.ts +4 -0
  127. package/dist/models/DeleteDataPermissionsShrinkRequest.js.map +1 -1
  128. package/dist/models/DeleteDatasetDocumentRequest.d.ts +14 -0
  129. package/dist/models/DeleteDatasetDocumentRequest.js.map +1 -1
  130. package/dist/models/DeleteDatasetDocumentResponseBody.d.ts +19 -0
  131. package/dist/models/DeleteDatasetDocumentResponseBody.js.map +1 -1
  132. package/dist/models/DeleteDatasetRequest.d.ts +4 -0
  133. package/dist/models/DeleteDatasetRequest.js.map +1 -1
  134. package/dist/models/DeleteDatasetResponseBody.d.ts +15 -0
  135. package/dist/models/DeleteDatasetResponseBody.js.map +1 -1
  136. package/dist/models/DeleteDocsRequest.d.ts +4 -0
  137. package/dist/models/DeleteDocsRequest.js.map +1 -1
  138. package/dist/models/DeleteDocsResponseBody.d.ts +15 -0
  139. package/dist/models/DeleteDocsResponseBody.js.map +1 -1
  140. package/dist/models/DeleteDocsShrinkRequest.d.ts +4 -0
  141. package/dist/models/DeleteDocsShrinkRequest.js.map +1 -1
  142. package/dist/models/DeleteFactAuditUrlRequest.d.ts +4 -0
  143. package/dist/models/DeleteFactAuditUrlRequest.js.map +1 -1
  144. package/dist/models/DeleteFactAuditUrlResponseBody.d.ts +15 -0
  145. package/dist/models/DeleteFactAuditUrlResponseBody.js.map +1 -1
  146. package/dist/models/DeleteGeneralConfigRequest.d.ts +4 -0
  147. package/dist/models/DeleteGeneralConfigRequest.js.map +1 -1
  148. package/dist/models/DeleteGeneralConfigResponseBody.d.ts +15 -0
  149. package/dist/models/DeleteGeneralConfigResponseBody.js.map +1 -1
  150. package/dist/models/DeleteGeneratedContentRequest.d.ts +4 -0
  151. package/dist/models/DeleteGeneratedContentRequest.js.map +1 -1
  152. package/dist/models/DeleteGeneratedContentResponseBody.d.ts +19 -1
  153. package/dist/models/DeleteGeneratedContentResponseBody.js.map +1 -1
  154. package/dist/models/DeleteInterveneRuleRequest.d.ts +5 -0
  155. package/dist/models/DeleteInterveneRuleRequest.js.map +1 -1
  156. package/dist/models/DeleteInterveneRuleResponseBody.d.ts +34 -1
  157. package/dist/models/DeleteInterveneRuleResponseBody.js.map +1 -1
  158. package/dist/models/DeleteMaterialByIdRequest.d.ts +4 -0
  159. package/dist/models/DeleteMaterialByIdRequest.js.map +1 -1
  160. package/dist/models/DeleteMaterialByIdResponseBody.d.ts +18 -0
  161. package/dist/models/DeleteMaterialByIdResponseBody.js.map +1 -1
  162. package/dist/models/DeletePptArtifactRequest.d.ts +10 -0
  163. package/dist/models/DeletePptArtifactRequest.js.map +1 -1
  164. package/dist/models/DeletePptArtifactResponseBody.d.ts +19 -0
  165. package/dist/models/DeletePptArtifactResponseBody.js.map +1 -1
  166. package/dist/models/DeleteStyleLearningResultRequest.d.ts +4 -0
  167. package/dist/models/DeleteStyleLearningResultRequest.js.map +1 -1
  168. package/dist/models/DeleteStyleLearningResultResponseBody.d.ts +18 -0
  169. package/dist/models/DeleteStyleLearningResultResponseBody.js.map +1 -1
  170. package/dist/models/DocumentExtractionRequest.d.ts +4 -0
  171. package/dist/models/DocumentExtractionRequest.js.map +1 -1
  172. package/dist/models/DocumentExtractionResponseBody.d.ts +52 -3
  173. package/dist/models/DocumentExtractionResponseBody.js.map +1 -1
  174. package/dist/models/DocumentExtractionShrinkRequest.d.ts +4 -0
  175. package/dist/models/DocumentExtractionShrinkRequest.js.map +1 -1
  176. package/dist/models/DownloadAuditNoteRequest.d.ts +9 -0
  177. package/dist/models/DownloadAuditNoteRequest.js.map +1 -1
  178. package/dist/models/DownloadAuditNoteResponseBody.d.ts +15 -0
  179. package/dist/models/DownloadAuditNoteResponseBody.js.map +1 -1
  180. package/dist/models/DownloadBiddingDocRequest.d.ts +6 -0
  181. package/dist/models/DownloadBiddingDocRequest.js.map +1 -1
  182. package/dist/models/DownloadBiddingDocResponseBody.d.ts +23 -1
  183. package/dist/models/DownloadBiddingDocResponseBody.js.map +1 -1
  184. package/dist/models/EditAuditTermsRequest.d.ts +18 -0
  185. package/dist/models/EditAuditTermsRequest.js.map +1 -1
  186. package/dist/models/EditAuditTermsResponseBody.d.ts +15 -0
  187. package/dist/models/EditAuditTermsResponseBody.js.map +1 -1
  188. package/dist/models/EditAuditTermsShrinkRequest.d.ts +18 -0
  189. package/dist/models/EditAuditTermsShrinkRequest.js.map +1 -1
  190. package/dist/models/EditBiddingDocRequest.d.ts +19 -0
  191. package/dist/models/EditBiddingDocRequest.js.map +1 -1
  192. package/dist/models/EditBiddingDocResponseBody.d.ts +19 -0
  193. package/dist/models/EditBiddingDocResponseBody.js.map +1 -1
  194. package/dist/models/ExportAnalysisTagDetailByTaskIdRequest.d.ts +10 -0
  195. package/dist/models/ExportAnalysisTagDetailByTaskIdRequest.js.map +1 -1
  196. package/dist/models/ExportAnalysisTagDetailByTaskIdResponseBody.d.ts +18 -0
  197. package/dist/models/ExportAnalysisTagDetailByTaskIdResponseBody.js.map +1 -1
  198. package/dist/models/ExportAnalysisTagDetailByTaskIdShrinkRequest.d.ts +10 -0
  199. package/dist/models/ExportAnalysisTagDetailByTaskIdShrinkRequest.js.map +1 -1
  200. package/dist/models/ExportAuditContentResultRequest.d.ts +6 -0
  201. package/dist/models/ExportAuditContentResultRequest.js.map +1 -1
  202. package/dist/models/ExportAuditContentResultResponseBody.d.ts +16 -1
  203. package/dist/models/ExportAuditContentResultResponseBody.js.map +1 -1
  204. package/dist/models/ExportCustomSourceAnalysisTaskRequest.d.ts +7 -0
  205. package/dist/models/ExportCustomSourceAnalysisTaskRequest.js.map +1 -1
  206. package/dist/models/ExportCustomSourceAnalysisTaskResponseBody.d.ts +18 -0
  207. package/dist/models/ExportCustomSourceAnalysisTaskResponseBody.js.map +1 -1
  208. package/dist/models/ExportGeneratedContentRequest.d.ts +4 -0
  209. package/dist/models/ExportGeneratedContentRequest.js.map +1 -1
  210. package/dist/models/ExportGeneratedContentResponseBody.d.ts +18 -0
  211. package/dist/models/ExportGeneratedContentResponseBody.js.map +1 -1
  212. package/dist/models/ExportHotTopicPlanningProposalsRequest.d.ts +35 -2
  213. package/dist/models/ExportHotTopicPlanningProposalsRequest.js.map +1 -1
  214. package/dist/models/ExportHotTopicPlanningProposalsResponseBody.d.ts +18 -0
  215. package/dist/models/ExportHotTopicPlanningProposalsResponseBody.js.map +1 -1
  216. package/dist/models/ExportHotTopicPlanningProposalsShrinkRequest.d.ts +35 -2
  217. package/dist/models/ExportHotTopicPlanningProposalsShrinkRequest.js.map +1 -1
  218. package/dist/models/ExportIntervenesRequest.d.ts +2 -0
  219. package/dist/models/ExportIntervenesRequest.js.map +1 -1
  220. package/dist/models/ExportIntervenesResponseBody.d.ts +22 -0
  221. package/dist/models/ExportIntervenesResponseBody.js.map +1 -1
  222. package/dist/models/ExportPptArtifactRequest.d.ts +14 -0
  223. package/dist/models/ExportPptArtifactRequest.js.map +1 -1
  224. package/dist/models/ExportPptArtifactResponseBody.d.ts +21 -1
  225. package/dist/models/ExportPptArtifactResponseBody.js.map +1 -1
  226. package/dist/models/FeedbackDialogueRequest.d.ts +23 -0
  227. package/dist/models/FeedbackDialogueRequest.js.map +1 -1
  228. package/dist/models/FeedbackDialogueResponseBody.d.ts +18 -3
  229. package/dist/models/FeedbackDialogueResponseBody.js.map +1 -1
  230. package/dist/models/FeedbackDialogueShrinkRequest.d.ts +23 -0
  231. package/dist/models/FeedbackDialogueShrinkRequest.js.map +1 -1
  232. package/dist/models/FetchExportTermsTaskRequest.d.ts +4 -0
  233. package/dist/models/FetchExportTermsTaskRequest.js.map +1 -1
  234. package/dist/models/FetchExportTermsTaskResponseBody.d.ts +23 -1
  235. package/dist/models/FetchExportTermsTaskResponseBody.js.map +1 -1
  236. package/dist/models/FetchExportWordTaskRequest.d.ts +5 -0
  237. package/dist/models/FetchExportWordTaskRequest.js.map +1 -1
  238. package/dist/models/FetchExportWordTaskResponseBody.d.ts +29 -0
  239. package/dist/models/FetchExportWordTaskResponseBody.js.map +1 -1
  240. package/dist/models/FetchImageTaskRequest.d.ts +6 -0
  241. package/dist/models/FetchImageTaskRequest.js.map +1 -1
  242. package/dist/models/FetchImageTaskResponseBody.d.ts +51 -2
  243. package/dist/models/FetchImageTaskResponseBody.js.map +1 -1
  244. package/dist/models/FetchImageTaskShrinkRequest.d.ts +6 -0
  245. package/dist/models/FetchImageTaskShrinkRequest.js.map +1 -1
  246. package/dist/models/FetchImportTermsTaskRequest.d.ts +4 -0
  247. package/dist/models/FetchImportTermsTaskRequest.js.map +1 -1
  248. package/dist/models/FetchImportTermsTaskResponseBody.d.ts +19 -0
  249. package/dist/models/FetchImportTermsTaskResponseBody.js.map +1 -1
  250. package/dist/models/FetchParseDocumentLayoutTaskRequest.d.ts +4 -0
  251. package/dist/models/FetchParseDocumentLayoutTaskRequest.js.map +1 -1
  252. package/dist/models/FetchParseDocumentLayoutTaskResponseBody.d.ts +69 -0
  253. package/dist/models/FetchParseDocumentLayoutTaskResponseBody.js.map +1 -1
  254. package/dist/models/GenerateExportWordTaskRequest.d.ts +4 -0
  255. package/dist/models/GenerateExportWordTaskRequest.js.map +1 -1
  256. package/dist/models/GenerateExportWordTaskResponseBody.d.ts +22 -0
  257. package/dist/models/GenerateExportWordTaskResponseBody.js.map +1 -1
  258. package/dist/models/GenerateFileUrlByKeyRequest.d.ts +12 -0
  259. package/dist/models/GenerateFileUrlByKeyRequest.js.map +1 -1
  260. package/dist/models/GenerateFileUrlByKeyResponseBody.d.ts +20 -2
  261. package/dist/models/GenerateFileUrlByKeyResponseBody.js.map +1 -1
  262. package/dist/models/GenerateImageTaskRequest.d.ts +35 -1
  263. package/dist/models/GenerateImageTaskRequest.js.map +1 -1
  264. package/dist/models/GenerateImageTaskResponseBody.d.ts +35 -0
  265. package/dist/models/GenerateImageTaskResponseBody.js.map +1 -1
  266. package/dist/models/GenerateImageTaskShrinkRequest.d.ts +11 -1
  267. package/dist/models/GenerateImageTaskShrinkRequest.js.map +1 -1
  268. package/dist/models/GenerateTraceability.d.ts +32 -1
  269. package/dist/models/GenerateTraceability.js.map +1 -1
  270. package/dist/models/GenerateUploadConfigRequest.d.ts +16 -1
  271. package/dist/models/GenerateUploadConfigRequest.js.map +1 -1
  272. package/dist/models/GenerateUploadConfigResponseBody.d.ts +42 -3
  273. package/dist/models/GenerateUploadConfigResponseBody.js.map +1 -1
  274. package/dist/models/GenerateViewPointRequest.d.ts +10 -0
  275. package/dist/models/GenerateViewPointRequest.js.map +1 -1
  276. package/dist/models/GenerateViewPointResponseBody.d.ts +30 -0
  277. package/dist/models/GenerateViewPointResponseBody.js.map +1 -1
  278. package/dist/models/GenerateViewPointShrinkRequest.d.ts +6 -0
  279. package/dist/models/GenerateViewPointShrinkRequest.js.map +1 -1
  280. package/dist/models/GetAuditNotePostProcessingStatusRequest.d.ts +4 -0
  281. package/dist/models/GetAuditNotePostProcessingStatusRequest.js.map +1 -1
  282. package/dist/models/GetAuditNotePostProcessingStatusResponseBody.d.ts +33 -0
  283. package/dist/models/GetAuditNotePostProcessingStatusResponseBody.js.map +1 -1
  284. package/dist/models/GetAuditNoteProcessingStatusRequest.d.ts +4 -0
  285. package/dist/models/GetAuditNoteProcessingStatusRequest.js.map +1 -1
  286. package/dist/models/GetAuditNoteProcessingStatusResponseBody.d.ts +35 -1
  287. package/dist/models/GetAuditNoteProcessingStatusResponseBody.js.map +1 -1
  288. package/dist/models/GetAutoClipsTaskInfoRequest.d.ts +21 -0
  289. package/dist/models/GetAutoClipsTaskInfoRequest.js.map +1 -1
  290. package/dist/models/GetAutoClipsTaskInfoResponseBody.d.ts +399 -1
  291. package/dist/models/GetAutoClipsTaskInfoResponseBody.js.map +1 -1
  292. package/dist/models/GetAvailableAuditNotesRequest.d.ts +6 -0
  293. package/dist/models/GetAvailableAuditNotesRequest.js.map +1 -1
  294. package/dist/models/GetAvailableAuditNotesResponseBody.d.ts +31 -0
  295. package/dist/models/GetAvailableAuditNotesResponseBody.js.map +1 -1
  296. package/dist/models/GetBiddingDocInfoRequest.d.ts +6 -0
  297. package/dist/models/GetBiddingDocInfoRequest.js.map +1 -1
  298. package/dist/models/GetBiddingDocInfoResponseBody.d.ts +44 -0
  299. package/dist/models/GetBiddingDocInfoResponseBody.js.map +1 -1
  300. package/dist/models/GetBiddingRemainLimitNumRequest.d.ts +6 -0
  301. package/dist/models/GetBiddingRemainLimitNumRequest.js.map +1 -1
  302. package/dist/models/GetBiddingRemainLimitNumResponseBody.d.ts +19 -0
  303. package/dist/models/GetBiddingRemainLimitNumResponseBody.js.map +1 -1
  304. package/dist/models/GetCategoriesByTaskIdRequest.d.ts +6 -0
  305. package/dist/models/GetCategoriesByTaskIdRequest.js.map +1 -1
  306. package/dist/models/GetCategoriesByTaskIdResponseBody.d.ts +40 -0
  307. package/dist/models/GetCategoriesByTaskIdResponseBody.js.map +1 -1
  308. package/dist/models/GetClipsBuildInResourceRequest.d.ts +11 -0
  309. package/dist/models/GetClipsBuildInResourceRequest.js.map +1 -1
  310. package/dist/models/GetClipsBuildInResourceResponseBody.d.ts +28 -0
  311. package/dist/models/GetClipsBuildInResourceResponseBody.js.map +1 -1
  312. package/dist/models/GetCustomHotTopicBroadcastJobRequest.d.ts +6 -0
  313. package/dist/models/GetCustomHotTopicBroadcastJobRequest.js.map +1 -1
  314. package/dist/models/GetCustomHotTopicBroadcastJobResponseBody.d.ts +40 -0
  315. package/dist/models/GetCustomHotTopicBroadcastJobResponseBody.js.map +1 -1
  316. package/dist/models/GetCustomSourceTopicAnalysisTaskRequest.d.ts +4 -0
  317. package/dist/models/GetCustomSourceTopicAnalysisTaskRequest.js.map +1 -1
  318. package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBody.d.ts +71 -0
  319. package/dist/models/GetCustomSourceTopicAnalysisTaskResponseBody.js.map +1 -1
  320. package/dist/models/GetCustomTextRequest.d.ts +7 -0
  321. package/dist/models/GetCustomTextRequest.js.map +1 -1
  322. package/dist/models/GetCustomTextResponseBody.d.ts +40 -0
  323. package/dist/models/GetCustomTextResponseBody.js.map +1 -1
  324. package/dist/models/GetCustomTopicSelectionPerspectiveAnalysisTaskRequest.d.ts +6 -0
  325. package/dist/models/GetCustomTopicSelectionPerspectiveAnalysisTaskRequest.js.map +1 -1
  326. package/dist/models/GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBody.d.ts +65 -0
  327. package/dist/models/GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBody.js.map +1 -1
  328. package/dist/models/GetDataSourceOrderConfigRequest.d.ts +17 -0
  329. package/dist/models/GetDataSourceOrderConfigRequest.js.map +1 -1
  330. package/dist/models/GetDataSourceOrderConfigResponseBody.d.ts +47 -1
  331. package/dist/models/GetDataSourceOrderConfigResponseBody.js.map +1 -1
  332. package/dist/models/GetDatasetDocumentRequest.d.ts +18 -0
  333. package/dist/models/GetDatasetDocumentRequest.js.map +1 -1
  334. package/dist/models/GetDatasetDocumentResponseBody.d.ts +181 -2
  335. package/dist/models/GetDatasetDocumentResponseBody.js.map +1 -1
  336. package/dist/models/GetDatasetDocumentShrinkRequest.d.ts +18 -0
  337. package/dist/models/GetDatasetDocumentShrinkRequest.js.map +1 -1
  338. package/dist/models/GetDatasetRequest.d.ts +8 -0
  339. package/dist/models/GetDatasetRequest.js.map +1 -1
  340. package/dist/models/GetDatasetResponseBody.d.ts +193 -3
  341. package/dist/models/GetDatasetResponseBody.js.map +1 -1
  342. package/dist/models/GetDeepWriteTaskRequest.d.ts +6 -0
  343. package/dist/models/GetDeepWriteTaskRequest.js.map +1 -1
  344. package/dist/models/GetDeepWriteTaskResponseBody.d.ts +29 -0
  345. package/dist/models/GetDeepWriteTaskResponseBody.js.map +1 -1
  346. package/dist/models/GetDeepWriteTaskResultRequest.d.ts +6 -0
  347. package/dist/models/GetDeepWriteTaskResultRequest.js.map +1 -1
  348. package/dist/models/GetDeepWriteTaskResultResponseBody.d.ts +23 -0
  349. package/dist/models/GetDeepWriteTaskResultResponseBody.js.map +1 -1
  350. package/dist/models/GetDocClusterTaskRequest.d.ts +6 -0
  351. package/dist/models/GetDocClusterTaskRequest.js.map +1 -1
  352. package/dist/models/GetDocClusterTaskResponseBody.d.ts +39 -0
  353. package/dist/models/GetDocClusterTaskResponseBody.js.map +1 -1
  354. package/dist/models/GetDocInfoRequest.d.ts +7 -0
  355. package/dist/models/GetDocInfoRequest.js.map +1 -1
  356. package/dist/models/GetDocInfoResponseBody.d.ts +42 -1
  357. package/dist/models/GetDocInfoResponseBody.js.map +1 -1
  358. package/dist/models/GetEnterpriseVocAnalysisTaskRequest.d.ts +6 -0
  359. package/dist/models/GetEnterpriseVocAnalysisTaskRequest.js.map +1 -1
  360. package/dist/models/GetEnterpriseVocAnalysisTaskResponseBody.d.ts +76 -0
  361. package/dist/models/GetEnterpriseVocAnalysisTaskResponseBody.js.map +1 -1
  362. package/dist/models/GetFactAuditUrlRequest.d.ts +2 -0
  363. package/dist/models/GetFactAuditUrlRequest.js.map +1 -1
  364. package/dist/models/GetFactAuditUrlResponseBody.d.ts +14 -0
  365. package/dist/models/GetFactAuditUrlResponseBody.js.map +1 -1
  366. package/dist/models/GetFileContentLengthRequest.d.ts +8 -0
  367. package/dist/models/GetFileContentLengthRequest.js.map +1 -1
  368. package/dist/models/GetFileContentLengthResponseBody.d.ts +22 -0
  369. package/dist/models/GetFileContentLengthResponseBody.js.map +1 -1
  370. package/dist/models/GetGeneralConfigRequest.d.ts +4 -0
  371. package/dist/models/GetGeneralConfigRequest.js.map +1 -1
  372. package/dist/models/GetGeneralConfigResponseBody.d.ts +31 -0
  373. package/dist/models/GetGeneralConfigResponseBody.js.map +1 -1
  374. package/dist/models/GetGeneratedContentRequest.d.ts +4 -0
  375. package/dist/models/GetGeneratedContentRequest.js.map +1 -1
  376. package/dist/models/GetGeneratedContentResponseBody.d.ts +94 -2
  377. package/dist/models/GetGeneratedContentResponseBody.js.map +1 -1
  378. package/dist/models/GetHotTopicBroadcastRequest.d.ts +70 -0
  379. package/dist/models/GetHotTopicBroadcastRequest.js.map +1 -1
  380. package/dist/models/GetHotTopicBroadcastResponseBody.d.ts +206 -2
  381. package/dist/models/GetHotTopicBroadcastResponseBody.js.map +1 -1
  382. package/dist/models/GetHotTopicBroadcastShrinkRequest.d.ts +46 -0
  383. package/dist/models/GetHotTopicBroadcastShrinkRequest.js.map +1 -1
  384. package/dist/models/GetInterveneGlobalReplyRequest.d.ts +2 -0
  385. package/dist/models/GetInterveneGlobalReplyRequest.js.map +1 -1
  386. package/dist/models/GetInterveneGlobalReplyResponseBody.d.ts +29 -0
  387. package/dist/models/GetInterveneGlobalReplyResponseBody.js.map +1 -1
  388. package/dist/models/GetInterveneImportTaskInfoRequest.d.ts +7 -0
  389. package/dist/models/GetInterveneImportTaskInfoRequest.js.map +1 -1
  390. package/dist/models/GetInterveneImportTaskInfoResponseBody.d.ts +38 -0
  391. package/dist/models/GetInterveneImportTaskInfoResponseBody.js.map +1 -1
  392. package/dist/models/GetInterveneRuleDetailRequest.d.ts +5 -0
  393. package/dist/models/GetInterveneRuleDetailRequest.js.map +1 -1
  394. package/dist/models/GetInterveneRuleDetailResponseBody.d.ts +70 -0
  395. package/dist/models/GetInterveneRuleDetailResponseBody.js.map +1 -1
  396. package/dist/models/GetInterveneTemplateFileUrlRequest.d.ts +2 -0
  397. package/dist/models/GetInterveneTemplateFileUrlRequest.js.map +1 -1
  398. package/dist/models/GetInterveneTemplateFileUrlResponseBody.d.ts +22 -0
  399. package/dist/models/GetInterveneTemplateFileUrlResponseBody.js.map +1 -1
  400. package/dist/models/GetMaterialByIdRequest.d.ts +4 -0
  401. package/dist/models/GetMaterialByIdRequest.js.map +1 -1
  402. package/dist/models/GetMaterialByIdResponseBody.d.ts +101 -0
  403. package/dist/models/GetMaterialByIdResponseBody.js.map +1 -1
  404. package/dist/models/GetPptArtifactExportResultRequest.d.ts +6 -0
  405. package/dist/models/GetPptArtifactExportResultRequest.js.map +1 -1
  406. package/dist/models/GetPptArtifactExportResultResponseBody.d.ts +21 -1
  407. package/dist/models/GetPptArtifactExportResultResponseBody.js.map +1 -1
  408. package/dist/models/GetPptArtifactRequest.d.ts +6 -0
  409. package/dist/models/GetPptArtifactRequest.js.map +1 -1
  410. package/dist/models/GetPptArtifactResponseBody.d.ts +52 -1
  411. package/dist/models/GetPptArtifactResponseBody.js.map +1 -1
  412. package/dist/models/GetPptConfigRequest.d.ts +3 -0
  413. package/dist/models/GetPptConfigRequest.js.map +1 -1
  414. package/dist/models/GetPptConfigResponseBody.d.ts +16 -0
  415. package/dist/models/GetPptConfigResponseBody.js.map +1 -1
  416. package/dist/models/GetPptInfoRequest.d.ts +6 -0
  417. package/dist/models/GetPptInfoRequest.js.map +1 -1
  418. package/dist/models/GetPptInfoResponseBody.d.ts +39 -1
  419. package/dist/models/GetPptInfoResponseBody.js.map +1 -1
  420. package/dist/models/GetPptTemplateSelectorRequest.d.ts +3 -0
  421. package/dist/models/GetPptTemplateSelectorRequest.js.map +1 -1
  422. package/dist/models/GetPptTemplateSelectorResponseBody.d.ts +63 -0
  423. package/dist/models/GetPptTemplateSelectorResponseBody.js.map +1 -1
  424. package/dist/models/GetPropertiesRequest.d.ts +2 -0
  425. package/dist/models/GetPropertiesRequest.js.map +1 -1
  426. package/dist/models/GetPropertiesResponseBody.d.ts +206 -1
  427. package/dist/models/GetPropertiesResponseBody.js.map +1 -1
  428. package/dist/models/GetSmartAuditResultRequest.d.ts +6 -0
  429. package/dist/models/GetSmartAuditResultRequest.js.map +1 -1
  430. package/dist/models/GetSmartAuditResultResponseBody.d.ts +94 -1
  431. package/dist/models/GetSmartAuditResultResponseBody.js.map +1 -1
  432. package/dist/models/GetSmartClipTaskRequest.d.ts +6 -0
  433. package/dist/models/GetSmartClipTaskRequest.js.map +1 -1
  434. package/dist/models/GetSmartClipTaskResponseBody.d.ts +78 -1
  435. package/dist/models/GetSmartClipTaskResponseBody.js.map +1 -1
  436. package/dist/models/GetStyleLearningResultRequest.d.ts +4 -0
  437. package/dist/models/GetStyleLearningResultRequest.js.map +1 -1
  438. package/dist/models/GetStyleLearningResultResponseBody.d.ts +139 -1
  439. package/dist/models/GetStyleLearningResultResponseBody.js.map +1 -1
  440. package/dist/models/GetTopicByIdRequest.d.ts +4 -0
  441. package/dist/models/GetTopicByIdRequest.js.map +1 -1
  442. package/dist/models/GetTopicByIdResponseBody.d.ts +97 -2
  443. package/dist/models/GetTopicByIdResponseBody.js.map +1 -1
  444. package/dist/models/GetTopicSelectionPerspectiveAnalysisTaskRequest.d.ts +7 -0
  445. package/dist/models/GetTopicSelectionPerspectiveAnalysisTaskRequest.js.map +1 -1
  446. package/dist/models/GetTopicSelectionPerspectiveAnalysisTaskResponseBody.d.ts +314 -4
  447. package/dist/models/GetTopicSelectionPerspectiveAnalysisTaskResponseBody.js.map +1 -1
  448. package/dist/models/HottopicNews.d.ts +28 -0
  449. package/dist/models/HottopicNews.js.map +1 -1
  450. package/dist/models/ImportInterveneFileAsyncRequest.d.ts +11 -0
  451. package/dist/models/ImportInterveneFileAsyncRequest.js.map +1 -1
  452. package/dist/models/ImportInterveneFileAsyncResponseBody.d.ts +34 -1
  453. package/dist/models/ImportInterveneFileAsyncResponseBody.js.map +1 -1
  454. package/dist/models/ImportInterveneFileRequest.d.ts +11 -0
  455. package/dist/models/ImportInterveneFileRequest.js.map +1 -1
  456. package/dist/models/ImportInterveneFileResponseBody.d.ts +35 -2
  457. package/dist/models/ImportInterveneFileResponseBody.js.map +1 -1
  458. package/dist/models/InitiatePptCreationRequest.d.ts +22 -0
  459. package/dist/models/InitiatePptCreationRequest.js.map +1 -1
  460. package/dist/models/InitiatePptCreationResponseBody.d.ts +18 -2
  461. package/dist/models/InitiatePptCreationResponseBody.js.map +1 -1
  462. package/dist/models/InitiatePptCreationV2request.d.ts +41 -0
  463. package/dist/models/InitiatePptCreationV2request.js.map +1 -1
  464. package/dist/models/InitiatePptCreationV2responseBody.d.ts +38 -1
  465. package/dist/models/InitiatePptCreationV2responseBody.js.map +1 -1
  466. package/dist/models/InsertInterveneGlobalReplyRequest.d.ts +20 -0
  467. package/dist/models/InsertInterveneGlobalReplyRequest.js.map +1 -1
  468. package/dist/models/InsertInterveneGlobalReplyResponseBody.d.ts +26 -0
  469. package/dist/models/InsertInterveneGlobalReplyResponseBody.js.map +1 -1
  470. package/dist/models/InsertInterveneGlobalReplyShrinkRequest.d.ts +6 -0
  471. package/dist/models/InsertInterveneGlobalReplyShrinkRequest.js.map +1 -1
  472. package/dist/models/InsertInterveneRuleRequest.d.ts +64 -1
  473. package/dist/models/InsertInterveneRuleRequest.js.map +1 -1
  474. package/dist/models/InsertInterveneRuleResponseBody.d.ts +30 -1
  475. package/dist/models/InsertInterveneRuleResponseBody.js.map +1 -1
  476. package/dist/models/InsertInterveneRuleShrinkRequest.d.ts +6 -0
  477. package/dist/models/InsertInterveneRuleShrinkRequest.js.map +1 -1
  478. package/dist/models/ListAnalysisTagDetailByTaskIdRequest.d.ts +22 -0
  479. package/dist/models/ListAnalysisTagDetailByTaskIdRequest.js.map +1 -1
  480. package/dist/models/ListAnalysisTagDetailByTaskIdResponseBody.d.ts +54 -0
  481. package/dist/models/ListAnalysisTagDetailByTaskIdResponseBody.js.map +1 -1
  482. package/dist/models/ListAnalysisTagDetailByTaskIdShrinkRequest.d.ts +22 -0
  483. package/dist/models/ListAnalysisTagDetailByTaskIdShrinkRequest.js.map +1 -1
  484. package/dist/models/ListAsyncTasksRequest.d.ts +42 -0
  485. package/dist/models/ListAsyncTasksRequest.js.map +1 -1
  486. package/dist/models/ListAsyncTasksResponseBody.d.ts +108 -1
  487. package/dist/models/ListAsyncTasksResponseBody.js.map +1 -1
  488. package/dist/models/ListAsyncTasksShrinkRequest.d.ts +42 -0
  489. package/dist/models/ListAsyncTasksShrinkRequest.js.map +1 -1
  490. package/dist/models/ListAuditContentErrorTypesRequest.d.ts +9 -0
  491. package/dist/models/ListAuditContentErrorTypesRequest.js.map +1 -1
  492. package/dist/models/ListAuditContentErrorTypesResponseBody.d.ts +53 -0
  493. package/dist/models/ListAuditContentErrorTypesResponseBody.js.map +1 -1
  494. package/dist/models/ListAuditTermsRequest.d.ts +12 -0
  495. package/dist/models/ListAuditTermsRequest.js.map +1 -1
  496. package/dist/models/ListAuditTermsResponseBody.d.ts +45 -0
  497. package/dist/models/ListAuditTermsResponseBody.js.map +1 -1
  498. package/dist/models/ListAutoClipsTaskRequest.d.ts +33 -0
  499. package/dist/models/ListAutoClipsTaskRequest.js.map +1 -1
  500. package/dist/models/ListAutoClipsTaskResponseBody.d.ts +54 -1
  501. package/dist/models/ListAutoClipsTaskResponseBody.js.map +1 -1
  502. package/dist/models/ListBiddingDocRequest.d.ts +34 -0
  503. package/dist/models/ListBiddingDocRequest.js.map +1 -1
  504. package/dist/models/ListBiddingDocResponseBody.d.ts +53 -0
  505. package/dist/models/ListBiddingDocResponseBody.js.map +1 -1
  506. package/dist/models/ListBuildConfigsRequest.d.ts +5 -0
  507. package/dist/models/ListBuildConfigsRequest.js.map +1 -1
  508. package/dist/models/ListBuildConfigsResponseBody.d.ts +72 -0
  509. package/dist/models/ListBuildConfigsResponseBody.js.map +1 -1
  510. package/dist/models/ListCustomTextRequest.d.ts +5 -0
  511. package/dist/models/ListCustomTextRequest.js.map +1 -1
  512. package/dist/models/ListCustomTextResponseBody.d.ts +42 -2
  513. package/dist/models/ListCustomTextResponseBody.js.map +1 -1
  514. package/dist/models/ListCustomViewPointsRequest.d.ts +26 -0
  515. package/dist/models/ListCustomViewPointsRequest.js.map +1 -1
  516. package/dist/models/ListCustomViewPointsResponseBody.d.ts +72 -0
  517. package/dist/models/ListCustomViewPointsResponseBody.js.map +1 -1
  518. package/dist/models/ListCustomViewPointsShrinkRequest.d.ts +26 -0
  519. package/dist/models/ListCustomViewPointsShrinkRequest.js.map +1 -1
  520. package/dist/models/ListDataPermissionsRequest.d.ts +18 -0
  521. package/dist/models/ListDataPermissionsRequest.js.map +1 -1
  522. package/dist/models/ListDataPermissionsResponseBody.d.ts +56 -0
  523. package/dist/models/ListDataPermissionsResponseBody.js.map +1 -1
  524. package/dist/models/ListDatasetDocumentsRequest.d.ts +135 -0
  525. package/dist/models/ListDatasetDocumentsRequest.js.map +1 -1
  526. package/dist/models/ListDatasetDocumentsResponseBody.d.ts +111 -1
  527. package/dist/models/ListDatasetDocumentsResponseBody.js.map +1 -1
  528. package/dist/models/ListDatasetDocumentsShrinkRequest.d.ts +135 -0
  529. package/dist/models/ListDatasetDocumentsShrinkRequest.js.map +1 -1
  530. package/dist/models/ListDatasetsRequest.d.ts +33 -0
  531. package/dist/models/ListDatasetsRequest.js.map +1 -1
  532. package/dist/models/ListDatasetsResponseBody.d.ts +91 -0
  533. package/dist/models/ListDatasetsResponseBody.js.map +1 -1
  534. package/dist/models/ListDialoguesRequest.d.ts +22 -0
  535. package/dist/models/ListDialoguesRequest.js.map +1 -1
  536. package/dist/models/ListDialoguesResponseBody.d.ts +48 -2
  537. package/dist/models/ListDialoguesResponseBody.js.map +1 -1
  538. package/dist/models/ListDocsRequest.d.ts +28 -0
  539. package/dist/models/ListDocsRequest.js.map +1 -1
  540. package/dist/models/ListDocsResponseBody.d.ts +57 -0
  541. package/dist/models/ListDocsResponseBody.js.map +1 -1
  542. package/dist/models/ListDocsShrinkRequest.d.ts +28 -0
  543. package/dist/models/ListDocsShrinkRequest.js.map +1 -1
  544. package/dist/models/ListDocumentRetrieveRequest.d.ts +68 -0
  545. package/dist/models/ListDocumentRetrieveRequest.js.map +1 -1
  546. package/dist/models/ListDocumentRetrieveResponseBody.d.ts +40 -1
  547. package/dist/models/ListDocumentRetrieveResponseBody.js.map +1 -1
  548. package/dist/models/ListEnterprisePptTemplatesRequest.d.ts +12 -0
  549. package/dist/models/ListEnterprisePptTemplatesRequest.js.map +1 -1
  550. package/dist/models/ListEnterprisePptTemplatesResponseBody.d.ts +38 -1
  551. package/dist/models/ListEnterprisePptTemplatesResponseBody.js.map +1 -1
  552. package/dist/models/ListFreshViewPointsRequest.d.ts +12 -0
  553. package/dist/models/ListFreshViewPointsRequest.js.map +1 -1
  554. package/dist/models/ListFreshViewPointsResponseBody.d.ts +44 -0
  555. package/dist/models/ListFreshViewPointsResponseBody.js.map +1 -1
  556. package/dist/models/ListGeneralConfigsRequest.d.ts +8 -0
  557. package/dist/models/ListGeneralConfigsRequest.js.map +1 -1
  558. package/dist/models/ListGeneralConfigsResponseBody.d.ts +40 -0
  559. package/dist/models/ListGeneralConfigsResponseBody.js.map +1 -1
  560. package/dist/models/ListGeneratedContentsRequest.d.ts +79 -0
  561. package/dist/models/ListGeneratedContentsRequest.js.map +1 -1
  562. package/dist/models/ListGeneratedContentsResponseBody.d.ts +147 -2
  563. package/dist/models/ListGeneratedContentsResponseBody.js.map +1 -1
  564. package/dist/models/ListHotNewsWithTypeRequest.d.ts +21 -0
  565. package/dist/models/ListHotNewsWithTypeRequest.js.map +1 -1
  566. package/dist/models/ListHotNewsWithTypeResponseBody.d.ts +116 -3
  567. package/dist/models/ListHotNewsWithTypeResponseBody.js.map +1 -1
  568. package/dist/models/ListHotNewsWithTypeShrinkRequest.d.ts +21 -0
  569. package/dist/models/ListHotNewsWithTypeShrinkRequest.js.map +1 -1
  570. package/dist/models/ListHotSourcesRequest.d.ts +8 -0
  571. package/dist/models/ListHotSourcesRequest.js.map +1 -1
  572. package/dist/models/ListHotSourcesResponseBody.d.ts +40 -0
  573. package/dist/models/ListHotSourcesResponseBody.js.map +1 -1
  574. package/dist/models/ListHotTopicsRequest.d.ts +55 -1
  575. package/dist/models/ListHotTopicsRequest.js +6 -0
  576. package/dist/models/ListHotTopicsRequest.js.map +1 -1
  577. package/dist/models/ListHotTopicsResponseBody.d.ts +125 -1
  578. package/dist/models/ListHotTopicsResponseBody.js +6 -0
  579. package/dist/models/ListHotTopicsResponseBody.js.map +1 -1
  580. package/dist/models/ListHotTopicsShrinkRequest.d.ts +55 -1
  581. package/dist/models/ListHotTopicsShrinkRequest.js +6 -0
  582. package/dist/models/ListHotTopicsShrinkRequest.js.map +1 -1
  583. package/dist/models/ListHotViewPointsRequest.d.ts +12 -0
  584. package/dist/models/ListHotViewPointsRequest.js.map +1 -1
  585. package/dist/models/ListHotViewPointsResponseBody.d.ts +97 -0
  586. package/dist/models/ListHotViewPointsResponseBody.js.map +1 -1
  587. package/dist/models/ListInterveneCntRequest.d.ts +8 -0
  588. package/dist/models/ListInterveneCntRequest.js.map +1 -1
  589. package/dist/models/ListInterveneCntResponseBody.d.ts +40 -1
  590. package/dist/models/ListInterveneCntResponseBody.js.map +1 -1
  591. package/dist/models/ListInterveneImportTasksRequest.d.ts +8 -0
  592. package/dist/models/ListInterveneImportTasksRequest.js.map +1 -1
  593. package/dist/models/ListInterveneImportTasksResponseBody.d.ts +55 -1
  594. package/dist/models/ListInterveneImportTasksResponseBody.js.map +1 -1
  595. package/dist/models/ListInterveneRulesRequest.d.ts +8 -0
  596. package/dist/models/ListInterveneRulesRequest.js.map +1 -1
  597. package/dist/models/ListInterveneRulesResponseBody.d.ts +76 -1
  598. package/dist/models/ListInterveneRulesResponseBody.js.map +1 -1
  599. package/dist/models/ListIntervenesRequest.d.ts +25 -0
  600. package/dist/models/ListIntervenesRequest.js.map +1 -1
  601. package/dist/models/ListIntervenesResponseBody.d.ts +40 -1
  602. package/dist/models/ListIntervenesResponseBody.js.map +1 -1
  603. package/dist/models/ListMaterialDocumentsRequest.d.ts +60 -0
  604. package/dist/models/ListMaterialDocumentsRequest.js.map +1 -1
  605. package/dist/models/ListMaterialDocumentsResponseBody.d.ts +179 -2
  606. package/dist/models/ListMaterialDocumentsResponseBody.js.map +1 -1
  607. package/dist/models/ListMaterialDocumentsShrinkRequest.d.ts +60 -0
  608. package/dist/models/ListMaterialDocumentsShrinkRequest.js.map +1 -1
  609. package/dist/models/ListPlanningProposalRequest.d.ts +37 -1
  610. package/dist/models/ListPlanningProposalRequest.js.map +1 -1
  611. package/dist/models/ListPlanningProposalResponseBody.d.ts +52 -0
  612. package/dist/models/ListPlanningProposalResponseBody.js.map +1 -1
  613. package/dist/models/ListPlanningProposalShrinkRequest.d.ts +37 -1
  614. package/dist/models/ListPlanningProposalShrinkRequest.js.map +1 -1
  615. package/dist/models/ListPptArtifactsRequest.d.ts +16 -0
  616. package/dist/models/ListPptArtifactsRequest.js.map +1 -1
  617. package/dist/models/ListPptArtifactsResponseBody.d.ts +73 -0
  618. package/dist/models/ListPptArtifactsResponseBody.js.map +1 -1
  619. package/dist/models/ListPptTemplatesRequest.d.ts +25 -0
  620. package/dist/models/ListPptTemplatesRequest.js.map +1 -1
  621. package/dist/models/ListPptTemplatesResponseBody.d.ts +38 -1
  622. package/dist/models/ListPptTemplatesResponseBody.js.map +1 -1
  623. package/dist/models/ListSearchTaskDialogueDatasRequest.d.ts +33 -0
  624. package/dist/models/ListSearchTaskDialogueDatasRequest.js.map +1 -1
  625. package/dist/models/ListSearchTaskDialogueDatasResponseBody.d.ts +125 -0
  626. package/dist/models/ListSearchTaskDialogueDatasResponseBody.js.map +1 -1
  627. package/dist/models/ListSearchTaskDialoguesRequest.d.ts +13 -0
  628. package/dist/models/ListSearchTaskDialoguesRequest.js.map +1 -1
  629. package/dist/models/ListSearchTaskDialoguesResponseBody.d.ts +96 -0
  630. package/dist/models/ListSearchTaskDialoguesResponseBody.js.map +1 -1
  631. package/dist/models/ListSearchTasksRequest.d.ts +11 -0
  632. package/dist/models/ListSearchTasksRequest.js.map +1 -1
  633. package/dist/models/ListSearchTasksResponseBody.d.ts +46 -0
  634. package/dist/models/ListSearchTasksResponseBody.js.map +1 -1
  635. package/dist/models/ListSearchTasksShrinkRequest.d.ts +11 -0
  636. package/dist/models/ListSearchTasksShrinkRequest.js.map +1 -1
  637. package/dist/models/ListStyleLearningResultRequest.d.ts +8 -0
  638. package/dist/models/ListStyleLearningResultRequest.js.map +1 -1
  639. package/dist/models/ListStyleLearningResultResponseBody.d.ts +43 -0
  640. package/dist/models/ListStyleLearningResultResponseBody.js.map +1 -1
  641. package/dist/models/ListTimedViewAttitudeRequest.d.ts +13 -1
  642. package/dist/models/ListTimedViewAttitudeRequest.js.map +1 -1
  643. package/dist/models/ListTimedViewAttitudeResponseBody.d.ts +69 -0
  644. package/dist/models/ListTimedViewAttitudeResponseBody.js.map +1 -1
  645. package/dist/models/ListTopicRecommendEventListRequest.d.ts +8 -0
  646. package/dist/models/ListTopicRecommendEventListRequest.js.map +1 -1
  647. package/dist/models/ListTopicRecommendEventListResponseBody.d.ts +28 -0
  648. package/dist/models/ListTopicRecommendEventListResponseBody.js.map +1 -1
  649. package/dist/models/ListTopicViewPointRecommendEventListRequest.d.ts +11 -0
  650. package/dist/models/ListTopicViewPointRecommendEventListRequest.js.map +1 -1
  651. package/dist/models/ListTopicViewPointRecommendEventListResponseBody.d.ts +28 -0
  652. package/dist/models/ListTopicViewPointRecommendEventListResponseBody.js.map +1 -1
  653. package/dist/models/ListVersionsRequest.d.ts +2 -0
  654. package/dist/models/ListVersionsRequest.js.map +1 -1
  655. package/dist/models/ListVersionsResponseBody.d.ts +59 -0
  656. package/dist/models/ListVersionsResponseBody.js.map +1 -1
  657. package/dist/models/ListWebReviewPointsRequest.d.ts +12 -0
  658. package/dist/models/ListWebReviewPointsRequest.js.map +1 -1
  659. package/dist/models/ListWebReviewPointsResponseBody.d.ts +79 -3
  660. package/dist/models/ListWebReviewPointsResponseBody.js.map +1 -1
  661. package/dist/models/ListWritingStylesRequest.d.ts +14 -0
  662. package/dist/models/ListWritingStylesRequest.js.map +1 -1
  663. package/dist/models/ListWritingStylesResponseBody.d.ts +77 -1
  664. package/dist/models/ListWritingStylesResponseBody.js.map +1 -1
  665. package/dist/models/OutlineSearchResult.d.ts +28 -0
  666. package/dist/models/OutlineSearchResult.js.map +1 -1
  667. package/dist/models/OutlineWritingArticle.d.ts +48 -0
  668. package/dist/models/OutlineWritingArticle.js.map +1 -1
  669. package/dist/models/QueryAsyncTaskRequest.d.ts +7 -0
  670. package/dist/models/QueryAsyncTaskRequest.js.map +1 -1
  671. package/dist/models/QueryAsyncTaskResponseBody.d.ts +74 -9
  672. package/dist/models/QueryAsyncTaskResponseBody.js.map +1 -1
  673. package/dist/models/QueryAuditTaskRequest.d.ts +9 -0
  674. package/dist/models/QueryAuditTaskRequest.js.map +1 -1
  675. package/dist/models/QueryAuditTaskResponseBody.d.ts +89 -0
  676. package/dist/models/QueryAuditTaskResponseBody.js.map +1 -1
  677. package/dist/models/QueryVideoAuditResultRequest.d.ts +3 -1
  678. package/dist/models/QueryVideoAuditResultRequest.js.map +1 -1
  679. package/dist/models/QueryVideoAuditResultResponseBody.d.ts +54 -29
  680. package/dist/models/QueryVideoAuditResultResponseBody.js.map +1 -1
  681. package/dist/models/RunAbbreviationContentRequest.d.ts +8 -0
  682. package/dist/models/RunAbbreviationContentRequest.js.map +1 -1
  683. package/dist/models/RunAbbreviationContentResponseBody.d.ts +56 -0
  684. package/dist/models/RunAbbreviationContentResponseBody.js.map +1 -1
  685. package/dist/models/RunAiHelperWritingRequest.d.ts +16 -3
  686. package/dist/models/RunAiHelperWritingRequest.js.map +1 -1
  687. package/dist/models/RunAiHelperWritingResponseBody.d.ts +21 -21
  688. package/dist/models/RunAiHelperWritingShrinkRequest.d.ts +16 -3
  689. package/dist/models/RunAiHelperWritingShrinkRequest.js.map +1 -1
  690. package/dist/models/RunBookBrainmapRequest.d.ts +18 -0
  691. package/dist/models/RunBookBrainmapRequest.js.map +1 -1
  692. package/dist/models/RunBookBrainmapResponseBody.d.ts +54 -1
  693. package/dist/models/RunBookBrainmapResponseBody.js.map +1 -1
  694. package/dist/models/RunBookIntroductionRequest.d.ts +12 -0
  695. package/dist/models/RunBookIntroductionRequest.js.map +1 -1
  696. package/dist/models/RunBookIntroductionResponseBody.d.ts +88 -1
  697. package/dist/models/RunBookIntroductionResponseBody.js.map +1 -1
  698. package/dist/models/RunBookSmartCardRequest.d.ts +6 -0
  699. package/dist/models/RunBookSmartCardRequest.js.map +1 -1
  700. package/dist/models/RunBookSmartCardResponseBody.d.ts +62 -1
  701. package/dist/models/RunBookSmartCardResponseBody.js.map +1 -1
  702. package/dist/models/RunCommentGenerationRequest.d.ts +77 -0
  703. package/dist/models/RunCommentGenerationRequest.js.map +1 -1
  704. package/dist/models/RunCommentGenerationResponseBody.d.ts +59 -1
  705. package/dist/models/RunCommentGenerationResponseBody.js.map +1 -1
  706. package/dist/models/RunCommentGenerationShrinkRequest.d.ts +77 -0
  707. package/dist/models/RunCommentGenerationShrinkRequest.js.map +1 -1
  708. package/dist/models/RunContinueContentRequest.d.ts +4 -0
  709. package/dist/models/RunContinueContentRequest.js.map +1 -1
  710. package/dist/models/RunContinueContentResponseBody.d.ts +56 -0
  711. package/dist/models/RunContinueContentResponseBody.js.map +1 -1
  712. package/dist/models/RunCustomHotTopicAnalysisRequest.d.ts +21 -0
  713. package/dist/models/RunCustomHotTopicAnalysisRequest.js.map +1 -1
  714. package/dist/models/RunCustomHotTopicAnalysisResponseBody.d.ts +102 -0
  715. package/dist/models/RunCustomHotTopicAnalysisResponseBody.js.map +1 -1
  716. package/dist/models/RunCustomHotTopicViewPointAnalysisRequest.d.ts +28 -0
  717. package/dist/models/RunCustomHotTopicViewPointAnalysisRequest.js.map +1 -1
  718. package/dist/models/RunCustomHotTopicViewPointAnalysisResponseBody.d.ts +125 -0
  719. package/dist/models/RunCustomHotTopicViewPointAnalysisResponseBody.js.map +1 -1
  720. package/dist/models/RunDeepWritingRequest.d.ts +8 -0
  721. package/dist/models/RunDeepWritingRequest.js.map +1 -1
  722. package/dist/models/RunDeepWritingResponseBody.d.ts +122 -0
  723. package/dist/models/RunDeepWritingResponseBody.js.map +1 -1
  724. package/dist/models/RunDocBrainmapRequest.d.ts +25 -0
  725. package/dist/models/RunDocBrainmapRequest.js.map +1 -1
  726. package/dist/models/RunDocBrainmapResponseBody.d.ts +56 -0
  727. package/dist/models/RunDocBrainmapResponseBody.js.map +1 -1
  728. package/dist/models/RunDocIntroductionRequest.d.ts +48 -0
  729. package/dist/models/RunDocIntroductionRequest.js.map +1 -1
  730. package/dist/models/RunDocIntroductionResponseBody.d.ts +113 -0
  731. package/dist/models/RunDocIntroductionResponseBody.js.map +1 -1
  732. package/dist/models/RunDocQaRequest.d.ts +47 -0
  733. package/dist/models/RunDocQaRequest.js.map +1 -1
  734. package/dist/models/RunDocQaResponseBody.d.ts +135 -0
  735. package/dist/models/RunDocQaResponseBody.js.map +1 -1
  736. package/dist/models/RunDocQaShrinkRequest.d.ts +37 -0
  737. package/dist/models/RunDocQaShrinkRequest.js.map +1 -1
  738. package/dist/models/RunDocSmartCardRequest.d.ts +20 -0
  739. package/dist/models/RunDocSmartCardRequest.js.map +1 -1
  740. package/dist/models/RunDocSmartCardResponseBody.d.ts +61 -0
  741. package/dist/models/RunDocSmartCardResponseBody.js.map +1 -1
  742. package/dist/models/RunDocSummaryRequest.d.ts +35 -0
  743. package/dist/models/RunDocSummaryRequest.js.map +1 -1
  744. package/dist/models/RunDocSummaryResponseBody.d.ts +60 -0
  745. package/dist/models/RunDocSummaryResponseBody.js.map +1 -1
  746. package/dist/models/RunDocTranslationRequest.d.ts +39 -0
  747. package/dist/models/RunDocTranslationRequest.js.map +1 -1
  748. package/dist/models/RunDocTranslationResponseBody.d.ts +60 -0
  749. package/dist/models/RunDocTranslationResponseBody.js.map +1 -1
  750. package/dist/models/RunDocWashingRequest.d.ts +57 -0
  751. package/dist/models/RunDocWashingRequest.js.map +1 -1
  752. package/dist/models/RunDocWashingResponseBody.d.ts +57 -0
  753. package/dist/models/RunDocWashingResponseBody.js.map +1 -1
  754. package/dist/models/RunExpandContentRequest.d.ts +8 -0
  755. package/dist/models/RunExpandContentRequest.js.map +1 -1
  756. package/dist/models/RunExpandContentResponseBody.d.ts +56 -0
  757. package/dist/models/RunExpandContentResponseBody.js.map +1 -1
  758. package/dist/models/RunGenerateQuestionsRequest.d.ts +22 -0
  759. package/dist/models/RunGenerateQuestionsRequest.js.map +1 -1
  760. package/dist/models/RunGenerateQuestionsResponseBody.d.ts +59 -2
  761. package/dist/models/RunGenerateQuestionsResponseBody.js.map +1 -1
  762. package/dist/models/RunHotwordRequest.d.ts +29 -0
  763. package/dist/models/RunHotwordRequest.js.map +1 -1
  764. package/dist/models/RunHotwordResponseBody.d.ts +58 -1
  765. package/dist/models/RunHotwordResponseBody.js.map +1 -1
  766. package/dist/models/RunKeywordsExtractionGenerationRequest.d.ts +15 -0
  767. package/dist/models/RunKeywordsExtractionGenerationRequest.js.map +1 -1
  768. package/dist/models/RunKeywordsExtractionGenerationResponseBody.d.ts +49 -0
  769. package/dist/models/RunKeywordsExtractionGenerationResponseBody.js.map +1 -1
  770. package/dist/models/RunKeywordsExtractionGenerationShrinkRequest.d.ts +13 -0
  771. package/dist/models/RunKeywordsExtractionGenerationShrinkRequest.js.map +1 -1
  772. package/dist/models/RunMultiDocIntroductionRequest.d.ts +27 -0
  773. package/dist/models/RunMultiDocIntroductionRequest.js.map +1 -1
  774. package/dist/models/RunMultiDocIntroductionResponseBody.d.ts +76 -1
  775. package/dist/models/RunMultiDocIntroductionResponseBody.js.map +1 -1
  776. package/dist/models/RunMultiDocIntroductionShrinkRequest.d.ts +27 -0
  777. package/dist/models/RunMultiDocIntroductionShrinkRequest.js.map +1 -1
  778. package/dist/models/RunPptOutlineGenerationRequest.d.ts +7 -0
  779. package/dist/models/RunPptOutlineGenerationRequest.js.map +1 -1
  780. package/dist/models/RunPptOutlineGenerationResponseBody.d.ts +55 -0
  781. package/dist/models/RunPptOutlineGenerationResponseBody.js.map +1 -1
  782. package/dist/models/RunQuickWritingRequest.d.ts +44 -0
  783. package/dist/models/RunQuickWritingRequest.js.map +1 -1
  784. package/dist/models/RunQuickWritingResponseBody.d.ts +55 -0
  785. package/dist/models/RunQuickWritingResponseBody.js.map +1 -1
  786. package/dist/models/RunQuickWritingShrinkRequest.d.ts +21 -0
  787. package/dist/models/RunQuickWritingShrinkRequest.js.map +1 -1
  788. package/dist/models/RunSearchGenerationRequest.d.ts +377 -9
  789. package/dist/models/RunSearchGenerationRequest.js.map +1 -1
  790. package/dist/models/RunSearchGenerationResponseBody.d.ts +1783 -1
  791. package/dist/models/RunSearchGenerationResponseBody.js.map +1 -1
  792. package/dist/models/RunSearchGenerationShrinkRequest.d.ts +32 -2
  793. package/dist/models/RunSearchGenerationShrinkRequest.js.map +1 -1
  794. package/dist/models/RunSearchSimilarArticlesRequest.d.ts +118 -0
  795. package/dist/models/RunSearchSimilarArticlesRequest.js.map +1 -1
  796. package/dist/models/RunSearchSimilarArticlesResponseBody.d.ts +148 -0
  797. package/dist/models/RunSearchSimilarArticlesResponseBody.js.map +1 -1
  798. package/dist/models/RunSearchSimilarArticlesShrinkRequest.d.ts +18 -0
  799. package/dist/models/RunSearchSimilarArticlesShrinkRequest.js.map +1 -1
  800. package/dist/models/RunStepByStepWritingRequest.d.ts +167 -1
  801. package/dist/models/RunStepByStepWritingRequest.js.map +1 -1
  802. package/dist/models/RunStepByStepWritingResponseBody.d.ts +103 -0
  803. package/dist/models/RunStepByStepWritingResponseBody.js.map +1 -1
  804. package/dist/models/RunStepByStepWritingShrinkRequest.d.ts +23 -0
  805. package/dist/models/RunStepByStepWritingShrinkRequest.js.map +1 -1
  806. package/dist/models/RunStyleFeatureAnalysisRequest.d.ts +10 -0
  807. package/dist/models/RunStyleFeatureAnalysisRequest.js.map +1 -1
  808. package/dist/models/RunStyleFeatureAnalysisResponseBody.d.ts +56 -0
  809. package/dist/models/RunStyleFeatureAnalysisResponseBody.js.map +1 -1
  810. package/dist/models/RunStyleFeatureAnalysisShrinkRequest.d.ts +10 -0
  811. package/dist/models/RunStyleFeatureAnalysisShrinkRequest.js.map +1 -1
  812. package/dist/models/RunSummaryGenerateRequest.d.ts +7 -0
  813. package/dist/models/RunSummaryGenerateRequest.js.map +1 -1
  814. package/dist/models/RunSummaryGenerateResponseBody.d.ts +56 -0
  815. package/dist/models/RunSummaryGenerateResponseBody.js.map +1 -1
  816. package/dist/models/RunTextPolishingRequest.d.ts +21 -0
  817. package/dist/models/RunTextPolishingRequest.js.map +1 -1
  818. package/dist/models/RunTextPolishingResponseBody.d.ts +52 -0
  819. package/dist/models/RunTextPolishingResponseBody.js.map +1 -1
  820. package/dist/models/RunTitleGenerationRequest.d.ts +22 -0
  821. package/dist/models/RunTitleGenerationRequest.js.map +1 -1
  822. package/dist/models/RunTitleGenerationResponseBody.d.ts +84 -0
  823. package/dist/models/RunTitleGenerationResponseBody.js.map +1 -1
  824. package/dist/models/RunTitleGenerationShrinkRequest.d.ts +20 -0
  825. package/dist/models/RunTitleGenerationShrinkRequest.js.map +1 -1
  826. package/dist/models/RunTopicSelectionMergeRequest.d.ts +11 -0
  827. package/dist/models/RunTopicSelectionMergeRequest.js.map +1 -1
  828. package/dist/models/RunTopicSelectionMergeResponseBody.d.ts +66 -0
  829. package/dist/models/RunTopicSelectionMergeResponseBody.js.map +1 -1
  830. package/dist/models/RunTopicSelectionMergeShrinkRequest.d.ts +11 -0
  831. package/dist/models/RunTopicSelectionMergeShrinkRequest.js.map +1 -1
  832. package/dist/models/RunTranslateGenerationRequest.d.ts +26 -1
  833. package/dist/models/RunTranslateGenerationRequest.js.map +1 -1
  834. package/dist/models/RunTranslateGenerationResponseBody.d.ts +49 -0
  835. package/dist/models/RunTranslateGenerationResponseBody.js.map +1 -1
  836. package/dist/models/RunTranslateGenerationShrinkRequest.d.ts +24 -1
  837. package/dist/models/RunTranslateGenerationShrinkRequest.js.map +1 -1
  838. package/dist/models/RunVideoScriptGenerateRequest.d.ts +35 -0
  839. package/dist/models/RunVideoScriptGenerateRequest.js.map +1 -1
  840. package/dist/models/RunVideoScriptGenerateResponseBody.d.ts +72 -0
  841. package/dist/models/RunVideoScriptGenerateResponseBody.js.map +1 -1
  842. package/dist/models/RunWriteToneGenerationRequest.d.ts +16 -0
  843. package/dist/models/RunWriteToneGenerationRequest.js.map +1 -1
  844. package/dist/models/RunWriteToneGenerationResponseBody.d.ts +49 -0
  845. package/dist/models/RunWriteToneGenerationResponseBody.js.map +1 -1
  846. package/dist/models/RunWriteToneGenerationShrinkRequest.d.ts +14 -0
  847. package/dist/models/RunWriteToneGenerationShrinkRequest.js.map +1 -1
  848. package/dist/models/RunWritingRequest.d.ts +96 -1
  849. package/dist/models/RunWritingRequest.js.map +1 -1
  850. package/dist/models/RunWritingResponseBody.d.ts +106 -0
  851. package/dist/models/RunWritingResponseBody.js.map +1 -1
  852. package/dist/models/RunWritingShrinkRequest.d.ts +23 -0
  853. package/dist/models/RunWritingShrinkRequest.js.map +1 -1
  854. package/dist/models/RunWritingV2request.d.ts +219 -0
  855. package/dist/models/RunWritingV2request.js.map +1 -1
  856. package/dist/models/RunWritingV2responseBody.d.ts +126 -1
  857. package/dist/models/RunWritingV2responseBody.js.map +1 -1
  858. package/dist/models/RunWritingV2shrinkRequest.d.ts +113 -0
  859. package/dist/models/RunWritingV2shrinkRequest.js.map +1 -1
  860. package/dist/models/SaveCustomTextRequest.d.ts +11 -0
  861. package/dist/models/SaveCustomTextRequest.js.map +1 -1
  862. package/dist/models/SaveCustomTextResponseBody.d.ts +20 -2
  863. package/dist/models/SaveCustomTextResponseBody.js.map +1 -1
  864. package/dist/models/SaveDataSourceOrderConfigRequest.d.ts +36 -0
  865. package/dist/models/SaveDataSourceOrderConfigRequest.js.map +1 -1
  866. package/dist/models/SaveDataSourceOrderConfigResponseBody.d.ts +19 -1
  867. package/dist/models/SaveDataSourceOrderConfigResponseBody.js.map +1 -1
  868. package/dist/models/SaveDataSourceOrderConfigShrinkRequest.d.ts +19 -0
  869. package/dist/models/SaveDataSourceOrderConfigShrinkRequest.js.map +1 -1
  870. package/dist/models/SaveMaterialDocumentRequest.d.ts +61 -0
  871. package/dist/models/SaveMaterialDocumentRequest.js.map +1 -1
  872. package/dist/models/SaveMaterialDocumentResponseBody.d.ts +18 -0
  873. package/dist/models/SaveMaterialDocumentResponseBody.js.map +1 -1
  874. package/dist/models/SaveMaterialDocumentShrinkRequest.d.ts +61 -0
  875. package/dist/models/SaveMaterialDocumentShrinkRequest.js.map +1 -1
  876. package/dist/models/SaveOrUpdateOssConfigRequest.d.ts +8 -0
  877. package/dist/models/SaveOrUpdateOssConfigRequest.js.map +1 -1
  878. package/dist/models/SaveOrUpdateOssConfigResponseBody.d.ts +26 -1
  879. package/dist/models/SaveOrUpdateOssConfigResponseBody.js.map +1 -1
  880. package/dist/models/SaveStyleLearningResultRequest.d.ts +35 -0
  881. package/dist/models/SaveStyleLearningResultRequest.js.map +1 -1
  882. package/dist/models/SaveStyleLearningResultResponseBody.d.ts +18 -0
  883. package/dist/models/SaveStyleLearningResultResponseBody.js.map +1 -1
  884. package/dist/models/SaveStyleLearningResultShrinkRequest.d.ts +35 -0
  885. package/dist/models/SaveStyleLearningResultShrinkRequest.js.map +1 -1
  886. package/dist/models/SearchDatasetDocumentsRequest.d.ts +67 -0
  887. package/dist/models/SearchDatasetDocumentsRequest.js.map +1 -1
  888. package/dist/models/SearchDatasetDocumentsResponseBody.d.ts +141 -2
  889. package/dist/models/SearchDatasetDocumentsResponseBody.js.map +1 -1
  890. package/dist/models/SearchDatasetDocumentsShrinkRequest.d.ts +67 -0
  891. package/dist/models/SearchDatasetDocumentsShrinkRequest.js.map +1 -1
  892. package/dist/models/SearchNewsRequest.d.ts +23 -2
  893. package/dist/models/SearchNewsRequest.js.map +1 -1
  894. package/dist/models/SearchNewsResponseBody.d.ts +70 -2
  895. package/dist/models/SearchNewsResponseBody.js.map +1 -1
  896. package/dist/models/SearchNewsShrinkRequest.d.ts +23 -2
  897. package/dist/models/SearchNewsShrinkRequest.js.map +1 -1
  898. package/dist/models/SubmitAsyncTaskRequest.d.ts +14 -1
  899. package/dist/models/SubmitAsyncTaskRequest.js.map +1 -1
  900. package/dist/models/SubmitAsyncTaskResponseBody.d.ts +31 -3
  901. package/dist/models/SubmitAsyncTaskResponseBody.js.map +1 -1
  902. package/dist/models/SubmitAuditNoteRequest.d.ts +11 -0
  903. package/dist/models/SubmitAuditNoteRequest.js.map +1 -1
  904. package/dist/models/SubmitAuditNoteResponseBody.d.ts +16 -1
  905. package/dist/models/SubmitAuditNoteResponseBody.js.map +1 -1
  906. package/dist/models/SubmitAuditTaskRequest.d.ts +27 -0
  907. package/dist/models/SubmitAuditTaskRequest.js.map +1 -1
  908. package/dist/models/SubmitAuditTaskResponseBody.d.ts +19 -0
  909. package/dist/models/SubmitAuditTaskResponseBody.js.map +1 -1
  910. package/dist/models/SubmitCustomHotTopicBroadcastJobRequest.d.ts +43 -0
  911. package/dist/models/SubmitCustomHotTopicBroadcastJobRequest.js.map +1 -1
  912. package/dist/models/SubmitCustomHotTopicBroadcastJobResponseBody.d.ts +22 -0
  913. package/dist/models/SubmitCustomHotTopicBroadcastJobResponseBody.js.map +1 -1
  914. package/dist/models/SubmitCustomHotTopicBroadcastJobShrinkRequest.d.ts +11 -0
  915. package/dist/models/SubmitCustomHotTopicBroadcastJobShrinkRequest.js.map +1 -1
  916. package/dist/models/SubmitCustomSourceTopicAnalysisRequest.d.ts +92 -0
  917. package/dist/models/SubmitCustomSourceTopicAnalysisRequest.js +4 -0
  918. package/dist/models/SubmitCustomSourceTopicAnalysisRequest.js.map +1 -1
  919. package/dist/models/SubmitCustomSourceTopicAnalysisResponseBody.d.ts +25 -0
  920. package/dist/models/SubmitCustomSourceTopicAnalysisResponseBody.js.map +1 -1
  921. package/dist/models/SubmitCustomSourceTopicAnalysisShrinkRequest.d.ts +31 -0
  922. package/dist/models/SubmitCustomSourceTopicAnalysisShrinkRequest.js.map +1 -1
  923. package/dist/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest.d.ts +31 -0
  924. package/dist/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest.js.map +1 -1
  925. package/dist/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBody.d.ts +22 -0
  926. package/dist/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBody.js.map +1 -1
  927. package/dist/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskShrinkRequest.d.ts +11 -0
  928. package/dist/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskShrinkRequest.js.map +1 -1
  929. package/dist/models/SubmitDeepWriteTaskRequest.d.ts +77 -1
  930. package/dist/models/SubmitDeepWriteTaskRequest.js.map +1 -1
  931. package/dist/models/SubmitDeepWriteTaskResponseBody.d.ts +23 -1
  932. package/dist/models/SubmitDeepWriteTaskResponseBody.js.map +1 -1
  933. package/dist/models/SubmitDeepWriteTaskShrinkRequest.d.ts +23 -0
  934. package/dist/models/SubmitDeepWriteTaskShrinkRequest.js.map +1 -1
  935. package/dist/models/SubmitDocClusterTaskRequest.d.ts +21 -0
  936. package/dist/models/SubmitDocClusterTaskRequest.js.map +1 -1
  937. package/dist/models/SubmitDocClusterTaskResponseBody.d.ts +22 -0
  938. package/dist/models/SubmitDocClusterTaskResponseBody.js.map +1 -1
  939. package/dist/models/SubmitDocClusterTaskShrinkRequest.d.ts +13 -0
  940. package/dist/models/SubmitDocClusterTaskShrinkRequest.js.map +1 -1
  941. package/dist/models/SubmitEnterpriseVocAnalysisTaskRequest.d.ts +86 -0
  942. package/dist/models/SubmitEnterpriseVocAnalysisTaskRequest.js.map +1 -1
  943. package/dist/models/SubmitEnterpriseVocAnalysisTaskResponseBody.d.ts +22 -0
  944. package/dist/models/SubmitEnterpriseVocAnalysisTaskResponseBody.js.map +1 -1
  945. package/dist/models/SubmitEnterpriseVocAnalysisTaskShrinkRequest.d.ts +40 -0
  946. package/dist/models/SubmitEnterpriseVocAnalysisTaskShrinkRequest.js.map +1 -1
  947. package/dist/models/SubmitExportTermsTaskRequest.d.ts +6 -0
  948. package/dist/models/SubmitExportTermsTaskRequest.js.map +1 -1
  949. package/dist/models/SubmitExportTermsTaskResponseBody.d.ts +20 -1
  950. package/dist/models/SubmitExportTermsTaskResponseBody.js.map +1 -1
  951. package/dist/models/SubmitFactAuditUrlRequest.d.ts +4 -0
  952. package/dist/models/SubmitFactAuditUrlRequest.js.map +1 -1
  953. package/dist/models/SubmitFactAuditUrlResponseBody.d.ts +16 -1
  954. package/dist/models/SubmitFactAuditUrlResponseBody.js.map +1 -1
  955. package/dist/models/SubmitImportTermsTaskRequest.d.ts +8 -0
  956. package/dist/models/SubmitImportTermsTaskRequest.js.map +1 -1
  957. package/dist/models/SubmitImportTermsTaskResponseBody.d.ts +19 -0
  958. package/dist/models/SubmitImportTermsTaskResponseBody.js.map +1 -1
  959. package/dist/models/SubmitParseDocumentLayoutTaskRequest.d.ts +3 -0
  960. package/dist/models/SubmitParseDocumentLayoutTaskRequest.js.map +1 -1
  961. package/dist/models/SubmitParseDocumentLayoutTaskResponseBody.d.ts +0 -3
  962. package/dist/models/SubmitParseDocumentLayoutTaskResponseBody.js.map +1 -1
  963. package/dist/models/SubmitSmartAuditRequest.d.ts +64 -0
  964. package/dist/models/SubmitSmartAuditRequest.js.map +1 -1
  965. package/dist/models/SubmitSmartAuditResponseBody.d.ts +20 -1
  966. package/dist/models/SubmitSmartAuditResponseBody.js.map +1 -1
  967. package/dist/models/SubmitSmartAuditShrinkRequest.d.ts +36 -0
  968. package/dist/models/SubmitSmartAuditShrinkRequest.js.map +1 -1
  969. package/dist/models/SubmitSmartClipTaskRequest.d.ts +214 -0
  970. package/dist/models/SubmitSmartClipTaskRequest.js.map +1 -1
  971. package/dist/models/SubmitSmartClipTaskResponseBody.d.ts +22 -0
  972. package/dist/models/SubmitSmartClipTaskResponseBody.js.map +1 -1
  973. package/dist/models/SubmitSmartClipTaskShrinkRequest.d.ts +19 -0
  974. package/dist/models/SubmitSmartClipTaskShrinkRequest.js.map +1 -1
  975. package/dist/models/SubmitTopicSelectionPerspectiveAnalysisTaskRequest.d.ts +50 -0
  976. package/dist/models/SubmitTopicSelectionPerspectiveAnalysisTaskRequest.js.map +1 -1
  977. package/dist/models/SubmitTopicSelectionPerspectiveAnalysisTaskResponseBody.d.ts +25 -0
  978. package/dist/models/SubmitTopicSelectionPerspectiveAnalysisTaskResponseBody.js.map +1 -1
  979. package/dist/models/SubmitTopicSelectionPerspectiveAnalysisTaskShrinkRequest.d.ts +12 -0
  980. package/dist/models/SubmitTopicSelectionPerspectiveAnalysisTaskShrinkRequest.js.map +1 -1
  981. package/dist/models/SubmitVideoAuditRequest.d.ts +7 -5
  982. package/dist/models/SubmitVideoAuditRequest.js.map +1 -1
  983. package/dist/models/SubmitVideoAuditResponseBody.d.ts +7 -7
  984. package/dist/models/TopicSelection.d.ts +32 -0
  985. package/dist/models/TopicSelection.js.map +1 -1
  986. package/dist/models/UpdateCustomTextRequest.d.ts +13 -0
  987. package/dist/models/UpdateCustomTextRequest.js.map +1 -1
  988. package/dist/models/UpdateCustomTextResponseBody.d.ts +18 -0
  989. package/dist/models/UpdateCustomTextResponseBody.js.map +1 -1
  990. package/dist/models/UpdateDatasetDocumentRequest.d.ts +54 -2
  991. package/dist/models/UpdateDatasetDocumentRequest.js.map +1 -1
  992. package/dist/models/UpdateDatasetDocumentResponseBody.d.ts +64 -0
  993. package/dist/models/UpdateDatasetDocumentResponseBody.js.map +1 -1
  994. package/dist/models/UpdateDatasetDocumentShrinkRequest.d.ts +11 -0
  995. package/dist/models/UpdateDatasetDocumentShrinkRequest.js.map +1 -1
  996. package/dist/models/UpdateDatasetRequest.d.ts +156 -2
  997. package/dist/models/UpdateDatasetRequest.js.map +1 -1
  998. package/dist/models/UpdateDatasetResponseBody.d.ts +81 -0
  999. package/dist/models/UpdateDatasetResponseBody.js.map +1 -1
  1000. package/dist/models/UpdateDatasetShrinkRequest.d.ts +15 -0
  1001. package/dist/models/UpdateDatasetShrinkRequest.js.map +1 -1
  1002. package/dist/models/UpdateGeneralConfigRequest.d.ts +22 -0
  1003. package/dist/models/UpdateGeneralConfigRequest.js.map +1 -1
  1004. package/dist/models/UpdateGeneralConfigResponseBody.d.ts +31 -0
  1005. package/dist/models/UpdateGeneralConfigResponseBody.js.map +1 -1
  1006. package/dist/models/UpdateGeneratedContentRequest.d.ts +21 -1
  1007. package/dist/models/UpdateGeneratedContentRequest.js.map +1 -1
  1008. package/dist/models/UpdateGeneratedContentResponseBody.d.ts +18 -0
  1009. package/dist/models/UpdateGeneratedContentResponseBody.js.map +1 -1
  1010. package/dist/models/UpdateGeneratedContentShrinkRequest.d.ts +21 -1
  1011. package/dist/models/UpdateGeneratedContentShrinkRequest.js.map +1 -1
  1012. package/dist/models/UpdateMaterialDocumentRequest.d.ts +60 -0
  1013. package/dist/models/UpdateMaterialDocumentRequest.js.map +1 -1
  1014. package/dist/models/UpdateMaterialDocumentResponseBody.d.ts +18 -0
  1015. package/dist/models/UpdateMaterialDocumentResponseBody.js.map +1 -1
  1016. package/dist/models/UpdateMaterialDocumentShrinkRequest.d.ts +60 -0
  1017. package/dist/models/UpdateMaterialDocumentShrinkRequest.js.map +1 -1
  1018. package/dist/models/UploadBookRequest.d.ts +21 -0
  1019. package/dist/models/UploadBookRequest.js.map +1 -1
  1020. package/dist/models/UploadBookResponseBody.d.ts +25 -1
  1021. package/dist/models/UploadBookResponseBody.js.map +1 -1
  1022. package/dist/models/UploadBookShrinkRequest.d.ts +11 -0
  1023. package/dist/models/UploadBookShrinkRequest.js.map +1 -1
  1024. package/dist/models/UploadDocRequest.d.ts +14 -0
  1025. package/dist/models/UploadDocRequest.js.map +1 -1
  1026. package/dist/models/UploadDocResponseBody.d.ts +24 -0
  1027. package/dist/models/UploadDocResponseBody.js.map +1 -1
  1028. package/dist/models/UploadDocShrinkRequest.d.ts +7 -0
  1029. package/dist/models/UploadDocShrinkRequest.js.map +1 -1
  1030. package/dist/models/ValidateUploadTemplateRequest.d.ts +9 -0
  1031. package/dist/models/ValidateUploadTemplateRequest.js.map +1 -1
  1032. package/dist/models/ValidateUploadTemplateResponseBody.d.ts +28 -0
  1033. package/dist/models/ValidateUploadTemplateResponseBody.js.map +1 -1
  1034. package/dist/models/WritingOutline.d.ts +36 -0
  1035. package/dist/models/WritingOutline.js.map +1 -1
  1036. package/dist/models/WritingStyleTemplateDefine.d.ts +0 -8
  1037. package/dist/models/WritingStyleTemplateDefine.js.map +1 -1
  1038. package/dist/models/WritingStyleTemplateField.d.ts +0 -48
  1039. package/dist/models/WritingStyleTemplateField.js.map +1 -1
  1040. package/package.json +1 -1
  1041. package/src/client.ts +931 -478
  1042. package/src/models/AddAuditTermsRequest.ts +22 -0
  1043. package/src/models/AddAuditTermsResponseBody.ts +22 -1
  1044. package/src/models/AddAuditTermsShrinkRequest.ts +22 -0
  1045. package/src/models/AddDatasetDocumentRequest.ts +191 -14
  1046. package/src/models/AddDatasetDocumentResponseBody.ts +49 -1
  1047. package/src/models/AddDatasetDocumentShrinkRequest.ts +10 -0
  1048. package/src/models/AsyncCreateClipsTaskRequest.ts +261 -0
  1049. package/src/models/AsyncCreateClipsTaskResponseBody.ts +33 -0
  1050. package/src/models/AsyncCreateClipsTaskShrinkRequest.ts +182 -0
  1051. package/src/models/AsyncCreateClipsTimeLineRequest.ts +16 -0
  1052. package/src/models/AsyncCreateClipsTimeLineResponseBody.ts +32 -1
  1053. package/src/models/AsyncCreateClipsTimeLineShrinkRequest.ts +16 -0
  1054. package/src/models/AsyncEditTimelineRequest.ts +85 -0
  1055. package/src/models/AsyncEditTimelineResponseBody.ts +39 -1
  1056. package/src/models/AsyncEditTimelineShrinkRequest.ts +13 -0
  1057. package/src/models/AsyncUploadTenderDocRequest.ts +9 -0
  1058. package/src/models/AsyncUploadTenderDocResponseBody.ts +19 -0
  1059. package/src/models/AsyncUploadVideoRequest.ts +70 -1
  1060. package/src/models/AsyncUploadVideoResponseBody.ts +35 -0
  1061. package/src/models/AsyncUploadVideoShrinkRequest.ts +38 -1
  1062. package/src/models/AsyncWritingBiddingDocRequest.ts +16 -0
  1063. package/src/models/AsyncWritingBiddingDocResponseBody.ts +19 -0
  1064. package/src/models/BindPptArtifactRequest.ts +7 -0
  1065. package/src/models/BindPptArtifactResponseBody.ts +19 -0
  1066. package/src/models/CancelAsyncTaskRequest.ts +7 -0
  1067. package/src/models/CancelAsyncTaskResponseBody.ts +20 -2
  1068. package/src/models/CancelAuditTaskRequest.ts +9 -0
  1069. package/src/models/CancelAuditTaskResponseBody.ts +16 -1
  1070. package/src/models/CancelDeepWriteTaskRequest.ts +6 -0
  1071. package/src/models/CancelDeepWriteTaskResponseBody.ts +30 -1
  1072. package/src/models/ClearIntervenesRequest.ts +2 -0
  1073. package/src/models/ClearIntervenesResponseBody.ts +34 -1
  1074. package/src/models/ConfirmAndPostProcessAuditNoteRequest.ts +4 -0
  1075. package/src/models/ConfirmAndPostProcessAuditNoteResponseBody.ts +15 -0
  1076. package/src/models/CreateDataPermissionsRequest.ts +17 -0
  1077. package/src/models/CreateDataPermissionsResponseBody.ts +15 -0
  1078. package/src/models/CreateDataPermissionsShrinkRequest.ts +8 -0
  1079. package/src/models/CreateDatasetRequest.ts +197 -3
  1080. package/src/models/CreateDatasetResponseBody.ts +40 -0
  1081. package/src/models/CreateDatasetShrinkRequest.ts +41 -1
  1082. package/src/models/CreateGeneralConfigRequest.ts +22 -0
  1083. package/src/models/CreateGeneralConfigResponseBody.ts +31 -0
  1084. package/src/models/CreateGeneratedContentRequest.ts +40 -0
  1085. package/src/models/CreateGeneratedContentResponseBody.ts +20 -2
  1086. package/src/models/CreateGeneratedContentShrinkRequest.ts +40 -0
  1087. package/src/models/CreateTokenRequest.ts +2 -0
  1088. package/src/models/CreateTokenResponseBody.ts +27 -2
  1089. package/src/models/DeleteAuditNoteRequest.ts +6 -0
  1090. package/src/models/DeleteAuditNoteResponseBody.ts +15 -0
  1091. package/src/models/DeleteAuditTermsRequest.ts +6 -0
  1092. package/src/models/DeleteAuditTermsResponseBody.ts +16 -1
  1093. package/src/models/DeleteAuditTermsShrinkRequest.ts +6 -0
  1094. package/src/models/DeleteCustomTextRequest.ts +11 -0
  1095. package/src/models/DeleteCustomTextResponseBody.ts +21 -3
  1096. package/src/models/DeleteCustomTopicByTopicRequest.ts +4 -0
  1097. package/src/models/DeleteCustomTopicByTopicResponseBody.ts +18 -0
  1098. package/src/models/DeleteCustomTopicViewPointByIdRequest.ts +4 -0
  1099. package/src/models/DeleteCustomTopicViewPointByIdResponseBody.ts +18 -0
  1100. package/src/models/DeleteDataPermissionsRequest.ts +4 -0
  1101. package/src/models/DeleteDataPermissionsResponseBody.ts +15 -0
  1102. package/src/models/DeleteDataPermissionsShrinkRequest.ts +4 -0
  1103. package/src/models/DeleteDatasetDocumentRequest.ts +14 -0
  1104. package/src/models/DeleteDatasetDocumentResponseBody.ts +19 -0
  1105. package/src/models/DeleteDatasetRequest.ts +4 -0
  1106. package/src/models/DeleteDatasetResponseBody.ts +15 -0
  1107. package/src/models/DeleteDocsRequest.ts +4 -0
  1108. package/src/models/DeleteDocsResponseBody.ts +15 -0
  1109. package/src/models/DeleteDocsShrinkRequest.ts +4 -0
  1110. package/src/models/DeleteFactAuditUrlRequest.ts +4 -0
  1111. package/src/models/DeleteFactAuditUrlResponseBody.ts +15 -0
  1112. package/src/models/DeleteGeneralConfigRequest.ts +4 -0
  1113. package/src/models/DeleteGeneralConfigResponseBody.ts +15 -0
  1114. package/src/models/DeleteGeneratedContentRequest.ts +4 -0
  1115. package/src/models/DeleteGeneratedContentResponseBody.ts +19 -1
  1116. package/src/models/DeleteInterveneRuleRequest.ts +5 -0
  1117. package/src/models/DeleteInterveneRuleResponseBody.ts +34 -1
  1118. package/src/models/DeleteMaterialByIdRequest.ts +4 -0
  1119. package/src/models/DeleteMaterialByIdResponseBody.ts +18 -0
  1120. package/src/models/DeletePptArtifactRequest.ts +10 -0
  1121. package/src/models/DeletePptArtifactResponseBody.ts +19 -0
  1122. package/src/models/DeleteStyleLearningResultRequest.ts +4 -0
  1123. package/src/models/DeleteStyleLearningResultResponseBody.ts +18 -0
  1124. package/src/models/DocumentExtractionRequest.ts +4 -0
  1125. package/src/models/DocumentExtractionResponseBody.ts +52 -3
  1126. package/src/models/DocumentExtractionShrinkRequest.ts +4 -0
  1127. package/src/models/DownloadAuditNoteRequest.ts +9 -0
  1128. package/src/models/DownloadAuditNoteResponseBody.ts +15 -0
  1129. package/src/models/DownloadBiddingDocRequest.ts +6 -0
  1130. package/src/models/DownloadBiddingDocResponseBody.ts +23 -1
  1131. package/src/models/EditAuditTermsRequest.ts +18 -0
  1132. package/src/models/EditAuditTermsResponseBody.ts +15 -0
  1133. package/src/models/EditAuditTermsShrinkRequest.ts +18 -0
  1134. package/src/models/EditBiddingDocRequest.ts +19 -0
  1135. package/src/models/EditBiddingDocResponseBody.ts +19 -0
  1136. package/src/models/ExportAnalysisTagDetailByTaskIdRequest.ts +10 -0
  1137. package/src/models/ExportAnalysisTagDetailByTaskIdResponseBody.ts +18 -0
  1138. package/src/models/ExportAnalysisTagDetailByTaskIdShrinkRequest.ts +10 -0
  1139. package/src/models/ExportAuditContentResultRequest.ts +6 -0
  1140. package/src/models/ExportAuditContentResultResponseBody.ts +16 -1
  1141. package/src/models/ExportCustomSourceAnalysisTaskRequest.ts +7 -0
  1142. package/src/models/ExportCustomSourceAnalysisTaskResponseBody.ts +18 -0
  1143. package/src/models/ExportGeneratedContentRequest.ts +4 -0
  1144. package/src/models/ExportGeneratedContentResponseBody.ts +18 -0
  1145. package/src/models/ExportHotTopicPlanningProposalsRequest.ts +35 -2
  1146. package/src/models/ExportHotTopicPlanningProposalsResponseBody.ts +18 -0
  1147. package/src/models/ExportHotTopicPlanningProposalsShrinkRequest.ts +35 -2
  1148. package/src/models/ExportIntervenesRequest.ts +2 -0
  1149. package/src/models/ExportIntervenesResponseBody.ts +22 -0
  1150. package/src/models/ExportPptArtifactRequest.ts +14 -0
  1151. package/src/models/ExportPptArtifactResponseBody.ts +21 -1
  1152. package/src/models/FeedbackDialogueRequest.ts +23 -0
  1153. package/src/models/FeedbackDialogueResponseBody.ts +18 -3
  1154. package/src/models/FeedbackDialogueShrinkRequest.ts +23 -0
  1155. package/src/models/FetchExportTermsTaskRequest.ts +4 -0
  1156. package/src/models/FetchExportTermsTaskResponseBody.ts +23 -1
  1157. package/src/models/FetchExportWordTaskRequest.ts +5 -0
  1158. package/src/models/FetchExportWordTaskResponseBody.ts +29 -0
  1159. package/src/models/FetchImageTaskRequest.ts +6 -0
  1160. package/src/models/FetchImageTaskResponseBody.ts +51 -2
  1161. package/src/models/FetchImageTaskShrinkRequest.ts +6 -0
  1162. package/src/models/FetchImportTermsTaskRequest.ts +4 -0
  1163. package/src/models/FetchImportTermsTaskResponseBody.ts +19 -0
  1164. package/src/models/FetchParseDocumentLayoutTaskRequest.ts +4 -0
  1165. package/src/models/FetchParseDocumentLayoutTaskResponseBody.ts +69 -0
  1166. package/src/models/GenerateExportWordTaskRequest.ts +4 -0
  1167. package/src/models/GenerateExportWordTaskResponseBody.ts +22 -0
  1168. package/src/models/GenerateFileUrlByKeyRequest.ts +12 -0
  1169. package/src/models/GenerateFileUrlByKeyResponseBody.ts +20 -2
  1170. package/src/models/GenerateImageTaskRequest.ts +35 -1
  1171. package/src/models/GenerateImageTaskResponseBody.ts +35 -0
  1172. package/src/models/GenerateImageTaskShrinkRequest.ts +11 -1
  1173. package/src/models/GenerateTraceability.ts +32 -1
  1174. package/src/models/GenerateUploadConfigRequest.ts +16 -1
  1175. package/src/models/GenerateUploadConfigResponseBody.ts +42 -3
  1176. package/src/models/GenerateViewPointRequest.ts +10 -0
  1177. package/src/models/GenerateViewPointResponseBody.ts +30 -0
  1178. package/src/models/GenerateViewPointShrinkRequest.ts +6 -0
  1179. package/src/models/GetAuditNotePostProcessingStatusRequest.ts +4 -0
  1180. package/src/models/GetAuditNotePostProcessingStatusResponseBody.ts +33 -0
  1181. package/src/models/GetAuditNoteProcessingStatusRequest.ts +4 -0
  1182. package/src/models/GetAuditNoteProcessingStatusResponseBody.ts +35 -1
  1183. package/src/models/GetAutoClipsTaskInfoRequest.ts +21 -0
  1184. package/src/models/GetAutoClipsTaskInfoResponseBody.ts +399 -1
  1185. package/src/models/GetAvailableAuditNotesRequest.ts +6 -0
  1186. package/src/models/GetAvailableAuditNotesResponseBody.ts +31 -0
  1187. package/src/models/GetBiddingDocInfoRequest.ts +6 -0
  1188. package/src/models/GetBiddingDocInfoResponseBody.ts +44 -0
  1189. package/src/models/GetBiddingRemainLimitNumRequest.ts +6 -0
  1190. package/src/models/GetBiddingRemainLimitNumResponseBody.ts +19 -0
  1191. package/src/models/GetCategoriesByTaskIdRequest.ts +6 -0
  1192. package/src/models/GetCategoriesByTaskIdResponseBody.ts +40 -0
  1193. package/src/models/GetClipsBuildInResourceRequest.ts +11 -0
  1194. package/src/models/GetClipsBuildInResourceResponseBody.ts +28 -0
  1195. package/src/models/GetCustomHotTopicBroadcastJobRequest.ts +6 -0
  1196. package/src/models/GetCustomHotTopicBroadcastJobResponseBody.ts +40 -0
  1197. package/src/models/GetCustomSourceTopicAnalysisTaskRequest.ts +4 -0
  1198. package/src/models/GetCustomSourceTopicAnalysisTaskResponseBody.ts +71 -0
  1199. package/src/models/GetCustomTextRequest.ts +7 -0
  1200. package/src/models/GetCustomTextResponseBody.ts +40 -0
  1201. package/src/models/GetCustomTopicSelectionPerspectiveAnalysisTaskRequest.ts +6 -0
  1202. package/src/models/GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBody.ts +65 -0
  1203. package/src/models/GetDataSourceOrderConfigRequest.ts +17 -0
  1204. package/src/models/GetDataSourceOrderConfigResponseBody.ts +47 -1
  1205. package/src/models/GetDatasetDocumentRequest.ts +18 -0
  1206. package/src/models/GetDatasetDocumentResponseBody.ts +181 -2
  1207. package/src/models/GetDatasetDocumentShrinkRequest.ts +18 -0
  1208. package/src/models/GetDatasetRequest.ts +8 -0
  1209. package/src/models/GetDatasetResponseBody.ts +193 -3
  1210. package/src/models/GetDeepWriteTaskRequest.ts +6 -0
  1211. package/src/models/GetDeepWriteTaskResponseBody.ts +29 -0
  1212. package/src/models/GetDeepWriteTaskResultRequest.ts +6 -0
  1213. package/src/models/GetDeepWriteTaskResultResponseBody.ts +23 -0
  1214. package/src/models/GetDocClusterTaskRequest.ts +6 -0
  1215. package/src/models/GetDocClusterTaskResponseBody.ts +39 -0
  1216. package/src/models/GetDocInfoRequest.ts +7 -0
  1217. package/src/models/GetDocInfoResponseBody.ts +42 -1
  1218. package/src/models/GetEnterpriseVocAnalysisTaskRequest.ts +6 -0
  1219. package/src/models/GetEnterpriseVocAnalysisTaskResponseBody.ts +76 -0
  1220. package/src/models/GetFactAuditUrlRequest.ts +2 -0
  1221. package/src/models/GetFactAuditUrlResponseBody.ts +14 -0
  1222. package/src/models/GetFileContentLengthRequest.ts +8 -0
  1223. package/src/models/GetFileContentLengthResponseBody.ts +22 -0
  1224. package/src/models/GetGeneralConfigRequest.ts +4 -0
  1225. package/src/models/GetGeneralConfigResponseBody.ts +31 -0
  1226. package/src/models/GetGeneratedContentRequest.ts +4 -0
  1227. package/src/models/GetGeneratedContentResponseBody.ts +94 -2
  1228. package/src/models/GetHotTopicBroadcastRequest.ts +70 -0
  1229. package/src/models/GetHotTopicBroadcastResponseBody.ts +206 -2
  1230. package/src/models/GetHotTopicBroadcastShrinkRequest.ts +46 -0
  1231. package/src/models/GetInterveneGlobalReplyRequest.ts +2 -0
  1232. package/src/models/GetInterveneGlobalReplyResponseBody.ts +29 -0
  1233. package/src/models/GetInterveneImportTaskInfoRequest.ts +7 -0
  1234. package/src/models/GetInterveneImportTaskInfoResponseBody.ts +38 -0
  1235. package/src/models/GetInterveneRuleDetailRequest.ts +5 -0
  1236. package/src/models/GetInterveneRuleDetailResponseBody.ts +70 -0
  1237. package/src/models/GetInterveneTemplateFileUrlRequest.ts +2 -0
  1238. package/src/models/GetInterveneTemplateFileUrlResponseBody.ts +22 -0
  1239. package/src/models/GetMaterialByIdRequest.ts +4 -0
  1240. package/src/models/GetMaterialByIdResponseBody.ts +101 -0
  1241. package/src/models/GetPptArtifactExportResultRequest.ts +6 -0
  1242. package/src/models/GetPptArtifactExportResultResponseBody.ts +21 -1
  1243. package/src/models/GetPptArtifactRequest.ts +6 -0
  1244. package/src/models/GetPptArtifactResponseBody.ts +52 -1
  1245. package/src/models/GetPptConfigRequest.ts +3 -0
  1246. package/src/models/GetPptConfigResponseBody.ts +16 -0
  1247. package/src/models/GetPptInfoRequest.ts +6 -0
  1248. package/src/models/GetPptInfoResponseBody.ts +39 -1
  1249. package/src/models/GetPptTemplateSelectorRequest.ts +3 -0
  1250. package/src/models/GetPptTemplateSelectorResponseBody.ts +63 -0
  1251. package/src/models/GetPropertiesRequest.ts +2 -0
  1252. package/src/models/GetPropertiesResponseBody.ts +206 -1
  1253. package/src/models/GetSmartAuditResultRequest.ts +6 -0
  1254. package/src/models/GetSmartAuditResultResponseBody.ts +94 -1
  1255. package/src/models/GetSmartClipTaskRequest.ts +6 -0
  1256. package/src/models/GetSmartClipTaskResponseBody.ts +78 -1
  1257. package/src/models/GetStyleLearningResultRequest.ts +4 -0
  1258. package/src/models/GetStyleLearningResultResponseBody.ts +139 -1
  1259. package/src/models/GetTopicByIdRequest.ts +4 -0
  1260. package/src/models/GetTopicByIdResponseBody.ts +96 -1
  1261. package/src/models/GetTopicSelectionPerspectiveAnalysisTaskRequest.ts +7 -0
  1262. package/src/models/GetTopicSelectionPerspectiveAnalysisTaskResponseBody.ts +314 -4
  1263. package/src/models/HottopicNews.ts +28 -0
  1264. package/src/models/ImportInterveneFileAsyncRequest.ts +11 -0
  1265. package/src/models/ImportInterveneFileAsyncResponseBody.ts +34 -1
  1266. package/src/models/ImportInterveneFileRequest.ts +11 -0
  1267. package/src/models/ImportInterveneFileResponseBody.ts +35 -2
  1268. package/src/models/InitiatePptCreationRequest.ts +22 -0
  1269. package/src/models/InitiatePptCreationResponseBody.ts +18 -2
  1270. package/src/models/InitiatePptCreationV2request.ts +41 -0
  1271. package/src/models/InitiatePptCreationV2responseBody.ts +38 -1
  1272. package/src/models/InsertInterveneGlobalReplyRequest.ts +20 -0
  1273. package/src/models/InsertInterveneGlobalReplyResponseBody.ts +26 -0
  1274. package/src/models/InsertInterveneGlobalReplyShrinkRequest.ts +6 -0
  1275. package/src/models/InsertInterveneRuleRequest.ts +64 -1
  1276. package/src/models/InsertInterveneRuleResponseBody.ts +30 -1
  1277. package/src/models/InsertInterveneRuleShrinkRequest.ts +6 -0
  1278. package/src/models/ListAnalysisTagDetailByTaskIdRequest.ts +22 -0
  1279. package/src/models/ListAnalysisTagDetailByTaskIdResponseBody.ts +54 -0
  1280. package/src/models/ListAnalysisTagDetailByTaskIdShrinkRequest.ts +22 -0
  1281. package/src/models/ListAsyncTasksRequest.ts +42 -0
  1282. package/src/models/ListAsyncTasksResponseBody.ts +108 -1
  1283. package/src/models/ListAsyncTasksShrinkRequest.ts +42 -0
  1284. package/src/models/ListAuditContentErrorTypesRequest.ts +9 -0
  1285. package/src/models/ListAuditContentErrorTypesResponseBody.ts +53 -0
  1286. package/src/models/ListAuditTermsRequest.ts +12 -0
  1287. package/src/models/ListAuditTermsResponseBody.ts +45 -0
  1288. package/src/models/ListAutoClipsTaskRequest.ts +33 -0
  1289. package/src/models/ListAutoClipsTaskResponseBody.ts +54 -1
  1290. package/src/models/ListBiddingDocRequest.ts +34 -0
  1291. package/src/models/ListBiddingDocResponseBody.ts +53 -0
  1292. package/src/models/ListBuildConfigsRequest.ts +5 -0
  1293. package/src/models/ListBuildConfigsResponseBody.ts +72 -0
  1294. package/src/models/ListCustomTextRequest.ts +5 -0
  1295. package/src/models/ListCustomTextResponseBody.ts +42 -2
  1296. package/src/models/ListCustomViewPointsRequest.ts +26 -0
  1297. package/src/models/ListCustomViewPointsResponseBody.ts +72 -0
  1298. package/src/models/ListCustomViewPointsShrinkRequest.ts +26 -0
  1299. package/src/models/ListDataPermissionsRequest.ts +18 -0
  1300. package/src/models/ListDataPermissionsResponseBody.ts +56 -0
  1301. package/src/models/ListDatasetDocumentsRequest.ts +135 -0
  1302. package/src/models/ListDatasetDocumentsResponseBody.ts +111 -1
  1303. package/src/models/ListDatasetDocumentsShrinkRequest.ts +135 -0
  1304. package/src/models/ListDatasetsRequest.ts +33 -0
  1305. package/src/models/ListDatasetsResponseBody.ts +91 -0
  1306. package/src/models/ListDialoguesRequest.ts +22 -0
  1307. package/src/models/ListDialoguesResponseBody.ts +48 -2
  1308. package/src/models/ListDocsRequest.ts +28 -0
  1309. package/src/models/ListDocsResponseBody.ts +57 -0
  1310. package/src/models/ListDocsShrinkRequest.ts +28 -0
  1311. package/src/models/ListDocumentRetrieveRequest.ts +68 -0
  1312. package/src/models/ListDocumentRetrieveResponseBody.ts +40 -1
  1313. package/src/models/ListEnterprisePptTemplatesRequest.ts +12 -0
  1314. package/src/models/ListEnterprisePptTemplatesResponseBody.ts +38 -1
  1315. package/src/models/ListFreshViewPointsRequest.ts +12 -0
  1316. package/src/models/ListFreshViewPointsResponseBody.ts +44 -0
  1317. package/src/models/ListGeneralConfigsRequest.ts +8 -0
  1318. package/src/models/ListGeneralConfigsResponseBody.ts +40 -0
  1319. package/src/models/ListGeneratedContentsRequest.ts +79 -0
  1320. package/src/models/ListGeneratedContentsResponseBody.ts +147 -2
  1321. package/src/models/ListHotNewsWithTypeRequest.ts +21 -0
  1322. package/src/models/ListHotNewsWithTypeResponseBody.ts +116 -3
  1323. package/src/models/ListHotNewsWithTypeShrinkRequest.ts +21 -0
  1324. package/src/models/ListHotSourcesRequest.ts +8 -0
  1325. package/src/models/ListHotSourcesResponseBody.ts +40 -0
  1326. package/src/models/ListHotTopicsRequest.ts +61 -1
  1327. package/src/models/ListHotTopicsResponseBody.ts +131 -1
  1328. package/src/models/ListHotTopicsShrinkRequest.ts +61 -1
  1329. package/src/models/ListHotViewPointsRequest.ts +12 -0
  1330. package/src/models/ListHotViewPointsResponseBody.ts +97 -0
  1331. package/src/models/ListInterveneCntRequest.ts +8 -0
  1332. package/src/models/ListInterveneCntResponseBody.ts +40 -1
  1333. package/src/models/ListInterveneImportTasksRequest.ts +8 -0
  1334. package/src/models/ListInterveneImportTasksResponseBody.ts +55 -1
  1335. package/src/models/ListInterveneRulesRequest.ts +8 -0
  1336. package/src/models/ListInterveneRulesResponseBody.ts +76 -1
  1337. package/src/models/ListIntervenesRequest.ts +25 -0
  1338. package/src/models/ListIntervenesResponseBody.ts +40 -1
  1339. package/src/models/ListMaterialDocumentsRequest.ts +60 -0
  1340. package/src/models/ListMaterialDocumentsResponseBody.ts +179 -2
  1341. package/src/models/ListMaterialDocumentsShrinkRequest.ts +60 -0
  1342. package/src/models/ListPlanningProposalRequest.ts +37 -1
  1343. package/src/models/ListPlanningProposalResponseBody.ts +52 -0
  1344. package/src/models/ListPlanningProposalShrinkRequest.ts +37 -1
  1345. package/src/models/ListPptArtifactsRequest.ts +16 -0
  1346. package/src/models/ListPptArtifactsResponseBody.ts +73 -0
  1347. package/src/models/ListPptTemplatesRequest.ts +25 -0
  1348. package/src/models/ListPptTemplatesResponseBody.ts +38 -1
  1349. package/src/models/ListSearchTaskDialogueDatasRequest.ts +33 -0
  1350. package/src/models/ListSearchTaskDialogueDatasResponseBody.ts +125 -0
  1351. package/src/models/ListSearchTaskDialoguesRequest.ts +13 -0
  1352. package/src/models/ListSearchTaskDialoguesResponseBody.ts +96 -0
  1353. package/src/models/ListSearchTasksRequest.ts +11 -0
  1354. package/src/models/ListSearchTasksResponseBody.ts +46 -0
  1355. package/src/models/ListSearchTasksShrinkRequest.ts +11 -0
  1356. package/src/models/ListStyleLearningResultRequest.ts +8 -0
  1357. package/src/models/ListStyleLearningResultResponseBody.ts +43 -0
  1358. package/src/models/ListTimedViewAttitudeRequest.ts +13 -1
  1359. package/src/models/ListTimedViewAttitudeResponseBody.ts +69 -0
  1360. package/src/models/ListTopicRecommendEventListRequest.ts +8 -0
  1361. package/src/models/ListTopicRecommendEventListResponseBody.ts +28 -0
  1362. package/src/models/ListTopicViewPointRecommendEventListRequest.ts +11 -0
  1363. package/src/models/ListTopicViewPointRecommendEventListResponseBody.ts +28 -0
  1364. package/src/models/ListVersionsRequest.ts +2 -0
  1365. package/src/models/ListVersionsResponseBody.ts +59 -0
  1366. package/src/models/ListWebReviewPointsRequest.ts +12 -0
  1367. package/src/models/ListWebReviewPointsResponseBody.ts +79 -3
  1368. package/src/models/ListWritingStylesRequest.ts +14 -0
  1369. package/src/models/ListWritingStylesResponseBody.ts +77 -1
  1370. package/src/models/OutlineSearchResult.ts +28 -0
  1371. package/src/models/OutlineWritingArticle.ts +48 -0
  1372. package/src/models/QueryAsyncTaskRequest.ts +7 -0
  1373. package/src/models/QueryAsyncTaskResponseBody.ts +74 -9
  1374. package/src/models/QueryAuditTaskRequest.ts +9 -0
  1375. package/src/models/QueryAuditTaskResponseBody.ts +89 -0
  1376. package/src/models/QueryVideoAuditResultRequest.ts +3 -1
  1377. package/src/models/QueryVideoAuditResultResponseBody.ts +54 -29
  1378. package/src/models/RunAbbreviationContentRequest.ts +8 -0
  1379. package/src/models/RunAbbreviationContentResponseBody.ts +56 -0
  1380. package/src/models/RunAiHelperWritingRequest.ts +16 -3
  1381. package/src/models/RunAiHelperWritingResponseBody.ts +21 -21
  1382. package/src/models/RunAiHelperWritingShrinkRequest.ts +16 -3
  1383. package/src/models/RunBookBrainmapRequest.ts +18 -0
  1384. package/src/models/RunBookBrainmapResponseBody.ts +54 -1
  1385. package/src/models/RunBookIntroductionRequest.ts +12 -0
  1386. package/src/models/RunBookIntroductionResponseBody.ts +88 -1
  1387. package/src/models/RunBookSmartCardRequest.ts +6 -0
  1388. package/src/models/RunBookSmartCardResponseBody.ts +62 -1
  1389. package/src/models/RunCommentGenerationRequest.ts +77 -0
  1390. package/src/models/RunCommentGenerationResponseBody.ts +59 -1
  1391. package/src/models/RunCommentGenerationShrinkRequest.ts +77 -0
  1392. package/src/models/RunContinueContentRequest.ts +4 -0
  1393. package/src/models/RunContinueContentResponseBody.ts +56 -0
  1394. package/src/models/RunCustomHotTopicAnalysisRequest.ts +21 -0
  1395. package/src/models/RunCustomHotTopicAnalysisResponseBody.ts +102 -0
  1396. package/src/models/RunCustomHotTopicViewPointAnalysisRequest.ts +28 -0
  1397. package/src/models/RunCustomHotTopicViewPointAnalysisResponseBody.ts +125 -0
  1398. package/src/models/RunDeepWritingRequest.ts +8 -0
  1399. package/src/models/RunDeepWritingResponseBody.ts +122 -0
  1400. package/src/models/RunDocBrainmapRequest.ts +25 -0
  1401. package/src/models/RunDocBrainmapResponseBody.ts +56 -0
  1402. package/src/models/RunDocIntroductionRequest.ts +48 -0
  1403. package/src/models/RunDocIntroductionResponseBody.ts +113 -0
  1404. package/src/models/RunDocQaRequest.ts +47 -0
  1405. package/src/models/RunDocQaResponseBody.ts +135 -0
  1406. package/src/models/RunDocQaShrinkRequest.ts +37 -0
  1407. package/src/models/RunDocSmartCardRequest.ts +20 -0
  1408. package/src/models/RunDocSmartCardResponseBody.ts +61 -0
  1409. package/src/models/RunDocSummaryRequest.ts +35 -0
  1410. package/src/models/RunDocSummaryResponseBody.ts +60 -0
  1411. package/src/models/RunDocTranslationRequest.ts +39 -0
  1412. package/src/models/RunDocTranslationResponseBody.ts +60 -0
  1413. package/src/models/RunDocWashingRequest.ts +57 -0
  1414. package/src/models/RunDocWashingResponseBody.ts +57 -0
  1415. package/src/models/RunExpandContentRequest.ts +8 -0
  1416. package/src/models/RunExpandContentResponseBody.ts +56 -0
  1417. package/src/models/RunGenerateQuestionsRequest.ts +22 -0
  1418. package/src/models/RunGenerateQuestionsResponseBody.ts +59 -2
  1419. package/src/models/RunHotwordRequest.ts +29 -0
  1420. package/src/models/RunHotwordResponseBody.ts +58 -1
  1421. package/src/models/RunKeywordsExtractionGenerationRequest.ts +15 -0
  1422. package/src/models/RunKeywordsExtractionGenerationResponseBody.ts +49 -0
  1423. package/src/models/RunKeywordsExtractionGenerationShrinkRequest.ts +13 -0
  1424. package/src/models/RunMultiDocIntroductionRequest.ts +27 -0
  1425. package/src/models/RunMultiDocIntroductionResponseBody.ts +76 -1
  1426. package/src/models/RunMultiDocIntroductionShrinkRequest.ts +27 -0
  1427. package/src/models/RunPptOutlineGenerationRequest.ts +7 -0
  1428. package/src/models/RunPptOutlineGenerationResponseBody.ts +55 -0
  1429. package/src/models/RunQuickWritingRequest.ts +44 -0
  1430. package/src/models/RunQuickWritingResponseBody.ts +55 -0
  1431. package/src/models/RunQuickWritingShrinkRequest.ts +21 -0
  1432. package/src/models/RunSearchGenerationRequest.ts +377 -9
  1433. package/src/models/RunSearchGenerationResponseBody.ts +1783 -1
  1434. package/src/models/RunSearchGenerationShrinkRequest.ts +32 -2
  1435. package/src/models/RunSearchSimilarArticlesRequest.ts +118 -0
  1436. package/src/models/RunSearchSimilarArticlesResponseBody.ts +148 -0
  1437. package/src/models/RunSearchSimilarArticlesShrinkRequest.ts +18 -0
  1438. package/src/models/RunStepByStepWritingRequest.ts +167 -1
  1439. package/src/models/RunStepByStepWritingResponseBody.ts +103 -0
  1440. package/src/models/RunStepByStepWritingShrinkRequest.ts +23 -0
  1441. package/src/models/RunStyleFeatureAnalysisRequest.ts +10 -0
  1442. package/src/models/RunStyleFeatureAnalysisResponseBody.ts +56 -0
  1443. package/src/models/RunStyleFeatureAnalysisShrinkRequest.ts +10 -0
  1444. package/src/models/RunSummaryGenerateRequest.ts +7 -0
  1445. package/src/models/RunSummaryGenerateResponseBody.ts +56 -0
  1446. package/src/models/RunTextPolishingRequest.ts +21 -0
  1447. package/src/models/RunTextPolishingResponseBody.ts +52 -0
  1448. package/src/models/RunTitleGenerationRequest.ts +22 -0
  1449. package/src/models/RunTitleGenerationResponseBody.ts +84 -0
  1450. package/src/models/RunTitleGenerationShrinkRequest.ts +20 -0
  1451. package/src/models/RunTopicSelectionMergeRequest.ts +11 -0
  1452. package/src/models/RunTopicSelectionMergeResponseBody.ts +66 -0
  1453. package/src/models/RunTopicSelectionMergeShrinkRequest.ts +11 -0
  1454. package/src/models/RunTranslateGenerationRequest.ts +26 -1
  1455. package/src/models/RunTranslateGenerationResponseBody.ts +49 -0
  1456. package/src/models/RunTranslateGenerationShrinkRequest.ts +24 -1
  1457. package/src/models/RunVideoScriptGenerateRequest.ts +35 -0
  1458. package/src/models/RunVideoScriptGenerateResponseBody.ts +72 -0
  1459. package/src/models/RunWriteToneGenerationRequest.ts +16 -0
  1460. package/src/models/RunWriteToneGenerationResponseBody.ts +49 -0
  1461. package/src/models/RunWriteToneGenerationShrinkRequest.ts +14 -0
  1462. package/src/models/RunWritingRequest.ts +96 -1
  1463. package/src/models/RunWritingResponseBody.ts +106 -0
  1464. package/src/models/RunWritingShrinkRequest.ts +23 -0
  1465. package/src/models/RunWritingV2request.ts +219 -0
  1466. package/src/models/RunWritingV2responseBody.ts +126 -1
  1467. package/src/models/RunWritingV2shrinkRequest.ts +113 -0
  1468. package/src/models/SaveCustomTextRequest.ts +11 -0
  1469. package/src/models/SaveCustomTextResponseBody.ts +20 -2
  1470. package/src/models/SaveDataSourceOrderConfigRequest.ts +36 -0
  1471. package/src/models/SaveDataSourceOrderConfigResponseBody.ts +19 -1
  1472. package/src/models/SaveDataSourceOrderConfigShrinkRequest.ts +19 -0
  1473. package/src/models/SaveMaterialDocumentRequest.ts +61 -0
  1474. package/src/models/SaveMaterialDocumentResponseBody.ts +18 -0
  1475. package/src/models/SaveMaterialDocumentShrinkRequest.ts +61 -0
  1476. package/src/models/SaveOrUpdateOssConfigRequest.ts +8 -0
  1477. package/src/models/SaveOrUpdateOssConfigResponseBody.ts +26 -1
  1478. package/src/models/SaveStyleLearningResultRequest.ts +35 -0
  1479. package/src/models/SaveStyleLearningResultResponseBody.ts +18 -0
  1480. package/src/models/SaveStyleLearningResultShrinkRequest.ts +35 -0
  1481. package/src/models/SearchDatasetDocumentsRequest.ts +67 -0
  1482. package/src/models/SearchDatasetDocumentsResponseBody.ts +141 -2
  1483. package/src/models/SearchDatasetDocumentsShrinkRequest.ts +67 -0
  1484. package/src/models/SearchNewsRequest.ts +23 -2
  1485. package/src/models/SearchNewsResponseBody.ts +70 -2
  1486. package/src/models/SearchNewsShrinkRequest.ts +23 -2
  1487. package/src/models/SubmitAsyncTaskRequest.ts +14 -1
  1488. package/src/models/SubmitAsyncTaskResponseBody.ts +31 -3
  1489. package/src/models/SubmitAuditNoteRequest.ts +11 -0
  1490. package/src/models/SubmitAuditNoteResponseBody.ts +16 -1
  1491. package/src/models/SubmitAuditTaskRequest.ts +27 -0
  1492. package/src/models/SubmitAuditTaskResponseBody.ts +19 -0
  1493. package/src/models/SubmitCustomHotTopicBroadcastJobRequest.ts +43 -0
  1494. package/src/models/SubmitCustomHotTopicBroadcastJobResponseBody.ts +22 -0
  1495. package/src/models/SubmitCustomHotTopicBroadcastJobShrinkRequest.ts +11 -0
  1496. package/src/models/SubmitCustomSourceTopicAnalysisRequest.ts +96 -0
  1497. package/src/models/SubmitCustomSourceTopicAnalysisResponseBody.ts +25 -0
  1498. package/src/models/SubmitCustomSourceTopicAnalysisShrinkRequest.ts +31 -0
  1499. package/src/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest.ts +31 -0
  1500. package/src/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBody.ts +22 -0
  1501. package/src/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskShrinkRequest.ts +11 -0
  1502. package/src/models/SubmitDeepWriteTaskRequest.ts +77 -1
  1503. package/src/models/SubmitDeepWriteTaskResponseBody.ts +23 -1
  1504. package/src/models/SubmitDeepWriteTaskShrinkRequest.ts +23 -0
  1505. package/src/models/SubmitDocClusterTaskRequest.ts +21 -0
  1506. package/src/models/SubmitDocClusterTaskResponseBody.ts +22 -0
  1507. package/src/models/SubmitDocClusterTaskShrinkRequest.ts +13 -0
  1508. package/src/models/SubmitEnterpriseVocAnalysisTaskRequest.ts +86 -0
  1509. package/src/models/SubmitEnterpriseVocAnalysisTaskResponseBody.ts +22 -0
  1510. package/src/models/SubmitEnterpriseVocAnalysisTaskShrinkRequest.ts +40 -0
  1511. package/src/models/SubmitExportTermsTaskRequest.ts +6 -0
  1512. package/src/models/SubmitExportTermsTaskResponseBody.ts +20 -1
  1513. package/src/models/SubmitFactAuditUrlRequest.ts +4 -0
  1514. package/src/models/SubmitFactAuditUrlResponseBody.ts +16 -1
  1515. package/src/models/SubmitImportTermsTaskRequest.ts +8 -0
  1516. package/src/models/SubmitImportTermsTaskResponseBody.ts +19 -0
  1517. package/src/models/SubmitParseDocumentLayoutTaskRequest.ts +3 -0
  1518. package/src/models/SubmitParseDocumentLayoutTaskResponseBody.ts +0 -3
  1519. package/src/models/SubmitSmartAuditRequest.ts +64 -0
  1520. package/src/models/SubmitSmartAuditResponseBody.ts +20 -1
  1521. package/src/models/SubmitSmartAuditShrinkRequest.ts +36 -0
  1522. package/src/models/SubmitSmartClipTaskRequest.ts +214 -0
  1523. package/src/models/SubmitSmartClipTaskResponseBody.ts +22 -0
  1524. package/src/models/SubmitSmartClipTaskShrinkRequest.ts +19 -0
  1525. package/src/models/SubmitTopicSelectionPerspectiveAnalysisTaskRequest.ts +50 -0
  1526. package/src/models/SubmitTopicSelectionPerspectiveAnalysisTaskResponseBody.ts +25 -0
  1527. package/src/models/SubmitTopicSelectionPerspectiveAnalysisTaskShrinkRequest.ts +12 -0
  1528. package/src/models/SubmitVideoAuditRequest.ts +7 -5
  1529. package/src/models/SubmitVideoAuditResponseBody.ts +7 -7
  1530. package/src/models/TopicSelection.ts +32 -0
  1531. package/src/models/UpdateCustomTextRequest.ts +13 -0
  1532. package/src/models/UpdateCustomTextResponseBody.ts +18 -0
  1533. package/src/models/UpdateDatasetDocumentRequest.ts +54 -2
  1534. package/src/models/UpdateDatasetDocumentResponseBody.ts +64 -0
  1535. package/src/models/UpdateDatasetDocumentShrinkRequest.ts +11 -0
  1536. package/src/models/UpdateDatasetRequest.ts +156 -2
  1537. package/src/models/UpdateDatasetResponseBody.ts +81 -0
  1538. package/src/models/UpdateDatasetShrinkRequest.ts +15 -0
  1539. package/src/models/UpdateGeneralConfigRequest.ts +22 -0
  1540. package/src/models/UpdateGeneralConfigResponseBody.ts +31 -0
  1541. package/src/models/UpdateGeneratedContentRequest.ts +21 -1
  1542. package/src/models/UpdateGeneratedContentResponseBody.ts +18 -0
  1543. package/src/models/UpdateGeneratedContentShrinkRequest.ts +21 -1
  1544. package/src/models/UpdateMaterialDocumentRequest.ts +60 -0
  1545. package/src/models/UpdateMaterialDocumentResponseBody.ts +18 -0
  1546. package/src/models/UpdateMaterialDocumentShrinkRequest.ts +60 -0
  1547. package/src/models/UploadBookRequest.ts +21 -0
  1548. package/src/models/UploadBookResponseBody.ts +25 -1
  1549. package/src/models/UploadBookShrinkRequest.ts +11 -0
  1550. package/src/models/UploadDocRequest.ts +14 -0
  1551. package/src/models/UploadDocResponseBody.ts +24 -0
  1552. package/src/models/UploadDocShrinkRequest.ts +7 -0
  1553. package/src/models/ValidateUploadTemplateRequest.ts +9 -0
  1554. package/src/models/ValidateUploadTemplateResponseBody.ts +28 -0
  1555. package/src/models/WritingOutline.ts +36 -0
  1556. package/src/models/WritingStyleTemplateDefine.ts +0 -8
  1557. package/src/models/WritingStyleTemplateField.ts +0 -48
package/dist/client.js CHANGED
@@ -68,7 +68,10 @@ __exportStar(require("./models/model"), exports);
68
68
  class Client extends openapi_core_1.default {
69
69
  constructor(config) {
70
70
  super(config);
71
- this._endpointRule = "";
71
+ this._endpointRule = "regional";
72
+ this._endpointMap = {
73
+ 'cn-beijing': "aimiaobi.cn-beijing.aliyuncs.com",
74
+ };
72
75
  this.checkConfig(config);
73
76
  this._endpoint = this.getEndpoint("aimiaobi", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
74
77
  }
@@ -82,7 +85,7 @@ class Client extends openapi_core_1.default {
82
85
  return openapi_core_2.OpenApiUtil.getEndpointRules(productId, regionId, endpointRule, network, suffix);
83
86
  }
84
87
  /**
85
- * 添加审核自定义词库记录
88
+ * Add a custom term to the audit dictionary.
86
89
  *
87
90
  * @param tmpReq - AddAuditTermsRequest
88
91
  * @param runtime - runtime options for this request RuntimeOptions
@@ -131,7 +134,7 @@ class Client extends openapi_core_1.default {
131
134
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddAuditTermsResponse({}));
132
135
  }
133
136
  /**
134
- * 添加审核自定义词库记录
137
+ * Add a custom term to the audit dictionary.
135
138
  *
136
139
  * @param request - AddAuditTermsRequest
137
140
  * @returns AddAuditTermsResponse
@@ -141,7 +144,7 @@ class Client extends openapi_core_1.default {
141
144
  return await this.addAuditTermsWithOptions(request, runtime);
142
145
  }
143
146
  /**
144
- * 添加文档到数据集
147
+ * Adds a document to a data source.
145
148
  *
146
149
  * @param tmpReq - AddDatasetDocumentRequest
147
150
  * @param runtime - runtime options for this request RuntimeOptions
@@ -184,7 +187,7 @@ class Client extends openapi_core_1.default {
184
187
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddDatasetDocumentResponse({}));
185
188
  }
186
189
  /**
187
- * 添加文档到数据集
190
+ * Adds a document to a data source.
188
191
  *
189
192
  * @param request - AddDatasetDocumentRequest
190
193
  * @returns AddDatasetDocumentResponse
@@ -194,7 +197,7 @@ class Client extends openapi_core_1.default {
194
197
  return await this.addDatasetDocumentWithOptions(request, runtime);
195
198
  }
196
199
  /**
197
- * 生成剪辑视频任务
200
+ * Generates a video clip.
198
201
  *
199
202
  * @param tmpReq - AsyncCreateClipsTaskRequest
200
203
  * @param runtime - runtime options for this request RuntimeOptions
@@ -214,6 +217,12 @@ class Client extends openapi_core_1.default {
214
217
  request.stickersShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.stickers, "Stickers", "json");
215
218
  }
216
219
  let body = {};
220
+ if (!$dara.isNull(request.adaptMode)) {
221
+ body["AdaptMode"] = request.adaptMode;
222
+ }
223
+ if (!$dara.isNull(request.alignment)) {
224
+ body["Alignment"] = request.alignment;
225
+ }
217
226
  if (!$dara.isNull(request.closeMusic)) {
218
227
  body["CloseMusic"] = request.closeMusic;
219
228
  }
@@ -271,6 +280,9 @@ class Client extends openapi_core_1.default {
271
280
  if (!$dara.isNull(request.taskId)) {
272
281
  body["TaskId"] = request.taskId;
273
282
  }
283
+ if (!$dara.isNull(request.textWidth)) {
284
+ body["TextWidth"] = request.textWidth;
285
+ }
274
286
  if (!$dara.isNull(request.voiceStyle)) {
275
287
  body["VoiceStyle"] = request.voiceStyle;
276
288
  }
@@ -300,7 +312,7 @@ class Client extends openapi_core_1.default {
300
312
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AsyncCreateClipsTaskResponse({}));
301
313
  }
302
314
  /**
303
- * 生成剪辑视频任务
315
+ * Generates a video clip.
304
316
  *
305
317
  * @param request - AsyncCreateClipsTaskRequest
306
318
  * @returns AsyncCreateClipsTaskResponse
@@ -310,7 +322,7 @@ class Client extends openapi_core_1.default {
310
322
  return await this.asyncCreateClipsTaskWithOptions(request, runtime);
311
323
  }
312
324
  /**
313
- * 智能剪辑timeline
325
+ * Creates a timeline for smart video editing.
314
326
  *
315
327
  * @param tmpReq - AsyncCreateClipsTimeLineRequest
316
328
  * @param runtime - runtime options for this request RuntimeOptions
@@ -368,7 +380,7 @@ class Client extends openapi_core_1.default {
368
380
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AsyncCreateClipsTimeLineResponse({}));
369
381
  }
370
382
  /**
371
- * 智能剪辑timeline
383
+ * Creates a timeline for smart video editing.
372
384
  *
373
385
  * @param request - AsyncCreateClipsTimeLineRequest
374
386
  * @returns AsyncCreateClipsTimeLineResponse
@@ -378,7 +390,7 @@ class Client extends openapi_core_1.default {
378
390
  return await this.asyncCreateClipsTimeLineWithOptions(request, runtime);
379
391
  }
380
392
  /**
381
- * 编辑剪辑任务的timeline
393
+ * Edits the timeline of a video editing task.
382
394
  *
383
395
  * @param tmpReq - AsyncEditTimelineRequest
384
396
  * @param runtime - runtime options for this request RuntimeOptions
@@ -421,7 +433,7 @@ class Client extends openapi_core_1.default {
421
433
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AsyncEditTimelineResponse({}));
422
434
  }
423
435
  /**
424
- * 编辑剪辑任务的timeline
436
+ * Edits the timeline of a video editing task.
425
437
  *
426
438
  * @param request - AsyncEditTimelineRequest
427
439
  * @returns AsyncEditTimelineResponse
@@ -431,7 +443,7 @@ class Client extends openapi_core_1.default {
431
443
  return await this.asyncEditTimelineWithOptions(request, runtime);
432
444
  }
433
445
  /**
434
- * 上传招标书文件
446
+ * Upload a tender document.
435
447
  *
436
448
  * @param request - AsyncUploadTenderDocRequest
437
449
  * @param runtime - runtime options for this request RuntimeOptions
@@ -466,7 +478,7 @@ class Client extends openapi_core_1.default {
466
478
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AsyncUploadTenderDocResponse({}));
467
479
  }
468
480
  /**
469
- * 上传招标书文件
481
+ * Upload a tender document.
470
482
  *
471
483
  * @param request - AsyncUploadTenderDocRequest
472
484
  * @returns AsyncUploadTenderDocResponse
@@ -476,7 +488,7 @@ class Client extends openapi_core_1.default {
476
488
  return await this.asyncUploadTenderDocWithOptions(request, runtime);
477
489
  }
478
490
  /**
479
- * 上传剪辑素材
491
+ * Uploads video assets for editing.
480
492
  *
481
493
  * @param tmpReq - AsyncUploadVideoRequest
482
494
  * @param runtime - runtime options for this request RuntimeOptions
@@ -549,7 +561,7 @@ class Client extends openapi_core_1.default {
549
561
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AsyncUploadVideoResponse({}));
550
562
  }
551
563
  /**
552
- * 上传剪辑素材
564
+ * Uploads video assets for editing.
553
565
  *
554
566
  * @param request - AsyncUploadVideoRequest
555
567
  * @returns AsyncUploadVideoResponse
@@ -559,7 +571,7 @@ class Client extends openapi_core_1.default {
559
571
  return await this.asyncUploadVideoWithOptions(request, runtime);
560
572
  }
561
573
  /**
562
- * 标书写作接口
574
+ * An API for writing bidding documents.
563
575
  *
564
576
  * @param request - AsyncWritingBiddingDocRequest
565
577
  * @param runtime - runtime options for this request RuntimeOptions
@@ -597,7 +609,7 @@ class Client extends openapi_core_1.default {
597
609
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AsyncWritingBiddingDocResponse({}));
598
610
  }
599
611
  /**
600
- * 标书写作接口
612
+ * An API for writing bidding documents.
601
613
  *
602
614
  * @param request - AsyncWritingBiddingDocRequest
603
615
  * @returns AsyncWritingBiddingDocResponse
@@ -607,7 +619,7 @@ class Client extends openapi_core_1.default {
607
619
  return await this.asyncWritingBiddingDocWithOptions(request, runtime);
608
620
  }
609
621
  /**
610
- * 绑定PPT作品信息
622
+ * Binds a PowerPoint (PPT) artifact.
611
623
  *
612
624
  * @param request - BindPptArtifactRequest
613
625
  * @param runtime - runtime options for this request RuntimeOptions
@@ -645,7 +657,7 @@ class Client extends openapi_core_1.default {
645
657
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.BindPptArtifactResponse({}));
646
658
  }
647
659
  /**
648
- * 绑定PPT作品信息
660
+ * Binds a PowerPoint (PPT) artifact.
649
661
  *
650
662
  * @param request - BindPptArtifactRequest
651
663
  * @returns BindPptArtifactResponse
@@ -655,7 +667,7 @@ class Client extends openapi_core_1.default {
655
667
  return await this.bindPptArtifactWithOptions(request, runtime);
656
668
  }
657
669
  /**
658
- * 取消异步任务
670
+ * Cancels pending asynchronous tasks.
659
671
  *
660
672
  * @param request - CancelAsyncTaskRequest
661
673
  * @param runtime - runtime options for this request RuntimeOptions
@@ -689,7 +701,7 @@ class Client extends openapi_core_1.default {
689
701
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelAsyncTaskResponse({}));
690
702
  }
691
703
  /**
692
- * 取消异步任务
704
+ * Cancels pending asynchronous tasks.
693
705
  *
694
706
  * @param request - CancelAsyncTaskRequest
695
707
  * @returns CancelAsyncTaskResponse
@@ -699,7 +711,7 @@ class Client extends openapi_core_1.default {
699
711
  return await this.cancelAsyncTaskWithOptions(request, runtime);
700
712
  }
701
713
  /**
702
- * 取消审核任务
714
+ * Cancel an audit task.
703
715
  *
704
716
  * @param request - CancelAuditTaskRequest
705
717
  * @param runtime - runtime options for this request RuntimeOptions
@@ -734,7 +746,7 @@ class Client extends openapi_core_1.default {
734
746
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelAuditTaskResponse({}));
735
747
  }
736
748
  /**
737
- * 取消审核任务
749
+ * Cancel an audit task.
738
750
  *
739
751
  * @param request - CancelAuditTaskRequest
740
752
  * @returns CancelAuditTaskResponse
@@ -744,7 +756,7 @@ class Client extends openapi_core_1.default {
744
756
  return await this.cancelAuditTaskWithOptions(request, runtime);
745
757
  }
746
758
  /**
747
- * 取消深度写作任务
759
+ * Cancels a deep writing task.
748
760
  *
749
761
  * @param request - CancelDeepWriteTaskRequest
750
762
  * @param runtime - runtime options for this request RuntimeOptions
@@ -776,7 +788,7 @@ class Client extends openapi_core_1.default {
776
788
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelDeepWriteTaskResponse({}));
777
789
  }
778
790
  /**
779
- * 取消深度写作任务
791
+ * Cancels a deep writing task.
780
792
  *
781
793
  * @param request - CancelDeepWriteTaskRequest
782
794
  * @returns CancelDeepWriteTaskResponse
@@ -786,7 +798,7 @@ class Client extends openapi_core_1.default {
786
798
  return await this.cancelDeepWriteTaskWithOptions(request, runtime);
787
799
  }
788
800
  /**
789
- * 清除所有干预内容
801
+ * Clears all intervention content.
790
802
  *
791
803
  * @param request - ClearIntervenesRequest
792
804
  * @param runtime - runtime options for this request RuntimeOptions
@@ -815,7 +827,7 @@ class Client extends openapi_core_1.default {
815
827
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ClearIntervenesResponse({}));
816
828
  }
817
829
  /**
818
- * 清除所有干预内容
830
+ * Clears all intervention content.
819
831
  *
820
832
  * @param request - ClearIntervenesRequest
821
833
  * @returns ClearIntervenesResponse
@@ -825,7 +837,7 @@ class Client extends openapi_core_1.default {
825
837
  return await this.clearIntervenesWithOptions(request, runtime);
826
838
  }
827
839
  /**
828
- * 是否将本次提交自定义规则库得到的解析结果用于审核任务。由于解析结果可能不满足用户需求,因此我们为您提供了该接口用于二次确认。如果对提交的规则库解析满意,则可以直接将本次提交任务的 TaskId 作为入参,系统会对您上传的规则库做后处理,使它可以被用于审核。反之,您可以重新调用 SubmitAuditNote 接口上传修改之后的规则库。
840
+ * This interface confirms whether the parsing results from your custom rule library submission are used for audit tasks. Because parsing results may not meet your requirements, use this interface to perform a second confirmation. If you are satisfied with the parsing of your submitted rule library, provide the TaskId from that submission as an input parameter. The system then post-processes your uploaded rule library and makes it available for auditing. Otherwise, invoke the SubmitAuditNote interface again to upload the modified rule library.
829
841
  *
830
842
  * @param request - ConfirmAndPostProcessAuditNoteRequest
831
843
  * @param runtime - runtime options for this request RuntimeOptions
@@ -857,7 +869,7 @@ class Client extends openapi_core_1.default {
857
869
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ConfirmAndPostProcessAuditNoteResponse({}));
858
870
  }
859
871
  /**
860
- * 是否将本次提交自定义规则库得到的解析结果用于审核任务。由于解析结果可能不满足用户需求,因此我们为您提供了该接口用于二次确认。如果对提交的规则库解析满意,则可以直接将本次提交任务的 TaskId 作为入参,系统会对您上传的规则库做后处理,使它可以被用于审核。反之,您可以重新调用 SubmitAuditNote 接口上传修改之后的规则库。
872
+ * This interface confirms whether the parsing results from your custom rule library submission are used for audit tasks. Because parsing results may not meet your requirements, use this interface to perform a second confirmation. If you are satisfied with the parsing of your submitted rule library, provide the TaskId from that submission as an input parameter. The system then post-processes your uploaded rule library and makes it available for auditing. Otherwise, invoke the SubmitAuditNote interface again to upload the modified rule library.
861
873
  *
862
874
  * @param request - ConfirmAndPostProcessAuditNoteRequest
863
875
  * @returns ConfirmAndPostProcessAuditNoteResponse
@@ -867,7 +879,8 @@ class Client extends openapi_core_1.default {
867
879
  return await this.confirmAndPostProcessAuditNoteWithOptions(request, runtime);
868
880
  }
869
881
  /**
870
- * 用户数据集权限-批量添加
882
+ * Batch add permissions:\\
883
+ * \\- Dataset permissions\\
871
884
  *
872
885
  * @param tmpReq - CreateDataPermissionsRequest
873
886
  * @param runtime - runtime options for this request RuntimeOptions
@@ -910,7 +923,8 @@ class Client extends openapi_core_1.default {
910
923
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDataPermissionsResponse({}));
911
924
  }
912
925
  /**
913
- * 用户数据集权限-批量添加
926
+ * Batch add permissions:\\
927
+ * \\- Dataset permissions\\
914
928
  *
915
929
  * @param request - CreateDataPermissionsRequest
916
930
  * @returns CreateDataPermissionsResponse
@@ -920,7 +934,7 @@ class Client extends openapi_core_1.default {
920
934
  return await this.createDataPermissionsWithOptions(request, runtime);
921
935
  }
922
936
  /**
923
- * 数据集管理-创建
937
+ * Creates a dataset.
924
938
  *
925
939
  * @param tmpReq - CreateDatasetRequest
926
940
  * @param runtime - runtime options for this request RuntimeOptions
@@ -981,7 +995,7 @@ class Client extends openapi_core_1.default {
981
995
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDatasetResponse({}));
982
996
  }
983
997
  /**
984
- * 数据集管理-创建
998
+ * Creates a dataset.
985
999
  *
986
1000
  * @param request - CreateDatasetRequest
987
1001
  * @returns CreateDatasetResponse
@@ -991,7 +1005,7 @@ class Client extends openapi_core_1.default {
991
1005
  return await this.createDatasetWithOptions(request, runtime);
992
1006
  }
993
1007
  /**
994
- * 通用配置-创建
1008
+ * General configurations — Create
995
1009
  *
996
1010
  * @param request - CreateGeneralConfigRequest
997
1011
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1026,7 +1040,7 @@ class Client extends openapi_core_1.default {
1026
1040
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateGeneralConfigResponse({}));
1027
1041
  }
1028
1042
  /**
1029
- * 通用配置-创建
1043
+ * General configurations — Create
1030
1044
  *
1031
1045
  * @param request - CreateGeneralConfigRequest
1032
1046
  * @returns CreateGeneralConfigResponse
@@ -1036,7 +1050,7 @@ class Client extends openapi_core_1.default {
1036
1050
  return await this.createGeneralConfigWithOptions(request, runtime);
1037
1051
  }
1038
1052
  /**
1039
- * 文档管理-创建
1053
+ * Saves an article created in Miaobi. This operation supports rich text.
1040
1054
  *
1041
1055
  * @param tmpReq - CreateGeneratedContentRequest
1042
1056
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1096,7 +1110,7 @@ class Client extends openapi_core_1.default {
1096
1110
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateGeneratedContentResponse({}));
1097
1111
  }
1098
1112
  /**
1099
- * 文档管理-创建
1113
+ * Saves an article created in Miaobi. This operation supports rich text.
1100
1114
  *
1101
1115
  * @param request - CreateGeneratedContentRequest
1102
1116
  * @returns CreateGeneratedContentResponse
@@ -1106,7 +1120,7 @@ class Client extends openapi_core_1.default {
1106
1120
  return await this.createGeneratedContentWithOptions(request, runtime);
1107
1121
  }
1108
1122
  /**
1109
- * 获取授权token
1123
+ * Creates a temporary token for the online inference API.
1110
1124
  *
1111
1125
  * @param request - CreateTokenRequest
1112
1126
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1135,7 +1149,7 @@ class Client extends openapi_core_1.default {
1135
1149
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateTokenResponse({}));
1136
1150
  }
1137
1151
  /**
1138
- * 获取授权token
1152
+ * Creates a temporary token for the online inference API.
1139
1153
  *
1140
1154
  * @param request - CreateTokenRequest
1141
1155
  * @returns CreateTokenResponse
@@ -1145,7 +1159,7 @@ class Client extends openapi_core_1.default {
1145
1159
  return await this.createTokenWithOptions(request, runtime);
1146
1160
  }
1147
1161
  /**
1148
- * 删除用户账户下所有可供审核使用的自定义规则库。删除后无法找回,如果您有对规则库存档的需求,请预先使用 DownloadAuditNote 接口保存需要的规则库。
1162
+ * Deletes all custom rule libraries available for audit under the user account. This operation is irreversible. To archive rule libraries, use the DownloadAuditNote API to save them before deletion.
1149
1163
  *
1150
1164
  * @param request - DeleteAuditNoteRequest
1151
1165
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1177,7 +1191,7 @@ class Client extends openapi_core_1.default {
1177
1191
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAuditNoteResponse({}));
1178
1192
  }
1179
1193
  /**
1180
- * 删除用户账户下所有可供审核使用的自定义规则库。删除后无法找回,如果您有对规则库存档的需求,请预先使用 DownloadAuditNote 接口保存需要的规则库。
1194
+ * Deletes all custom rule libraries available for audit under the user account. This operation is irreversible. To archive rule libraries, use the DownloadAuditNote API to save them before deletion.
1181
1195
  *
1182
1196
  * @param request - DeleteAuditNoteRequest
1183
1197
  * @returns DeleteAuditNoteResponse
@@ -1187,7 +1201,7 @@ class Client extends openapi_core_1.default {
1187
1201
  return await this.deleteAuditNoteWithOptions(request, runtime);
1188
1202
  }
1189
1203
  /**
1190
- * 删除指定的词库记录
1204
+ * Deletes specified term records.
1191
1205
  *
1192
1206
  * @param tmpReq - DeleteAuditTermsRequest
1193
1207
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1224,7 +1238,7 @@ class Client extends openapi_core_1.default {
1224
1238
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAuditTermsResponse({}));
1225
1239
  }
1226
1240
  /**
1227
- * 删除指定的词库记录
1241
+ * Deletes specified term records.
1228
1242
  *
1229
1243
  * @param request - DeleteAuditTermsRequest
1230
1244
  * @returns DeleteAuditTermsResponse
@@ -1234,7 +1248,7 @@ class Client extends openapi_core_1.default {
1234
1248
  return await this.deleteAuditTermsWithOptions(request, runtime);
1235
1249
  }
1236
1250
  /**
1237
- * 删除自定义文本
1251
+ * Deletes a custom text.
1238
1252
  *
1239
1253
  * @param request - DeleteCustomTextRequest
1240
1254
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1271,7 +1285,7 @@ class Client extends openapi_core_1.default {
1271
1285
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteCustomTextResponse({}));
1272
1286
  }
1273
1287
  /**
1274
- * 删除自定义文本
1288
+ * Deletes a custom text.
1275
1289
  *
1276
1290
  * @param request - DeleteCustomTextRequest
1277
1291
  * @returns DeleteCustomTextResponse
@@ -1281,7 +1295,7 @@ class Client extends openapi_core_1.default {
1281
1295
  return await this.deleteCustomTextWithOptions(request, runtime);
1282
1296
  }
1283
1297
  /**
1284
- * 根据主题删除自定义主题事件
1298
+ * Delete a custom hot spot event by topic name.
1285
1299
  *
1286
1300
  * @param request - DeleteCustomTopicByTopicRequest
1287
1301
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1315,7 +1329,7 @@ class Client extends openapi_core_1.default {
1315
1329
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteCustomTopicByTopicResponse({}));
1316
1330
  }
1317
1331
  /**
1318
- * 根据主题删除自定义主题事件
1332
+ * Delete a custom hot spot event by topic name.
1319
1333
  *
1320
1334
  * @param request - DeleteCustomTopicByTopicRequest
1321
1335
  * @returns DeleteCustomTopicByTopicResponse
@@ -1325,7 +1339,7 @@ class Client extends openapi_core_1.default {
1325
1339
  return await this.deleteCustomTopicByTopicWithOptions(request, runtime);
1326
1340
  }
1327
1341
  /**
1328
- * 根据自定义观点ID删除自定义观点
1342
+ * Deletes a custom topic viewpoint by its ID.
1329
1343
  *
1330
1344
  * @param request - DeleteCustomTopicViewPointByIdRequest
1331
1345
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1359,7 +1373,7 @@ class Client extends openapi_core_1.default {
1359
1373
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteCustomTopicViewPointByIdResponse({}));
1360
1374
  }
1361
1375
  /**
1362
- * 根据自定义观点ID删除自定义观点
1376
+ * Deletes a custom topic viewpoint by its ID.
1363
1377
  *
1364
1378
  * @param request - DeleteCustomTopicViewPointByIdRequest
1365
1379
  * @returns DeleteCustomTopicViewPointByIdResponse
@@ -1369,7 +1383,7 @@ class Client extends openapi_core_1.default {
1369
1383
  return await this.deleteCustomTopicViewPointByIdWithOptions(request, runtime);
1370
1384
  }
1371
1385
  /**
1372
- * 用户数据集权限-批量删除
1386
+ * Batch delete dataset permissions
1373
1387
  *
1374
1388
  * @param tmpReq - DeleteDataPermissionsRequest
1375
1389
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1406,7 +1420,7 @@ class Client extends openapi_core_1.default {
1406
1420
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDataPermissionsResponse({}));
1407
1421
  }
1408
1422
  /**
1409
- * 用户数据集权限-批量删除
1423
+ * Batch delete dataset permissions
1410
1424
  *
1411
1425
  * @param request - DeleteDataPermissionsRequest
1412
1426
  * @returns DeleteDataPermissionsResponse
@@ -1416,7 +1430,7 @@ class Client extends openapi_core_1.default {
1416
1430
  return await this.deleteDataPermissionsWithOptions(request, runtime);
1417
1431
  }
1418
1432
  /**
1419
- * 数据集管理-删除
1433
+ * Deletes a dataset from the data source.
1420
1434
  *
1421
1435
  * @param request - DeleteDatasetRequest
1422
1436
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1448,7 +1462,7 @@ class Client extends openapi_core_1.default {
1448
1462
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDatasetResponse({}));
1449
1463
  }
1450
1464
  /**
1451
- * 数据集管理-删除
1465
+ * Deletes a dataset from the data source.
1452
1466
  *
1453
1467
  * @param request - DeleteDatasetRequest
1454
1468
  * @returns DeleteDatasetResponse
@@ -1458,7 +1472,7 @@ class Client extends openapi_core_1.default {
1458
1472
  return await this.deleteDatasetWithOptions(request, runtime);
1459
1473
  }
1460
1474
  /**
1461
- * 删除数据集文档
1475
+ * Delete source documents.
1462
1476
  *
1463
1477
  * @param request - DeleteDatasetDocumentRequest
1464
1478
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1499,7 +1513,7 @@ class Client extends openapi_core_1.default {
1499
1513
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDatasetDocumentResponse({}));
1500
1514
  }
1501
1515
  /**
1502
- * 删除数据集文档
1516
+ * Delete source documents.
1503
1517
  *
1504
1518
  * @param request - DeleteDatasetDocumentRequest
1505
1519
  * @returns DeleteDatasetDocumentResponse
@@ -1509,7 +1523,7 @@ class Client extends openapi_core_1.default {
1509
1523
  return await this.deleteDatasetDocumentWithOptions(request, runtime);
1510
1524
  }
1511
1525
  /**
1512
- * 妙读删除多个文档
1526
+ * Deletes multiple documents.
1513
1527
  *
1514
1528
  * @param tmpReq - DeleteDocsRequest
1515
1529
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1546,7 +1560,7 @@ class Client extends openapi_core_1.default {
1546
1560
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDocsResponse({}));
1547
1561
  }
1548
1562
  /**
1549
- * 妙读删除多个文档
1563
+ * Deletes multiple documents.
1550
1564
  *
1551
1565
  * @param request - DeleteDocsRequest
1552
1566
  * @returns DeleteDocsResponse
@@ -1556,7 +1570,7 @@ class Client extends openapi_core_1.default {
1556
1570
  return await this.deleteDocsWithOptions(request, runtime);
1557
1571
  }
1558
1572
  /**
1559
- * 删除指定的用于事实性审核的 URL
1573
+ * Deletes the specified URL used for factuality audit.
1560
1574
  *
1561
1575
  * @param request - DeleteFactAuditUrlRequest
1562
1576
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1588,7 +1602,7 @@ class Client extends openapi_core_1.default {
1588
1602
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteFactAuditUrlResponse({}));
1589
1603
  }
1590
1604
  /**
1591
- * 删除指定的用于事实性审核的 URL
1605
+ * Deletes the specified URL used for factuality audit.
1592
1606
  *
1593
1607
  * @param request - DeleteFactAuditUrlRequest
1594
1608
  * @returns DeleteFactAuditUrlResponse
@@ -1598,7 +1612,7 @@ class Client extends openapi_core_1.default {
1598
1612
  return await this.deleteFactAuditUrlWithOptions(request, runtime);
1599
1613
  }
1600
1614
  /**
1601
- * 通用配置-删除
1615
+ * Deletes general configurations.
1602
1616
  *
1603
1617
  * @param request - DeleteGeneralConfigRequest
1604
1618
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1630,7 +1644,7 @@ class Client extends openapi_core_1.default {
1630
1644
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteGeneralConfigResponse({}));
1631
1645
  }
1632
1646
  /**
1633
- * 通用配置-删除
1647
+ * Deletes general configurations.
1634
1648
  *
1635
1649
  * @param request - DeleteGeneralConfigRequest
1636
1650
  * @returns DeleteGeneralConfigResponse
@@ -1640,7 +1654,7 @@ class Client extends openapi_core_1.default {
1640
1654
  return await this.deleteGeneralConfigWithOptions(request, runtime);
1641
1655
  }
1642
1656
  /**
1643
- * 文档管理-删除。
1657
+ * Deletes an article created in MiaoBi.
1644
1658
  *
1645
1659
  * @param request - DeleteGeneratedContentRequest
1646
1660
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1677,7 +1691,7 @@ class Client extends openapi_core_1.default {
1677
1691
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteGeneratedContentResponse({}));
1678
1692
  }
1679
1693
  /**
1680
- * 文档管理-删除。
1694
+ * Deletes an article created in MiaoBi.
1681
1695
  *
1682
1696
  * @param request - DeleteGeneratedContentRequest
1683
1697
  * @returns DeleteGeneratedContentResponse
@@ -1687,7 +1701,7 @@ class Client extends openapi_core_1.default {
1687
1701
  return await this.deleteGeneratedContentWithOptions(request, runtime);
1688
1702
  }
1689
1703
  /**
1690
- * 删除干预规则
1704
+ * Deletes an intervention rule.
1691
1705
  *
1692
1706
  * @param request - DeleteInterveneRuleRequest
1693
1707
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1721,7 +1735,7 @@ class Client extends openapi_core_1.default {
1721
1735
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteInterveneRuleResponse({}));
1722
1736
  }
1723
1737
  /**
1724
- * 删除干预规则
1738
+ * Deletes an intervention rule.
1725
1739
  *
1726
1740
  * @param request - DeleteInterveneRuleRequest
1727
1741
  * @returns DeleteInterveneRuleResponse
@@ -1731,7 +1745,7 @@ class Client extends openapi_core_1.default {
1731
1745
  return await this.deleteInterveneRuleWithOptions(request, runtime);
1732
1746
  }
1733
1747
  /**
1734
- * 根据ID删除素材
1748
+ * Deletes a material from the material library.
1735
1749
  *
1736
1750
  * @param request - DeleteMaterialByIdRequest
1737
1751
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1765,7 +1779,7 @@ class Client extends openapi_core_1.default {
1765
1779
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteMaterialByIdResponse({}));
1766
1780
  }
1767
1781
  /**
1768
- * 根据ID删除素材
1782
+ * Deletes a material from the material library.
1769
1783
  *
1770
1784
  * @param request - DeleteMaterialByIdRequest
1771
1785
  * @returns DeleteMaterialByIdResponse
@@ -1775,7 +1789,12 @@ class Client extends openapi_core_1.default {
1775
1789
  return await this.deleteMaterialByIdWithOptions(request, runtime);
1776
1790
  }
1777
1791
  /**
1778
- * 删除PPT作品
1792
+ * Delete a PPT work
1793
+ *
1794
+ * @remarks
1795
+ * - This API operation uses the HTTP Server-Sent Events (SSE) protocol.
1796
+ * - The OpenAPI portal is not compatible with the SSE inference protocol. You cannot directly test this API operation in the portal. For more information about how to call this API operation using the software development kit (SDK) for Java or Python, see [PPT Generation Best practices](https://help.aliyun.com/zh/model-studio/ppt-generation-best-practices).
1797
+ * - To obtain the latest version of the asynchronous Java SDK, see [this link](https://api.aliyun.com/api-tools/sdk/AiMiaoBi?spm=a2c4g.11186623.0.0.4cd3170d7rccDC\\&version=2023-08-01\\&language=java-async-tea\\&tab=primer-doc).
1779
1798
  *
1780
1799
  * @param request - DeletePptArtifactRequest
1781
1800
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1810,7 +1829,12 @@ class Client extends openapi_core_1.default {
1810
1829
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeletePptArtifactResponse({}));
1811
1830
  }
1812
1831
  /**
1813
- * 删除PPT作品
1832
+ * Delete a PPT work
1833
+ *
1834
+ * @remarks
1835
+ * - This API operation uses the HTTP Server-Sent Events (SSE) protocol.
1836
+ * - The OpenAPI portal is not compatible with the SSE inference protocol. You cannot directly test this API operation in the portal. For more information about how to call this API operation using the software development kit (SDK) for Java or Python, see [PPT Generation Best practices](https://help.aliyun.com/zh/model-studio/ppt-generation-best-practices).
1837
+ * - To obtain the latest version of the asynchronous Java SDK, see [this link](https://api.aliyun.com/api-tools/sdk/AiMiaoBi?spm=a2c4g.11186623.0.0.4cd3170d7rccDC\\&version=2023-08-01\\&language=java-async-tea\\&tab=primer-doc).
1814
1838
  *
1815
1839
  * @param request - DeletePptArtifactRequest
1816
1840
  * @returns DeletePptArtifactResponse
@@ -1820,7 +1844,7 @@ class Client extends openapi_core_1.default {
1820
1844
  return await this.deletePptArtifactWithOptions(request, runtime);
1821
1845
  }
1822
1846
  /**
1823
- * 删除指定自定义文体
1847
+ * Deletes a specified custom style.
1824
1848
  *
1825
1849
  * @param request - DeleteStyleLearningResultRequest
1826
1850
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1854,7 +1878,7 @@ class Client extends openapi_core_1.default {
1854
1878
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteStyleLearningResultResponse({}));
1855
1879
  }
1856
1880
  /**
1857
- * 删除指定自定义文体
1881
+ * Deletes a specified custom style.
1858
1882
  *
1859
1883
  * @param request - DeleteStyleLearningResultRequest
1860
1884
  * @returns DeleteStyleLearningResultResponse
@@ -1864,7 +1888,7 @@ class Client extends openapi_core_1.default {
1864
1888
  return await this.deleteStyleLearningResultWithOptions(request, runtime);
1865
1889
  }
1866
1890
  /**
1867
- * 从链接中提取文档内容
1891
+ * Extracts the content of documents from URLs.
1868
1892
  *
1869
1893
  * @param tmpReq - DocumentExtractionRequest
1870
1894
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1903,7 +1927,7 @@ class Client extends openapi_core_1.default {
1903
1927
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DocumentExtractionResponse({}));
1904
1928
  }
1905
1929
  /**
1906
- * 从链接中提取文档内容
1930
+ * Extracts the content of documents from URLs.
1907
1931
  *
1908
1932
  * @param request - DocumentExtractionRequest
1909
1933
  * @returns DocumentExtractionResponse
@@ -1913,7 +1937,7 @@ class Client extends openapi_core_1.default {
1913
1937
  return await this.documentExtractionWithOptions(request, runtime);
1914
1938
  }
1915
1939
  /**
1916
- * 您可以通过调用该接口下载结构化后的规则库,供您进行进一步处理。该接口同时拥有两个功能:下载未后处理的结构化规则库,或下载当前可用于审核的结构化规则库。具体使用方法,请参考入参说明。
1940
+ * Call this API to download the structured rule library for further processing. You can use this API to download either the structured rule library before post-processing or the structured rule library currently available for auditing. For specific usage, see the input parameter descriptions.
1917
1941
  *
1918
1942
  * @param request - DownloadAuditNoteRequest
1919
1943
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1948,7 +1972,7 @@ class Client extends openapi_core_1.default {
1948
1972
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DownloadAuditNoteResponse({}));
1949
1973
  }
1950
1974
  /**
1951
- * 您可以通过调用该接口下载结构化后的规则库,供您进行进一步处理。该接口同时拥有两个功能:下载未后处理的结构化规则库,或下载当前可用于审核的结构化规则库。具体使用方法,请参考入参说明。
1975
+ * Call this API to download the structured rule library for further processing. You can use this API to download either the structured rule library before post-processing or the structured rule library currently available for auditing. For specific usage, see the input parameter descriptions.
1952
1976
  *
1953
1977
  * @param request - DownloadAuditNoteRequest
1954
1978
  * @returns DownloadAuditNoteResponse
@@ -1958,7 +1982,7 @@ class Client extends openapi_core_1.default {
1958
1982
  return await this.downloadAuditNoteWithOptions(request, runtime);
1959
1983
  }
1960
1984
  /**
1961
- * 标书下载接口
1985
+ * API for downloading bidding documents
1962
1986
  *
1963
1987
  * @param request - DownloadBiddingDocRequest
1964
1988
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1990,7 +2014,7 @@ class Client extends openapi_core_1.default {
1990
2014
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DownloadBiddingDocResponse({}));
1991
2015
  }
1992
2016
  /**
1993
- * 标书下载接口
2017
+ * API for downloading bidding documents
1994
2018
  *
1995
2019
  * @param request - DownloadBiddingDocRequest
1996
2020
  * @returns DownloadBiddingDocResponse
@@ -2000,7 +2024,7 @@ class Client extends openapi_core_1.default {
2000
2024
  return await this.downloadBiddingDocWithOptions(request, runtime);
2001
2025
  }
2002
2026
  /**
2003
- * 编辑审核自定义词库记录
2027
+ * Edit custom audit term records.
2004
2028
  *
2005
2029
  * @param tmpReq - EditAuditTermsRequest
2006
2030
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2049,7 +2073,7 @@ class Client extends openapi_core_1.default {
2049
2073
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.EditAuditTermsResponse({}));
2050
2074
  }
2051
2075
  /**
2052
- * 编辑审核自定义词库记录
2076
+ * Edit custom audit term records.
2053
2077
  *
2054
2078
  * @param request - EditAuditTermsRequest
2055
2079
  * @returns EditAuditTermsResponse
@@ -2059,7 +2083,7 @@ class Client extends openapi_core_1.default {
2059
2083
  return await this.editAuditTermsWithOptions(request, runtime);
2060
2084
  }
2061
2085
  /**
2062
- * 编辑标书内容接口
2086
+ * Edits the content of a bidding document.
2063
2087
  *
2064
2088
  * @param request - EditBiddingDocRequest
2065
2089
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2100,7 +2124,7 @@ class Client extends openapi_core_1.default {
2100
2124
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.EditBiddingDocResponse({}));
2101
2125
  }
2102
2126
  /**
2103
- * 编辑标书内容接口
2127
+ * Edits the content of a bidding document.
2104
2128
  *
2105
2129
  * @param request - EditBiddingDocRequest
2106
2130
  * @returns EditBiddingDocResponse
@@ -2110,7 +2134,7 @@ class Client extends openapi_core_1.default {
2110
2134
  return await this.editBiddingDocWithOptions(request, runtime);
2111
2135
  }
2112
2136
  /**
2113
- * 导出企业VOC分析任务明细列表
2137
+ * Exports the tag details for a specified enterprise VOC analysis task.
2114
2138
  *
2115
2139
  * @param tmpReq - ExportAnalysisTagDetailByTaskIdRequest
2116
2140
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2150,7 +2174,7 @@ class Client extends openapi_core_1.default {
2150
2174
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExportAnalysisTagDetailByTaskIdResponse({}));
2151
2175
  }
2152
2176
  /**
2153
- * 导出企业VOC分析任务明细列表
2177
+ * Exports the tag details for a specified enterprise VOC analysis task.
2154
2178
  *
2155
2179
  * @param request - ExportAnalysisTagDetailByTaskIdRequest
2156
2180
  * @returns ExportAnalysisTagDetailByTaskIdResponse
@@ -2160,7 +2184,7 @@ class Client extends openapi_core_1.default {
2160
2184
  return await this.exportAnalysisTagDetailByTaskIdWithOptions(request, runtime);
2161
2185
  }
2162
2186
  /**
2163
- * 导出智能审核报告
2187
+ * Exports an automated review report.
2164
2188
  *
2165
2189
  * @param request - ExportAuditContentResultRequest
2166
2190
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2192,7 +2216,7 @@ class Client extends openapi_core_1.default {
2192
2216
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExportAuditContentResultResponse({}));
2193
2217
  }
2194
2218
  /**
2195
- * 导出智能审核报告
2219
+ * Exports an automated review report.
2196
2220
  *
2197
2221
  * @param request - ExportAuditContentResultRequest
2198
2222
  * @returns ExportAuditContentResultResponse
@@ -2202,7 +2226,7 @@ class Client extends openapi_core_1.default {
2202
2226
  return await this.exportAuditContentResultWithOptions(request, runtime);
2203
2227
  }
2204
2228
  /**
2205
- * 导出-自定义数据源-选题视角分析任务结果
2229
+ * Exports custom data source topic perspective analysis task results.
2206
2230
  *
2207
2231
  * @param request - ExportCustomSourceAnalysisTaskRequest
2208
2232
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2237,7 +2261,7 @@ class Client extends openapi_core_1.default {
2237
2261
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExportCustomSourceAnalysisTaskResponse({}));
2238
2262
  }
2239
2263
  /**
2240
- * 导出-自定义数据源-选题视角分析任务结果
2264
+ * Exports custom data source topic perspective analysis task results.
2241
2265
  *
2242
2266
  * @param request - ExportCustomSourceAnalysisTaskRequest
2243
2267
  * @returns ExportCustomSourceAnalysisTaskResponse
@@ -2247,7 +2271,7 @@ class Client extends openapi_core_1.default {
2247
2271
  return await this.exportCustomSourceAnalysisTaskWithOptions(request, runtime);
2248
2272
  }
2249
2273
  /**
2250
- * 文档管理-导出。
2274
+ * Exports the history of articles created in MiaoBi.
2251
2275
  *
2252
2276
  * @param request - ExportGeneratedContentRequest
2253
2277
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2281,7 +2305,7 @@ class Client extends openapi_core_1.default {
2281
2305
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExportGeneratedContentResponse({}));
2282
2306
  }
2283
2307
  /**
2284
- * 文档管理-导出。
2308
+ * Exports the history of articles created in MiaoBi.
2285
2309
  *
2286
2310
  * @param request - ExportGeneratedContentRequest
2287
2311
  * @returns ExportGeneratedContentResponse
@@ -2291,7 +2315,7 @@ class Client extends openapi_core_1.default {
2291
2315
  return await this.exportGeneratedContentWithOptions(request, runtime);
2292
2316
  }
2293
2317
  /**
2294
- * 导出选题策划文档,响应为一个可公开访问的URL。一小时后失效
2318
+ * Exports topic planning documents and provides a publicly accessible URL that expires in one hour.
2295
2319
  *
2296
2320
  * @param tmpReq - ExportHotTopicPlanningProposalsRequest
2297
2321
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2348,7 +2372,7 @@ class Client extends openapi_core_1.default {
2348
2372
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExportHotTopicPlanningProposalsResponse({}));
2349
2373
  }
2350
2374
  /**
2351
- * 导出选题策划文档,响应为一个可公开访问的URL。一小时后失效
2375
+ * Exports topic planning documents and provides a publicly accessible URL that expires in one hour.
2352
2376
  *
2353
2377
  * @param request - ExportHotTopicPlanningProposalsRequest
2354
2378
  * @returns ExportHotTopicPlanningProposalsResponse
@@ -2358,7 +2382,7 @@ class Client extends openapi_core_1.default {
2358
2382
  return await this.exportHotTopicPlanningProposalsWithOptions(request, runtime);
2359
2383
  }
2360
2384
  /**
2361
- * 导出所有干预内容
2385
+ * Exports all interventions.
2362
2386
  *
2363
2387
  * @param request - ExportIntervenesRequest
2364
2388
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2387,7 +2411,7 @@ class Client extends openapi_core_1.default {
2387
2411
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExportIntervenesResponse({}));
2388
2412
  }
2389
2413
  /**
2390
- * 导出所有干预内容
2414
+ * Exports all interventions.
2391
2415
  *
2392
2416
  * @param request - ExportIntervenesRequest
2393
2417
  * @returns ExportIntervenesResponse
@@ -2397,7 +2421,7 @@ class Client extends openapi_core_1.default {
2397
2421
  return await this.exportIntervenesWithOptions(request, runtime);
2398
2422
  }
2399
2423
  /**
2400
- * 导出PPT作品
2424
+ * Exports a PPT artifact.
2401
2425
  *
2402
2426
  * @param request - ExportPptArtifactRequest
2403
2427
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2441,7 +2465,7 @@ class Client extends openapi_core_1.default {
2441
2465
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExportPptArtifactResponse({}));
2442
2466
  }
2443
2467
  /**
2444
- * 导出PPT作品
2468
+ * Exports a PPT artifact.
2445
2469
  *
2446
2470
  * @param request - ExportPptArtifactRequest
2447
2471
  * @returns ExportPptArtifactResponse
@@ -2451,7 +2475,7 @@ class Client extends openapi_core_1.default {
2451
2475
  return await this.exportPptArtifactWithOptions(request, runtime);
2452
2476
  }
2453
2477
  /**
2454
- * 反馈某次生成的结果
2478
+ * Provides feedback on the quality of the content that the model generates.
2455
2479
  *
2456
2480
  * @param tmpReq - FeedbackDialogueRequest
2457
2481
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2508,7 +2532,7 @@ class Client extends openapi_core_1.default {
2508
2532
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.FeedbackDialogueResponse({}));
2509
2533
  }
2510
2534
  /**
2511
- * 反馈某次生成的结果
2535
+ * Provides feedback on the quality of the content that the model generates.
2512
2536
  *
2513
2537
  * @param request - FeedbackDialogueRequest
2514
2538
  * @returns FeedbackDialogueResponse
@@ -2518,7 +2542,7 @@ class Client extends openapi_core_1.default {
2518
2542
  return await this.feedbackDialogueWithOptions(request, runtime);
2519
2543
  }
2520
2544
  /**
2521
- * 获取词库导出任务结果
2545
+ * Retrieves the results of a term library export task.
2522
2546
  *
2523
2547
  * @param request - FetchExportTermsTaskRequest
2524
2548
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2550,7 +2574,7 @@ class Client extends openapi_core_1.default {
2550
2574
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.FetchExportTermsTaskResponse({}));
2551
2575
  }
2552
2576
  /**
2553
- * 获取词库导出任务结果
2577
+ * Retrieves the results of a term library export task.
2554
2578
  *
2555
2579
  * @param request - FetchExportTermsTaskRequest
2556
2580
  * @returns FetchExportTermsTaskResponse
@@ -2560,7 +2584,7 @@ class Client extends openapi_core_1.default {
2560
2584
  return await this.fetchExportTermsTaskWithOptions(request, runtime);
2561
2585
  }
2562
2586
  /**
2563
- * 获取异步导出文档任务结果
2587
+ * Fetches the result of an asynchronous document export task.
2564
2588
  *
2565
2589
  * @param request - FetchExportWordTaskRequest
2566
2590
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2594,7 +2618,7 @@ class Client extends openapi_core_1.default {
2594
2618
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.FetchExportWordTaskResponse({}));
2595
2619
  }
2596
2620
  /**
2597
- * 获取异步导出文档任务结果
2621
+ * Fetches the result of an asynchronous document export task.
2598
2622
  *
2599
2623
  * @param request - FetchExportWordTaskRequest
2600
2624
  * @returns FetchExportWordTaskResponse
@@ -2604,7 +2628,7 @@ class Client extends openapi_core_1.default {
2604
2628
  return await this.fetchExportWordTaskWithOptions(request, runtime);
2605
2629
  }
2606
2630
  /**
2607
- * 获取图片任务执行结果
2631
+ * Retrieve the results of image generation tasks.
2608
2632
  *
2609
2633
  * @param tmpReq - FetchImageTaskRequest
2610
2634
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2646,7 +2670,7 @@ class Client extends openapi_core_1.default {
2646
2670
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.FetchImageTaskResponse({}));
2647
2671
  }
2648
2672
  /**
2649
- * 获取图片任务执行结果
2673
+ * Retrieve the results of image generation tasks.
2650
2674
  *
2651
2675
  * @param request - FetchImageTaskRequest
2652
2676
  * @returns FetchImageTaskResponse
@@ -2656,7 +2680,7 @@ class Client extends openapi_core_1.default {
2656
2680
  return await this.fetchImageTaskWithOptions(request, runtime);
2657
2681
  }
2658
2682
  /**
2659
- * 获取导入词库任务结果
2683
+ * Retrieves the result of a term import task.
2660
2684
  *
2661
2685
  * @param request - FetchImportTermsTaskRequest
2662
2686
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2688,7 +2712,7 @@ class Client extends openapi_core_1.default {
2688
2712
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.FetchImportTermsTaskResponse({}));
2689
2713
  }
2690
2714
  /**
2691
- * 获取导入词库任务结果
2715
+ * Retrieves the result of a term import task.
2692
2716
  *
2693
2717
  * @param request - FetchImportTermsTaskRequest
2694
2718
  * @returns FetchImportTermsTaskResponse
@@ -2698,7 +2722,7 @@ class Client extends openapi_core_1.default {
2698
2722
  return await this.fetchImportTermsTaskWithOptions(request, runtime);
2699
2723
  }
2700
2724
  /**
2701
- * 获取排版任务结果
2725
+ * Retrieve the layout task result.
2702
2726
  *
2703
2727
  * @param request - FetchParseDocumentLayoutTaskRequest
2704
2728
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2730,7 +2754,7 @@ class Client extends openapi_core_1.default {
2730
2754
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.FetchParseDocumentLayoutTaskResponse({}));
2731
2755
  }
2732
2756
  /**
2733
- * 获取排版任务结果
2757
+ * Retrieve the layout task result.
2734
2758
  *
2735
2759
  * @param request - FetchParseDocumentLayoutTaskRequest
2736
2760
  * @returns FetchParseDocumentLayoutTaskResponse
@@ -2740,7 +2764,10 @@ class Client extends openapi_core_1.default {
2740
2764
  return await this.fetchParseDocumentLayoutTaskWithOptions(request, runtime);
2741
2765
  }
2742
2766
  /**
2743
- * 生成内容导出文档任务
2767
+ * Start a task to export content as a Word document.
2768
+ *
2769
+ * @remarks
2770
+ * The Quanmiao product supports iframe embedding. For details, see [Customer Integration: Quanmiao Public Cloud iframe Customization Guide](https://help.aliyun.com/document_detail/3000990.html).
2744
2771
  *
2745
2772
  * @param request - GenerateExportWordTaskRequest
2746
2773
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2774,7 +2801,10 @@ class Client extends openapi_core_1.default {
2774
2801
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GenerateExportWordTaskResponse({}));
2775
2802
  }
2776
2803
  /**
2777
- * 生成内容导出文档任务
2804
+ * Start a task to export content as a Word document.
2805
+ *
2806
+ * @remarks
2807
+ * The Quanmiao product supports iframe embedding. For details, see [Customer Integration: Quanmiao Public Cloud iframe Customization Guide](https://help.aliyun.com/document_detail/3000990.html).
2778
2808
  *
2779
2809
  * @param request - GenerateExportWordTaskRequest
2780
2810
  * @returns GenerateExportWordTaskResponse
@@ -2784,7 +2814,7 @@ class Client extends openapi_core_1.default {
2784
2814
  return await this.generateExportWordTaskWithOptions(request, runtime);
2785
2815
  }
2786
2816
  /**
2787
- * 生成临时可访问的公开url
2817
+ * Generate a temporary public URL.
2788
2818
  *
2789
2819
  * @param request - GenerateFileUrlByKeyRequest
2790
2820
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2821,7 +2851,7 @@ class Client extends openapi_core_1.default {
2821
2851
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GenerateFileUrlByKeyResponse({}));
2822
2852
  }
2823
2853
  /**
2824
- * 生成临时可访问的公开url
2854
+ * Generate a temporary public URL.
2825
2855
  *
2826
2856
  * @param request - GenerateFileUrlByKeyRequest
2827
2857
  * @returns GenerateFileUrlByKeyResponse
@@ -2831,7 +2861,7 @@ class Client extends openapi_core_1.default {
2831
2861
  return await this.generateFileUrlByKeyWithOptions(request, runtime);
2832
2862
  }
2833
2863
  /**
2834
- * 智能配图,图片生成任务
2864
+ * Asynchronously generates an image from text.
2835
2865
  *
2836
2866
  * @param tmpReq - GenerateImageTaskRequest
2837
2867
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2879,7 +2909,7 @@ class Client extends openapi_core_1.default {
2879
2909
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GenerateImageTaskResponse({}));
2880
2910
  }
2881
2911
  /**
2882
- * 智能配图,图片生成任务
2912
+ * Asynchronously generates an image from text.
2883
2913
  *
2884
2914
  * @param request - GenerateImageTaskRequest
2885
2915
  * @returns GenerateImageTaskResponse
@@ -2889,7 +2919,13 @@ class Client extends openapi_core_1.default {
2889
2919
  return await this.generateImageTaskWithOptions(request, runtime);
2890
2920
  }
2891
2921
  /**
2892
- * 生成上传配置
2922
+ * Generates a file upload configuration.
2923
+ * 1\\. Call this API to obtain the upload configuration. The API returns the `PostUrl` (an internal OSS address for AI Writing Assistant), temporary OSS authentication information (`key`, `OSSAccessKeyId`, `Signature`, and `policy`), and the unique file identifier `fileKey`.
2924
+ * 2\\. The client uses the `PostUrl` and the temporary authentication information (`key`, `OSSAccessKeyId`, `Signature`, and `policy`) to upload the file.
2925
+ * 3\\. Use the `fileKey` to call subsequent APIs that require a `fileKey`, such as `GenerateFileUrlByKey`.
2926
+ *
2927
+ * @remarks
2928
+ * This API returns the address and credentials for file uploads. For more information, see [OSS Form Upload](https://help.aliyun.com/zh/oss/user-guide/form-upload?scm=20140722.H_31849._.OR_help-T_cn~zh-V_1).
2893
2929
  *
2894
2930
  * @param request - GenerateUploadConfigRequest
2895
2931
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2926,7 +2962,13 @@ class Client extends openapi_core_1.default {
2926
2962
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GenerateUploadConfigResponse({}));
2927
2963
  }
2928
2964
  /**
2929
- * 生成上传配置
2965
+ * Generates a file upload configuration.
2966
+ * 1\\. Call this API to obtain the upload configuration. The API returns the `PostUrl` (an internal OSS address for AI Writing Assistant), temporary OSS authentication information (`key`, `OSSAccessKeyId`, `Signature`, and `policy`), and the unique file identifier `fileKey`.
2967
+ * 2\\. The client uses the `PostUrl` and the temporary authentication information (`key`, `OSSAccessKeyId`, `Signature`, and `policy`) to upload the file.
2968
+ * 3\\. Use the `fileKey` to call subsequent APIs that require a `fileKey`, such as `GenerateFileUrlByKey`.
2969
+ *
2970
+ * @remarks
2971
+ * This API returns the address and credentials for file uploads. For more information, see [OSS Form Upload](https://help.aliyun.com/zh/oss/user-guide/form-upload?scm=20140722.H_31849._.OR_help-T_cn~zh-V_1).
2930
2972
  *
2931
2973
  * @param request - GenerateUploadConfigRequest
2932
2974
  * @returns GenerateUploadConfigResponse
@@ -2936,7 +2978,7 @@ class Client extends openapi_core_1.default {
2936
2978
  return await this.generateUploadConfigWithOptions(request, runtime);
2937
2979
  }
2938
2980
  /**
2939
- * 视角生成
2981
+ * Generates viewpoints from article snippets.
2940
2982
  *
2941
2983
  * @param tmpReq - GenerateViewPointRequest
2942
2984
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2975,7 +3017,7 @@ class Client extends openapi_core_1.default {
2975
3017
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GenerateViewPointResponse({}));
2976
3018
  }
2977
3019
  /**
2978
- * 视角生成
3020
+ * Generates viewpoints from article snippets.
2979
3021
  *
2980
3022
  * @param request - GenerateViewPointRequest
2981
3023
  * @returns GenerateViewPointResponse
@@ -2985,7 +3027,7 @@ class Client extends openapi_core_1.default {
2985
3027
  return await this.generateViewPointWithOptions(request, runtime);
2986
3028
  }
2987
3029
  /**
2988
- * 查询规则库后处理的进度。与 ConfirmAndPostProcessAuditNote 接口配合使用,供您查询当前后处理任务的状态。
3030
+ * Queries the progress of a post-processing task for a rule library. Use this operation together with the ConfirmAndPostProcessAuditNote operation to check the status of the current post-processing task.
2989
3031
  *
2990
3032
  * @param request - GetAuditNotePostProcessingStatusRequest
2991
3033
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3017,7 +3059,7 @@ class Client extends openapi_core_1.default {
3017
3059
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAuditNotePostProcessingStatusResponse({}));
3018
3060
  }
3019
3061
  /**
3020
- * 查询规则库后处理的进度。与 ConfirmAndPostProcessAuditNote 接口配合使用,供您查询当前后处理任务的状态。
3062
+ * Queries the progress of a post-processing task for a rule library. Use this operation together with the ConfirmAndPostProcessAuditNote operation to check the status of the current post-processing task.
3021
3063
  *
3022
3064
  * @param request - GetAuditNotePostProcessingStatusRequest
3023
3065
  * @returns GetAuditNotePostProcessingStatusResponse
@@ -3027,7 +3069,7 @@ class Client extends openapi_core_1.default {
3027
3069
  return await this.getAuditNotePostProcessingStatusWithOptions(request, runtime);
3028
3070
  }
3029
3071
  /**
3030
- * 查询用户上传规则库的处理状态。通过该接口,用户可以查询到当前规则库上传任务的状态,并获取到解析后的规则库文件大小、存储路径等信息。
3072
+ * Checks the processing status of an uploaded rule library. This operation returns the current status of the upload task, the size of the parsed rule library file, and its storage path.
3031
3073
  *
3032
3074
  * @param request - GetAuditNoteProcessingStatusRequest
3033
3075
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3059,7 +3101,7 @@ class Client extends openapi_core_1.default {
3059
3101
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAuditNoteProcessingStatusResponse({}));
3060
3102
  }
3061
3103
  /**
3062
- * 查询用户上传规则库的处理状态。通过该接口,用户可以查询到当前规则库上传任务的状态,并获取到解析后的规则库文件大小、存储路径等信息。
3104
+ * Checks the processing status of an uploaded rule library. This operation returns the current status of the upload task, the size of the parsed rule library file, and its storage path.
3063
3105
  *
3064
3106
  * @param request - GetAuditNoteProcessingStatusRequest
3065
3107
  * @returns GetAuditNoteProcessingStatusResponse
@@ -3069,7 +3111,7 @@ class Client extends openapi_core_1.default {
3069
3111
  return await this.getAuditNoteProcessingStatusWithOptions(request, runtime);
3070
3112
  }
3071
3113
  /**
3072
- * 获得剪辑任务状态
3114
+ * Retrieves the status of a video editing task.
3073
3115
  *
3074
3116
  * @param request - GetAutoClipsTaskInfoRequest
3075
3117
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3107,7 +3149,7 @@ class Client extends openapi_core_1.default {
3107
3149
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAutoClipsTaskInfoResponse({}));
3108
3150
  }
3109
3151
  /**
3110
- * 获得剪辑任务状态
3152
+ * Retrieves the status of a video editing task.
3111
3153
  *
3112
3154
  * @param request - GetAutoClipsTaskInfoRequest
3113
3155
  * @returns GetAutoClipsTaskInfoResponse
@@ -3117,7 +3159,7 @@ class Client extends openapi_core_1.default {
3117
3159
  return await this.getAutoClipsTaskInfoWithOptions(request, runtime);
3118
3160
  }
3119
3161
  /**
3120
- * 查询用户当前可供审核的规则库信息,只能查询到当前可用于审核的规则库。如果您想看到自定义规则库的具体内容,请使用 DownloadAuditNote 接口。
3162
+ * Query the rule libraries that are currently available for audit. This operation returns only rule libraries that are active for auditing. To view the contents of a custom rule library, use the DownloadAuditNote API.
3121
3163
  *
3122
3164
  * @param request - GetAvailableAuditNotesRequest
3123
3165
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3149,7 +3191,7 @@ class Client extends openapi_core_1.default {
3149
3191
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAvailableAuditNotesResponse({}));
3150
3192
  }
3151
3193
  /**
3152
- * 查询用户当前可供审核的规则库信息,只能查询到当前可用于审核的规则库。如果您想看到自定义规则库的具体内容,请使用 DownloadAuditNote 接口。
3194
+ * Query the rule libraries that are currently available for audit. This operation returns only rule libraries that are active for auditing. To view the contents of a custom rule library, use the DownloadAuditNote API.
3153
3195
  *
3154
3196
  * @param request - GetAvailableAuditNotesRequest
3155
3197
  * @returns GetAvailableAuditNotesResponse
@@ -3159,7 +3201,7 @@ class Client extends openapi_core_1.default {
3159
3201
  return await this.getAvailableAuditNotesWithOptions(request, runtime);
3160
3202
  }
3161
3203
  /**
3162
- * 获得标书写作结果接口
3204
+ * Retrieves the generation results of a bidding document.
3163
3205
  *
3164
3206
  * @param request - GetBiddingDocInfoRequest
3165
3207
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3191,7 +3233,7 @@ class Client extends openapi_core_1.default {
3191
3233
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetBiddingDocInfoResponse({}));
3192
3234
  }
3193
3235
  /**
3194
- * 获得标书写作结果接口
3236
+ * Retrieves the generation results of a bidding document.
3195
3237
  *
3196
3238
  * @param request - GetBiddingDocInfoRequest
3197
3239
  * @returns GetBiddingDocInfoResponse
@@ -3201,7 +3243,7 @@ class Client extends openapi_core_1.default {
3201
3243
  return await this.getBiddingDocInfoWithOptions(request, runtime);
3202
3244
  }
3203
3245
  /**
3204
- * 获得标书功能剩余额度
3246
+ * Retrieve the remaining limit for the bidding feature.
3205
3247
  *
3206
3248
  * @param request - GetBiddingRemainLimitNumRequest
3207
3249
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3233,7 +3275,7 @@ class Client extends openapi_core_1.default {
3233
3275
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetBiddingRemainLimitNumResponse({}));
3234
3276
  }
3235
3277
  /**
3236
- * 获得标书功能剩余额度
3278
+ * Retrieve the remaining limit for the bidding feature.
3237
3279
  *
3238
3280
  * @param request - GetBiddingRemainLimitNumRequest
3239
3281
  * @returns GetBiddingRemainLimitNumResponse
@@ -3243,7 +3285,7 @@ class Client extends openapi_core_1.default {
3243
3285
  return await this.getBiddingRemainLimitNumWithOptions(request, runtime);
3244
3286
  }
3245
3287
  /**
3246
- * 获取某次标签挖掘结果分类
3288
+ * Retrieves the classifications from a tag mining task.
3247
3289
  *
3248
3290
  * @param request - GetCategoriesByTaskIdRequest
3249
3291
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3275,7 +3317,7 @@ class Client extends openapi_core_1.default {
3275
3317
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCategoriesByTaskIdResponse({}));
3276
3318
  }
3277
3319
  /**
3278
- * 获取某次标签挖掘结果分类
3320
+ * Retrieves the classifications from a tag mining task.
3279
3321
  *
3280
3322
  * @param request - GetCategoriesByTaskIdRequest
3281
3323
  * @returns GetCategoriesByTaskIdResponse
@@ -3285,7 +3327,7 @@ class Client extends openapi_core_1.default {
3285
3327
  return await this.getCategoriesByTaskIdWithOptions(request, runtime);
3286
3328
  }
3287
3329
  /**
3288
- * 获得智能混剪内置资源
3330
+ * Retrieves the built-in resources for smart clipping.
3289
3331
  *
3290
3332
  * @param request - GetClipsBuildInResourceRequest
3291
3333
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3317,7 +3359,7 @@ class Client extends openapi_core_1.default {
3317
3359
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetClipsBuildInResourceResponse({}));
3318
3360
  }
3319
3361
  /**
3320
- * 获得智能混剪内置资源
3362
+ * Retrieves the built-in resources for smart clipping.
3321
3363
  *
3322
3364
  * @param request - GetClipsBuildInResourceRequest
3323
3365
  * @returns GetClipsBuildInResourceResponse
@@ -3327,7 +3369,7 @@ class Client extends openapi_core_1.default {
3327
3369
  return await this.getClipsBuildInResourceWithOptions(request, runtime);
3328
3370
  }
3329
3371
  /**
3330
- * 获取自定义播报单任务结果
3372
+ * Retrieves the result of a custom hot topic broadcast job.
3331
3373
  *
3332
3374
  * @param request - GetCustomHotTopicBroadcastJobRequest
3333
3375
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3359,7 +3401,7 @@ class Client extends openapi_core_1.default {
3359
3401
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCustomHotTopicBroadcastJobResponse({}));
3360
3402
  }
3361
3403
  /**
3362
- * 获取自定义播报单任务结果
3404
+ * Retrieves the result of a custom hot topic broadcast job.
3363
3405
  *
3364
3406
  * @param request - GetCustomHotTopicBroadcastJobRequest
3365
3407
  * @returns GetCustomHotTopicBroadcastJobResponse
@@ -3369,7 +3411,7 @@ class Client extends openapi_core_1.default {
3369
3411
  return await this.getCustomHotTopicBroadcastJobWithOptions(request, runtime);
3370
3412
  }
3371
3413
  /**
3372
- * 获取自定义数据源-选题视角分析任务结果
3414
+ * Retrieves the results of a topic analysis task for a custom data source.
3373
3415
  *
3374
3416
  * @param request - GetCustomSourceTopicAnalysisTaskRequest
3375
3417
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3401,7 +3443,7 @@ class Client extends openapi_core_1.default {
3401
3443
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCustomSourceTopicAnalysisTaskResponse({}));
3402
3444
  }
3403
3445
  /**
3404
- * 获取自定义数据源-选题视角分析任务结果
3446
+ * Retrieves the results of a topic analysis task for a custom data source.
3405
3447
  *
3406
3448
  * @param request - GetCustomSourceTopicAnalysisTaskRequest
3407
3449
  * @returns GetCustomSourceTopicAnalysisTaskResponse
@@ -3411,7 +3453,7 @@ class Client extends openapi_core_1.default {
3411
3453
  return await this.getCustomSourceTopicAnalysisTaskWithOptions(request, runtime);
3412
3454
  }
3413
3455
  /**
3414
- * 获取自定义文本
3456
+ * Retrieve custom text.
3415
3457
  *
3416
3458
  * @param request - GetCustomTextRequest
3417
3459
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3448,7 +3490,7 @@ class Client extends openapi_core_1.default {
3448
3490
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCustomTextResponse({}));
3449
3491
  }
3450
3492
  /**
3451
- * 获取自定义文本
3493
+ * Retrieve custom text.
3452
3494
  *
3453
3495
  * @param request - GetCustomTextRequest
3454
3496
  * @returns GetCustomTextResponse
@@ -3458,7 +3500,7 @@ class Client extends openapi_core_1.default {
3458
3500
  return await this.getCustomTextWithOptions(request, runtime);
3459
3501
  }
3460
3502
  /**
3461
- * 获取自定义选题视角分析任务结果
3503
+ * Retrieve the result of a custom topic selection perspective analysis task.
3462
3504
  *
3463
3505
  * @param request - GetCustomTopicSelectionPerspectiveAnalysisTaskRequest
3464
3506
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3492,7 +3534,7 @@ class Client extends openapi_core_1.default {
3492
3534
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCustomTopicSelectionPerspectiveAnalysisTaskResponse({}));
3493
3535
  }
3494
3536
  /**
3495
- * 获取自定义选题视角分析任务结果
3537
+ * Retrieve the result of a custom topic selection perspective analysis task.
3496
3538
  *
3497
3539
  * @param request - GetCustomTopicSelectionPerspectiveAnalysisTaskRequest
3498
3540
  * @returns GetCustomTopicSelectionPerspectiveAnalysisTaskResponse
@@ -3502,7 +3544,7 @@ class Client extends openapi_core_1.default {
3502
3544
  return await this.getCustomTopicSelectionPerspectiveAnalysisTaskWithOptions(request, runtime);
3503
3545
  }
3504
3546
  /**
3505
- * 获取系统数据源配置和个人配置
3547
+ * Retrieves configuration information for write data sources and general search data sources.
3506
3548
  *
3507
3549
  * @param request - GetDataSourceOrderConfigRequest
3508
3550
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3539,7 +3581,7 @@ class Client extends openapi_core_1.default {
3539
3581
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDataSourceOrderConfigResponse({}));
3540
3582
  }
3541
3583
  /**
3542
- * 获取系统数据源配置和个人配置
3584
+ * Retrieves configuration information for write data sources and general search data sources.
3543
3585
  *
3544
3586
  * @param request - GetDataSourceOrderConfigRequest
3545
3587
  * @returns GetDataSourceOrderConfigResponse
@@ -3549,7 +3591,7 @@ class Client extends openapi_core_1.default {
3549
3591
  return await this.getDataSourceOrderConfigWithOptions(request, runtime);
3550
3592
  }
3551
3593
  /**
3552
- * 数据集管理-详情
3594
+ * Data source management details.
3553
3595
  *
3554
3596
  * @param request - GetDatasetRequest
3555
3597
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3584,7 +3626,7 @@ class Client extends openapi_core_1.default {
3584
3626
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDatasetResponse({}));
3585
3627
  }
3586
3628
  /**
3587
- * 数据集管理-详情
3629
+ * Data source management details.
3588
3630
  *
3589
3631
  * @param request - GetDatasetRequest
3590
3632
  * @returns GetDatasetResponse
@@ -3594,7 +3636,7 @@ class Client extends openapi_core_1.default {
3594
3636
  return await this.getDatasetWithOptions(request, runtime);
3595
3637
  }
3596
3638
  /**
3597
- * 获取数据集文档
3639
+ * Retrieve the data source document.
3598
3640
  *
3599
3641
  * @param tmpReq - GetDatasetDocumentRequest
3600
3642
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3643,7 +3685,7 @@ class Client extends openapi_core_1.default {
3643
3685
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDatasetDocumentResponse({}));
3644
3686
  }
3645
3687
  /**
3646
- * 获取数据集文档
3688
+ * Retrieve the data source document.
3647
3689
  *
3648
3690
  * @param request - GetDatasetDocumentRequest
3649
3691
  * @returns GetDatasetDocumentResponse
@@ -3653,7 +3695,7 @@ class Client extends openapi_core_1.default {
3653
3695
  return await this.getDatasetDocumentWithOptions(request, runtime);
3654
3696
  }
3655
3697
  /**
3656
- * 查询深度写作任务
3698
+ * Queries deep writing tasks. You can use it to check the running status of a specific task.
3657
3699
  *
3658
3700
  * @param request - GetDeepWriteTaskRequest
3659
3701
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3685,7 +3727,7 @@ class Client extends openapi_core_1.default {
3685
3727
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDeepWriteTaskResponse({}));
3686
3728
  }
3687
3729
  /**
3688
- * 查询深度写作任务
3730
+ * Queries deep writing tasks. You can use it to check the running status of a specific task.
3689
3731
  *
3690
3732
  * @param request - GetDeepWriteTaskRequest
3691
3733
  * @returns GetDeepWriteTaskResponse
@@ -3695,7 +3737,7 @@ class Client extends openapi_core_1.default {
3695
3737
  return await this.getDeepWriteTaskWithOptions(request, runtime);
3696
3738
  }
3697
3739
  /**
3698
- * 查询深度写作任务的结果
3740
+ * Queries the result of a deep writing task. If the task is not complete, the operation returns its current status—such as queued, running, failed, or canceled. If the task is complete, the operation returns a URL that points to a compressed package of the task output that you can download.
3699
3741
  *
3700
3742
  * @param request - GetDeepWriteTaskResultRequest
3701
3743
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3727,7 +3769,7 @@ class Client extends openapi_core_1.default {
3727
3769
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDeepWriteTaskResultResponse({}));
3728
3770
  }
3729
3771
  /**
3730
- * 查询深度写作任务的结果
3772
+ * Queries the result of a deep writing task. If the task is not complete, the operation returns its current status—such as queued, running, failed, or canceled. If the task is complete, the operation returns a URL that points to a compressed package of the task output that you can download.
3731
3773
  *
3732
3774
  * @param request - GetDeepWriteTaskResultRequest
3733
3775
  * @returns GetDeepWriteTaskResultResponse
@@ -3737,7 +3779,7 @@ class Client extends openapi_core_1.default {
3737
3779
  return await this.getDeepWriteTaskResultWithOptions(request, runtime);
3738
3780
  }
3739
3781
  /**
3740
- * 获取文档聚合任务结果
3782
+ * Retrieves the result of a content aggregation task.
3741
3783
  *
3742
3784
  * @param request - GetDocClusterTaskRequest
3743
3785
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3771,7 +3813,7 @@ class Client extends openapi_core_1.default {
3771
3813
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDocClusterTaskResponse({}));
3772
3814
  }
3773
3815
  /**
3774
- * 获取文档聚合任务结果
3816
+ * Retrieves the result of a content aggregation task.
3775
3817
  *
3776
3818
  * @param request - GetDocClusterTaskRequest
3777
3819
  * @returns GetDocClusterTaskResponse
@@ -3781,7 +3823,7 @@ class Client extends openapi_core_1.default {
3781
3823
  return await this.getDocClusterTaskWithOptions(request, runtime);
3782
3824
  }
3783
3825
  /**
3784
- * 妙读获取文档信息
3826
+ * Retrieves information about a document.
3785
3827
  *
3786
3828
  * @param request - GetDocInfoRequest
3787
3829
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3816,7 +3858,7 @@ class Client extends openapi_core_1.default {
3816
3858
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDocInfoResponse({}));
3817
3859
  }
3818
3860
  /**
3819
- * 妙读获取文档信息
3861
+ * Retrieves information about a document.
3820
3862
  *
3821
3863
  * @param request - GetDocInfoRequest
3822
3864
  * @returns GetDocInfoResponse
@@ -3826,7 +3868,7 @@ class Client extends openapi_core_1.default {
3826
3868
  return await this.getDocInfoWithOptions(request, runtime);
3827
3869
  }
3828
3870
  /**
3829
- * 获取企业VOC分析任务结果
3871
+ * Retrieves the result of an enterprise Voice of the Customer (VOC) analysis task.
3830
3872
  *
3831
3873
  * @param request - GetEnterpriseVocAnalysisTaskRequest
3832
3874
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3858,7 +3900,7 @@ class Client extends openapi_core_1.default {
3858
3900
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetEnterpriseVocAnalysisTaskResponse({}));
3859
3901
  }
3860
3902
  /**
3861
- * 获取企业VOC分析任务结果
3903
+ * Retrieves the result of an enterprise Voice of the Customer (VOC) analysis task.
3862
3904
  *
3863
3905
  * @param request - GetEnterpriseVocAnalysisTaskRequest
3864
3906
  * @returns GetEnterpriseVocAnalysisTaskResponse
@@ -3868,7 +3910,7 @@ class Client extends openapi_core_1.default {
3868
3910
  return await this.getEnterpriseVocAnalysisTaskWithOptions(request, runtime);
3869
3911
  }
3870
3912
  /**
3871
- * 获取当前正用于事实性审核的信源 URL
3913
+ * Retrieves the source URL that is currently used for factuality audit.
3872
3914
  *
3873
3915
  * @param request - GetFactAuditUrlRequest
3874
3916
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3897,7 +3939,7 @@ class Client extends openapi_core_1.default {
3897
3939
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetFactAuditUrlResponse({}));
3898
3940
  }
3899
3941
  /**
3900
- * 获取当前正用于事实性审核的信源 URL
3942
+ * Retrieves the source URL that is currently used for factuality audit.
3901
3943
  *
3902
3944
  * @param request - GetFactAuditUrlRequest
3903
3945
  * @returns GetFactAuditUrlResponse
@@ -3907,7 +3949,7 @@ class Client extends openapi_core_1.default {
3907
3949
  return await this.getFactAuditUrlWithOptions(request, runtime);
3908
3950
  }
3909
3951
  /**
3910
- * 妙读获得文档字数
3952
+ * MiaoRead calculates the word count for a document.
3911
3953
  *
3912
3954
  * @param request - GetFileContentLengthRequest
3913
3955
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3942,7 +3984,7 @@ class Client extends openapi_core_1.default {
3942
3984
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetFileContentLengthResponse({}));
3943
3985
  }
3944
3986
  /**
3945
- * 妙读获得文档字数
3987
+ * MiaoRead calculates the word count for a document.
3946
3988
  *
3947
3989
  * @param request - GetFileContentLengthRequest
3948
3990
  * @returns GetFileContentLengthResponse
@@ -3952,7 +3994,7 @@ class Client extends openapi_core_1.default {
3952
3994
  return await this.getFileContentLengthWithOptions(request, runtime);
3953
3995
  }
3954
3996
  /**
3955
- * 通用配置-查询
3997
+ * Queries general configurations.
3956
3998
  *
3957
3999
  * @param request - GetGeneralConfigRequest
3958
4000
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3984,7 +4026,7 @@ class Client extends openapi_core_1.default {
3984
4026
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetGeneralConfigResponse({}));
3985
4027
  }
3986
4028
  /**
3987
- * 通用配置-查询
4029
+ * Queries general configurations.
3988
4030
  *
3989
4031
  * @param request - GetGeneralConfigRequest
3990
4032
  * @returns GetGeneralConfigResponse
@@ -3994,7 +4036,7 @@ class Client extends openapi_core_1.default {
3994
4036
  return await this.getGeneralConfigWithOptions(request, runtime);
3995
4037
  }
3996
4038
  /**
3997
- * 文档管理-查询详情。
4039
+ * Get generated content. Queries the history of articles generated in MiaoBi.
3998
4040
  *
3999
4041
  * @param request - GetGeneratedContentRequest
4000
4042
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4028,7 +4070,7 @@ class Client extends openapi_core_1.default {
4028
4070
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetGeneratedContentResponse({}));
4029
4071
  }
4030
4072
  /**
4031
- * 文档管理-查询详情。
4073
+ * Get generated content. Queries the history of articles generated in MiaoBi.
4032
4074
  *
4033
4075
  * @param request - GetGeneratedContentRequest
4034
4076
  * @returns GetGeneratedContentResponse
@@ -4038,7 +4080,7 @@ class Client extends openapi_core_1.default {
4038
4080
  return await this.getGeneratedContentWithOptions(request, runtime);
4039
4081
  }
4040
4082
  /**
4041
- * 查询新闻播报单
4083
+ * Query news broadcast orders.
4042
4084
  *
4043
4085
  * @param tmpReq - GetHotTopicBroadcastRequest
4044
4086
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4114,7 +4156,7 @@ class Client extends openapi_core_1.default {
4114
4156
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetHotTopicBroadcastResponse({}));
4115
4157
  }
4116
4158
  /**
4117
- * 查询新闻播报单
4159
+ * Query news broadcast orders.
4118
4160
  *
4119
4161
  * @param request - GetHotTopicBroadcastRequest
4120
4162
  * @returns GetHotTopicBroadcastResponse
@@ -4124,7 +4166,7 @@ class Client extends openapi_core_1.default {
4124
4166
  return await this.getHotTopicBroadcastWithOptions(request, runtime);
4125
4167
  }
4126
4168
  /**
4127
- * 获得干预全局回复
4169
+ * Retrieve the global intervention reply.
4128
4170
  *
4129
4171
  * @param request - GetInterveneGlobalReplyRequest
4130
4172
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4153,7 +4195,7 @@ class Client extends openapi_core_1.default {
4153
4195
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetInterveneGlobalReplyResponse({}));
4154
4196
  }
4155
4197
  /**
4156
- * 获得干预全局回复
4198
+ * Retrieve the global intervention reply.
4157
4199
  *
4158
4200
  * @param request - GetInterveneGlobalReplyRequest
4159
4201
  * @returns GetInterveneGlobalReplyResponse
@@ -4163,7 +4205,7 @@ class Client extends openapi_core_1.default {
4163
4205
  return await this.getInterveneGlobalReplyWithOptions(request, runtime);
4164
4206
  }
4165
4207
  /**
4166
- * 获得导入任务信息
4208
+ * Gets information about an import task.
4167
4209
  *
4168
4210
  * @param request - GetInterveneImportTaskInfoRequest
4169
4211
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4197,7 +4239,7 @@ class Client extends openapi_core_1.default {
4197
4239
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetInterveneImportTaskInfoResponse({}));
4198
4240
  }
4199
4241
  /**
4200
- * 获得导入任务信息
4242
+ * Gets information about an import task.
4201
4243
  *
4202
4244
  * @param request - GetInterveneImportTaskInfoRequest
4203
4245
  * @returns GetInterveneImportTaskInfoResponse
@@ -4207,7 +4249,7 @@ class Client extends openapi_core_1.default {
4207
4249
  return await this.getInterveneImportTaskInfoWithOptions(request, runtime);
4208
4250
  }
4209
4251
  /**
4210
- * 获得干预项规则详情
4252
+ * Retrieves the details of an intervention rule.
4211
4253
  *
4212
4254
  * @param request - GetInterveneRuleDetailRequest
4213
4255
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4241,7 +4283,7 @@ class Client extends openapi_core_1.default {
4241
4283
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetInterveneRuleDetailResponse({}));
4242
4284
  }
4243
4285
  /**
4244
- * 获得干预项规则详情
4286
+ * Retrieves the details of an intervention rule.
4245
4287
  *
4246
4288
  * @param request - GetInterveneRuleDetailRequest
4247
4289
  * @returns GetInterveneRuleDetailResponse
@@ -4251,7 +4293,7 @@ class Client extends openapi_core_1.default {
4251
4293
  return await this.getInterveneRuleDetailWithOptions(request, runtime);
4252
4294
  }
4253
4295
  /**
4254
- * 获得干预导入模版文件下载地址
4296
+ * Retrieves the download URL for the intervention import template.
4255
4297
  *
4256
4298
  * @param request - GetInterveneTemplateFileUrlRequest
4257
4299
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4280,7 +4322,7 @@ class Client extends openapi_core_1.default {
4280
4322
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetInterveneTemplateFileUrlResponse({}));
4281
4323
  }
4282
4324
  /**
4283
- * 获得干预导入模版文件下载地址
4325
+ * Retrieves the download URL for the intervention import template.
4284
4326
  *
4285
4327
  * @param request - GetInterveneTemplateFileUrlRequest
4286
4328
  * @returns GetInterveneTemplateFileUrlResponse
@@ -4290,7 +4332,7 @@ class Client extends openapi_core_1.default {
4290
4332
  return await this.getInterveneTemplateFileUrlWithOptions(request, runtime);
4291
4333
  }
4292
4334
  /**
4293
- * 根据ID获取素材内容
4335
+ * Retrieves detailed information about a material from the Material Library.
4294
4336
  *
4295
4337
  * @param request - GetMaterialByIdRequest
4296
4338
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4324,7 +4366,7 @@ class Client extends openapi_core_1.default {
4324
4366
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetMaterialByIdResponse({}));
4325
4367
  }
4326
4368
  /**
4327
- * 根据ID获取素材内容
4369
+ * Retrieves detailed information about a material from the Material Library.
4328
4370
  *
4329
4371
  * @param request - GetMaterialByIdRequest
4330
4372
  * @returns GetMaterialByIdResponse
@@ -4334,7 +4376,13 @@ class Client extends openapi_core_1.default {
4334
4376
  return await this.getMaterialByIdWithOptions(request, runtime);
4335
4377
  }
4336
4378
  /**
4337
- * 查询PPT作品信息
4379
+ * Queries information about a PPT artifact.
4380
+ *
4381
+ * @remarks
4382
+ * Usage notes:
4383
+ * - This API uses the HTTP Server-Sent Events (SSE) protocol.
4384
+ * - The OpenAPI portal is not compatible with the SSE protocol and cannot be used for direct debugging. For examples of how to call the API using an SDK for Java or Python, see [PPT Generation Best practices](https://help.aliyun.com/zh/model-studio/ppt-generation-best-practices).
4385
+ * - To obtain the latest version of the asynchronous Java SDK, [download it from the API portal](https://api.aliyun.com/api-tools/sdk/AiMiaoBi?spm=a2c4g.11186623.0.0.4cd3170d7rccDC\\&version=2023-08-01\\&language=java-async-tea\\&tab=primer-doc).
4338
4386
  *
4339
4387
  * @param request - GetPptArtifactRequest
4340
4388
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4369,7 +4417,13 @@ class Client extends openapi_core_1.default {
4369
4417
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetPptArtifactResponse({}));
4370
4418
  }
4371
4419
  /**
4372
- * 查询PPT作品信息
4420
+ * Queries information about a PPT artifact.
4421
+ *
4422
+ * @remarks
4423
+ * Usage notes:
4424
+ * - This API uses the HTTP Server-Sent Events (SSE) protocol.
4425
+ * - The OpenAPI portal is not compatible with the SSE protocol and cannot be used for direct debugging. For examples of how to call the API using an SDK for Java or Python, see [PPT Generation Best practices](https://help.aliyun.com/zh/model-studio/ppt-generation-best-practices).
4426
+ * - To obtain the latest version of the asynchronous Java SDK, [download it from the API portal](https://api.aliyun.com/api-tools/sdk/AiMiaoBi?spm=a2c4g.11186623.0.0.4cd3170d7rccDC\\&version=2023-08-01\\&language=java-async-tea\\&tab=primer-doc).
4373
4427
  *
4374
4428
  * @param request - GetPptArtifactRequest
4375
4429
  * @returns GetPptArtifactResponse
@@ -4379,7 +4433,7 @@ class Client extends openapi_core_1.default {
4379
4433
  return await this.getPptArtifactWithOptions(request, runtime);
4380
4434
  }
4381
4435
  /**
4382
- * 查询PPT导出任务的结果
4436
+ * Retrieves the result of a PPT export task.
4383
4437
  *
4384
4438
  * @param request - GetPptArtifactExportResultRequest
4385
4439
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4414,7 +4468,7 @@ class Client extends openapi_core_1.default {
4414
4468
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetPptArtifactExportResultResponse({}));
4415
4469
  }
4416
4470
  /**
4417
- * 查询PPT导出任务的结果
4471
+ * Retrieves the result of a PPT export task.
4418
4472
  *
4419
4473
  * @param request - GetPptArtifactExportResultRequest
4420
4474
  * @returns GetPptArtifactExportResultResponse
@@ -4424,7 +4478,7 @@ class Client extends openapi_core_1.default {
4424
4478
  return await this.getPptArtifactExportResultWithOptions(request, runtime);
4425
4479
  }
4426
4480
  /**
4427
- * 获取PPT组件的配置
4481
+ * Retrieves the configuration of a PPT component.
4428
4482
  *
4429
4483
  * @param request - GetPptConfigRequest
4430
4484
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4456,7 +4510,7 @@ class Client extends openapi_core_1.default {
4456
4510
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetPptConfigResponse({}));
4457
4511
  }
4458
4512
  /**
4459
- * 获取PPT组件的配置
4513
+ * Retrieves the configuration of a PPT component.
4460
4514
  *
4461
4515
  * @param request - GetPptConfigRequest
4462
4516
  * @returns GetPptConfigResponse
@@ -4466,7 +4520,7 @@ class Client extends openapi_core_1.default {
4466
4520
  return await this.getPptConfigWithOptions(request, runtime);
4467
4521
  }
4468
4522
  /**
4469
- * 查询PPT任务信息
4523
+ * Gets information about a PPT task.
4470
4524
  *
4471
4525
  * @param request - GetPptInfoRequest
4472
4526
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4501,7 +4555,7 @@ class Client extends openapi_core_1.default {
4501
4555
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetPptInfoResponse({}));
4502
4556
  }
4503
4557
  /**
4504
- * 查询PPT任务信息
4558
+ * Gets information about a PPT task.
4505
4559
  *
4506
4560
  * @param request - GetPptInfoRequest
4507
4561
  * @returns GetPptInfoResponse
@@ -4511,7 +4565,7 @@ class Client extends openapi_core_1.default {
4511
4565
  return await this.getPptInfoWithOptions(request, runtime);
4512
4566
  }
4513
4567
  /**
4514
- * 查询PPT模板筛选器
4568
+ * Retrieves the filters for PowerPoint (PPT) templates.
4515
4569
  *
4516
4570
  * @param request - GetPptTemplateSelectorRequest
4517
4571
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4540,7 +4594,7 @@ class Client extends openapi_core_1.default {
4540
4594
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetPptTemplateSelectorResponse({}));
4541
4595
  }
4542
4596
  /**
4543
- * 查询PPT模板筛选器
4597
+ * Retrieves the filters for PowerPoint (PPT) templates.
4544
4598
  *
4545
4599
  * @param request - GetPptTemplateSelectorRequest
4546
4600
  * @returns GetPptTemplateSelectorResponse
@@ -4550,7 +4604,7 @@ class Client extends openapi_core_1.default {
4550
4604
  return await this.getPptTemplateSelectorWithOptions(request, runtime);
4551
4605
  }
4552
4606
  /**
4553
- * 获取当前用户的配置
4607
+ * Retrieves configuration information, such as intelligent configuration styles and inference-related metadata configurations.
4554
4608
  *
4555
4609
  * @param request - GetPropertiesRequest
4556
4610
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4579,7 +4633,7 @@ class Client extends openapi_core_1.default {
4579
4633
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetPropertiesResponse({}));
4580
4634
  }
4581
4635
  /**
4582
- * 获取当前用户的配置
4636
+ * Retrieves configuration information, such as intelligent configuration styles and inference-related metadata configurations.
4583
4637
  *
4584
4638
  * @param request - GetPropertiesRequest
4585
4639
  * @returns GetPropertiesResponse
@@ -4589,7 +4643,7 @@ class Client extends openapi_core_1.default {
4589
4643
  return await this.getPropertiesWithOptions(request, runtime);
4590
4644
  }
4591
4645
  /**
4592
- * 查询智能审核结果
4646
+ * Queries the result of an automated review.
4593
4647
  *
4594
4648
  * @param request - GetSmartAuditResultRequest
4595
4649
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4621,7 +4675,7 @@ class Client extends openapi_core_1.default {
4621
4675
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSmartAuditResultResponse({}));
4622
4676
  }
4623
4677
  /**
4624
- * 查询智能审核结果
4678
+ * Queries the result of an automated review.
4625
4679
  *
4626
4680
  * @param request - GetSmartAuditResultRequest
4627
4681
  * @returns GetSmartAuditResultResponse
@@ -4631,7 +4685,7 @@ class Client extends openapi_core_1.default {
4631
4685
  return await this.getSmartAuditResultWithOptions(request, runtime);
4632
4686
  }
4633
4687
  /**
4634
- * 查询一键成片剪辑任务
4688
+ * Queries a one-click video editing task.
4635
4689
  *
4636
4690
  * @param request - GetSmartClipTaskRequest
4637
4691
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4663,7 +4717,7 @@ class Client extends openapi_core_1.default {
4663
4717
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSmartClipTaskResponse({}));
4664
4718
  }
4665
4719
  /**
4666
- * 查询一键成片剪辑任务
4720
+ * Queries a one-click video editing task.
4667
4721
  *
4668
4722
  * @param request - GetSmartClipTaskRequest
4669
4723
  * @returns GetSmartClipTaskResponse
@@ -4673,7 +4727,7 @@ class Client extends openapi_core_1.default {
4673
4727
  return await this.getSmartClipTaskWithOptions(request, runtime);
4674
4728
  }
4675
4729
  /**
4676
- * 获取文体学习分析结果
4730
+ * Retrieves the analysis result of a style learning task.
4677
4731
  *
4678
4732
  * @param request - GetStyleLearningResultRequest
4679
4733
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4707,7 +4761,7 @@ class Client extends openapi_core_1.default {
4707
4761
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetStyleLearningResultResponse({}));
4708
4762
  }
4709
4763
  /**
4710
- * 获取文体学习分析结果
4764
+ * Retrieves the analysis result of a style learning task.
4711
4765
  *
4712
4766
  * @param request - GetStyleLearningResultRequest
4713
4767
  * @returns GetStyleLearningResultResponse
@@ -4717,7 +4771,7 @@ class Client extends openapi_core_1.default {
4717
4771
  return await this.getStyleLearningResultWithOptions(request, runtime);
4718
4772
  }
4719
4773
  /**
4720
- * 根据ID获取热点事件信息
4774
+ * Retrieve hot topic event information by ID.
4721
4775
  *
4722
4776
  * @param request - GetTopicByIdRequest
4723
4777
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4751,7 +4805,7 @@ class Client extends openapi_core_1.default {
4751
4805
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetTopicByIdResponse({}));
4752
4806
  }
4753
4807
  /**
4754
- * 根据ID获取热点事件信息
4808
+ * Retrieve hot topic event information by ID.
4755
4809
  *
4756
4810
  * @param request - GetTopicByIdRequest
4757
4811
  * @returns GetTopicByIdResponse
@@ -4761,7 +4815,7 @@ class Client extends openapi_core_1.default {
4761
4815
  return await this.getTopicByIdWithOptions(request, runtime);
4762
4816
  }
4763
4817
  /**
4764
- * 获取选题视角分析任务结果
4818
+ * Retrieves the result of a topic selection perspective analysis task.
4765
4819
  *
4766
4820
  * @param request - GetTopicSelectionPerspectiveAnalysisTaskRequest
4767
4821
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4795,7 +4849,7 @@ class Client extends openapi_core_1.default {
4795
4849
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetTopicSelectionPerspectiveAnalysisTaskResponse({}));
4796
4850
  }
4797
4851
  /**
4798
- * 获取选题视角分析任务结果
4852
+ * Retrieves the result of a topic selection perspective analysis task.
4799
4853
  *
4800
4854
  * @param request - GetTopicSelectionPerspectiveAnalysisTaskRequest
4801
4855
  * @returns GetTopicSelectionPerspectiveAnalysisTaskResponse
@@ -4805,7 +4859,7 @@ class Client extends openapi_core_1.default {
4805
4859
  return await this.getTopicSelectionPerspectiveAnalysisTaskWithOptions(request, runtime);
4806
4860
  }
4807
4861
  /**
4808
- * 导入干预文件
4862
+ * Imports an intervention file.
4809
4863
  *
4810
4864
  * @param request - ImportInterveneFileRequest
4811
4865
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4845,7 +4899,7 @@ class Client extends openapi_core_1.default {
4845
4899
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ImportInterveneFileResponse({}));
4846
4900
  }
4847
4901
  /**
4848
- * 导入干预文件
4902
+ * Imports an intervention file.
4849
4903
  *
4850
4904
  * @param request - ImportInterveneFileRequest
4851
4905
  * @returns ImportInterveneFileResponse
@@ -4855,7 +4909,7 @@ class Client extends openapi_core_1.default {
4855
4909
  return await this.importInterveneFileWithOptions(request, runtime);
4856
4910
  }
4857
4911
  /**
4858
- * 异步导入干预文件
4912
+ * Asynchronously import an intervention file.
4859
4913
  *
4860
4914
  * @param request - ImportInterveneFileAsyncRequest
4861
4915
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4895,7 +4949,7 @@ class Client extends openapi_core_1.default {
4895
4949
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ImportInterveneFileAsyncResponse({}));
4896
4950
  }
4897
4951
  /**
4898
- * 异步导入干预文件
4952
+ * Asynchronously import an intervention file.
4899
4953
  *
4900
4954
  * @param request - ImportInterveneFileAsyncRequest
4901
4955
  * @returns ImportInterveneFileAsyncResponse
@@ -4905,7 +4959,10 @@ class Client extends openapi_core_1.default {
4905
4959
  return await this.importInterveneFileAsyncWithOptions(request, runtime);
4906
4960
  }
4907
4961
  /**
4908
- * 初始化PPT创建操作
4962
+ * Important: This is a billable API operation.
4963
+ * This API performs two operations:
4964
+ * 1\\. Returns the initialization code for the "PPT Generation" frontend component.
4965
+ * 2\\. Performs billing.
4909
4966
  *
4910
4967
  * @param request - InitiatePptCreationRequest
4911
4968
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4943,7 +5000,10 @@ class Client extends openapi_core_1.default {
4943
5000
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InitiatePptCreationResponse({}));
4944
5001
  }
4945
5002
  /**
4946
- * 初始化PPT创建操作
5003
+ * Important: This is a billable API operation.
5004
+ * This API performs two operations:
5005
+ * 1\\. Returns the initialization code for the "PPT Generation" frontend component.
5006
+ * 2\\. Performs billing.
4947
5007
  *
4948
5008
  * @param request - InitiatePptCreationRequest
4949
5009
  * @returns InitiatePptCreationResponse
@@ -4953,7 +5013,7 @@ class Client extends openapi_core_1.default {
4953
5013
  return await this.initiatePptCreationWithOptions(request, runtime);
4954
5014
  }
4955
5015
  /**
4956
- * 初始化PPT创建操作V2
5016
+ * Starts a task to create a presentation.
4957
5017
  *
4958
5018
  * @param request - InitiatePptCreationV2Request
4959
5019
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5006,7 +5066,7 @@ class Client extends openapi_core_1.default {
5006
5066
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InitiatePptCreationV2Response({}));
5007
5067
  }
5008
5068
  /**
5009
- * 初始化PPT创建操作V2
5069
+ * Starts a task to create a presentation.
5010
5070
  *
5011
5071
  * @param request - InitiatePptCreationV2Request
5012
5072
  * @returns InitiatePptCreationV2Response
@@ -5016,7 +5076,7 @@ class Client extends openapi_core_1.default {
5016
5076
  return await this.initiatePptCreationV2WithOptions(request, runtime);
5017
5077
  }
5018
5078
  /**
5019
- * 设置干预全局回复
5079
+ * Sets global intervention replies.
5020
5080
  *
5021
5081
  * @param tmpReq - InsertInterveneGlobalReplyRequest
5022
5082
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5055,7 +5115,7 @@ class Client extends openapi_core_1.default {
5055
5115
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InsertInterveneGlobalReplyResponse({}));
5056
5116
  }
5057
5117
  /**
5058
- * 设置干预全局回复
5118
+ * Sets global intervention replies.
5059
5119
  *
5060
5120
  * @param request - InsertInterveneGlobalReplyRequest
5061
5121
  * @returns InsertInterveneGlobalReplyResponse
@@ -5065,7 +5125,7 @@ class Client extends openapi_core_1.default {
5065
5125
  return await this.insertInterveneGlobalReplyWithOptions(request, runtime);
5066
5126
  }
5067
5127
  /**
5068
- * 插入干预规则
5128
+ * Insert an intervention rule.
5069
5129
  *
5070
5130
  * @param tmpReq - InsertInterveneRuleRequest
5071
5131
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5104,7 +5164,7 @@ class Client extends openapi_core_1.default {
5104
5164
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InsertInterveneRuleResponse({}));
5105
5165
  }
5106
5166
  /**
5107
- * 插入干预规则
5167
+ * Insert an intervention rule.
5108
5168
  *
5109
5169
  * @param request - InsertInterveneRuleRequest
5110
5170
  * @returns InsertInterveneRuleResponse
@@ -5114,7 +5174,7 @@ class Client extends openapi_core_1.default {
5114
5174
  return await this.insertInterveneRuleWithOptions(request, runtime);
5115
5175
  }
5116
5176
  /**
5117
- * 分页获取企业VOC分析任务明细列表
5177
+ * Retrieves a paginated list of details for an enterprise Voice of the Customer (VOC) analysis task.
5118
5178
  *
5119
5179
  * @param tmpReq - ListAnalysisTagDetailByTaskIdRequest
5120
5180
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5166,7 +5226,7 @@ class Client extends openapi_core_1.default {
5166
5226
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAnalysisTagDetailByTaskIdResponse({}));
5167
5227
  }
5168
5228
  /**
5169
- * 分页获取企业VOC分析任务明细列表
5229
+ * Retrieves a paginated list of details for an enterprise Voice of the Customer (VOC) analysis task.
5170
5230
  *
5171
5231
  * @param request - ListAnalysisTagDetailByTaskIdRequest
5172
5232
  * @returns ListAnalysisTagDetailByTaskIdResponse
@@ -5176,7 +5236,7 @@ class Client extends openapi_core_1.default {
5176
5236
  return await this.listAnalysisTagDetailByTaskIdWithOptions(request, runtime);
5177
5237
  }
5178
5238
  /**
5179
- * 查询任务列表
5239
+ * Retrieves a list of asynchronous tasks.
5180
5240
  *
5181
5241
  * @param tmpReq - ListAsyncTasksRequest
5182
5242
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5245,7 +5305,7 @@ class Client extends openapi_core_1.default {
5245
5305
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAsyncTasksResponse({}));
5246
5306
  }
5247
5307
  /**
5248
- * 查询任务列表
5308
+ * Retrieves a list of asynchronous tasks.
5249
5309
  *
5250
5310
  * @param request - ListAsyncTasksRequest
5251
5311
  * @returns ListAsyncTasksResponse
@@ -5255,7 +5315,7 @@ class Client extends openapi_core_1.default {
5255
5315
  return await this.listAsyncTasksWithOptions(request, runtime);
5256
5316
  }
5257
5317
  /**
5258
- * 获取审核维度列表
5318
+ * Retrieves a list of audit dimensions.
5259
5319
  *
5260
5320
  * @param request - ListAuditContentErrorTypesRequest
5261
5321
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5290,7 +5350,7 @@ class Client extends openapi_core_1.default {
5290
5350
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAuditContentErrorTypesResponse({}));
5291
5351
  }
5292
5352
  /**
5293
- * 获取审核维度列表
5353
+ * Retrieves a list of audit dimensions.
5294
5354
  *
5295
5355
  * @param request - ListAuditContentErrorTypesRequest
5296
5356
  * @returns ListAuditContentErrorTypesResponse
@@ -5300,7 +5360,7 @@ class Client extends openapi_core_1.default {
5300
5360
  return await this.listAuditContentErrorTypesWithOptions(request, runtime);
5301
5361
  }
5302
5362
  /**
5303
- * 获取词库列表
5363
+ * Retrieve a list of term libraries.
5304
5364
  *
5305
5365
  * @param request - ListAuditTermsRequest
5306
5366
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5338,7 +5398,7 @@ class Client extends openapi_core_1.default {
5338
5398
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAuditTermsResponse({}));
5339
5399
  }
5340
5400
  /**
5341
- * 获取词库列表
5401
+ * Retrieve a list of term libraries.
5342
5402
  *
5343
5403
  * @param request - ListAuditTermsRequest
5344
5404
  * @returns ListAuditTermsResponse
@@ -5348,7 +5408,7 @@ class Client extends openapi_core_1.default {
5348
5408
  return await this.listAuditTermsWithOptions(request, runtime);
5349
5409
  }
5350
5410
  /**
5351
- * 列出智能混剪任务列表
5411
+ * Lists smart video editing tasks.
5352
5412
  *
5353
5413
  * @param request - ListAutoClipsTaskRequest
5354
5414
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5407,7 +5467,7 @@ class Client extends openapi_core_1.default {
5407
5467
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAutoClipsTaskResponse({}));
5408
5468
  }
5409
5469
  /**
5410
- * 列出智能混剪任务列表
5470
+ * Lists smart video editing tasks.
5411
5471
  *
5412
5472
  * @param request - ListAutoClipsTaskRequest
5413
5473
  * @returns ListAutoClipsTaskResponse
@@ -5417,7 +5477,7 @@ class Client extends openapi_core_1.default {
5417
5477
  return await this.listAutoClipsTaskWithOptions(request, runtime);
5418
5478
  }
5419
5479
  /**
5420
- * 获得标书写作任务列表
5480
+ * Retrieves the list of bidding document writing tasks.
5421
5481
  *
5422
5482
  * @param request - ListBiddingDocRequest
5423
5483
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5473,7 +5533,7 @@ class Client extends openapi_core_1.default {
5473
5533
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListBiddingDocResponse({}));
5474
5534
  }
5475
5535
  /**
5476
- * 获得标书写作任务列表
5536
+ * Retrieves the list of bidding document writing tasks.
5477
5537
  *
5478
5538
  * @param request - ListBiddingDocRequest
5479
5539
  * @returns ListBiddingDocResponse
@@ -5483,7 +5543,7 @@ class Client extends openapi_core_1.default {
5483
5543
  return await this.listBiddingDocWithOptions(request, runtime);
5484
5544
  }
5485
5545
  /**
5486
- * 获取系统自定义预设
5546
+ * Retrieves the system-defined presets for the Generate Content workflow. These presets include options such as writing style, article length, output language, and the number of articles to generate.
5487
5547
  *
5488
5548
  * @param request - ListBuildConfigsRequest
5489
5549
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5520,7 +5580,7 @@ class Client extends openapi_core_1.default {
5520
5580
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListBuildConfigsResponse({}));
5521
5581
  }
5522
5582
  /**
5523
- * 获取系统自定义预设
5583
+ * Retrieves the system-defined presets for the Generate Content workflow. These presets include options such as writing style, article length, output language, and the number of articles to generate.
5524
5584
  *
5525
5585
  * @param request - ListBuildConfigsRequest
5526
5586
  * @returns ListBuildConfigsResponse
@@ -5530,7 +5590,7 @@ class Client extends openapi_core_1.default {
5530
5590
  return await this.listBuildConfigsWithOptions(request, runtime);
5531
5591
  }
5532
5592
  /**
5533
- * 自定义文本列表
5593
+ * Retrieve a list of custom texts.
5534
5594
  *
5535
5595
  * @param request - ListCustomTextRequest
5536
5596
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5564,7 +5624,7 @@ class Client extends openapi_core_1.default {
5564
5624
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCustomTextResponse({}));
5565
5625
  }
5566
5626
  /**
5567
- * 自定义文本列表
5627
+ * Retrieve a list of custom texts.
5568
5628
  *
5569
5629
  * @param request - ListCustomTextRequest
5570
5630
  * @returns ListCustomTextResponse
@@ -5574,7 +5634,7 @@ class Client extends openapi_core_1.default {
5574
5634
  return await this.listCustomTextWithOptions(request, runtime);
5575
5635
  }
5576
5636
  /**
5577
- * 自定义视角列表
5637
+ * Lists custom viewpoints.
5578
5638
  *
5579
5639
  * @param tmpReq - ListCustomViewPointsRequest
5580
5640
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5637,7 +5697,7 @@ class Client extends openapi_core_1.default {
5637
5697
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCustomViewPointsResponse({}));
5638
5698
  }
5639
5699
  /**
5640
- * 自定义视角列表
5700
+ * Lists custom viewpoints.
5641
5701
  *
5642
5702
  * @param request - ListCustomViewPointsRequest
5643
5703
  * @returns ListCustomViewPointsResponse
@@ -5647,7 +5707,7 @@ class Client extends openapi_core_1.default {
5647
5707
  return await this.listCustomViewPointsWithOptions(request, runtime);
5648
5708
  }
5649
5709
  /**
5650
- * 用户数据集权限-列表
5710
+ * Permission to list datasets
5651
5711
  *
5652
5712
  * @param request - ListDataPermissionsRequest
5653
5713
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5688,7 +5748,7 @@ class Client extends openapi_core_1.default {
5688
5748
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDataPermissionsResponse({}));
5689
5749
  }
5690
5750
  /**
5691
- * 用户数据集权限-列表
5751
+ * Permission to list datasets
5692
5752
  *
5693
5753
  * @param request - ListDataPermissionsRequest
5694
5754
  * @returns ListDataPermissionsResponse
@@ -5698,7 +5758,7 @@ class Client extends openapi_core_1.default {
5698
5758
  return await this.listDataPermissionsWithOptions(request, runtime);
5699
5759
  }
5700
5760
  /**
5701
- * 查询数据集文档列表
5761
+ * Lists data source documents.
5702
5762
  *
5703
5763
  * @param tmpReq - ListDatasetDocumentsRequest
5704
5764
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5816,7 +5876,7 @@ class Client extends openapi_core_1.default {
5816
5876
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDatasetDocumentsResponse({}));
5817
5877
  }
5818
5878
  /**
5819
- * 查询数据集文档列表
5879
+ * Lists data source documents.
5820
5880
  *
5821
5881
  * @param request - ListDatasetDocumentsRequest
5822
5882
  * @returns ListDatasetDocumentsResponse
@@ -5826,7 +5886,7 @@ class Client extends openapi_core_1.default {
5826
5886
  return await this.listDatasetDocumentsWithOptions(request, runtime);
5827
5887
  }
5828
5888
  /**
5829
- * 数据集管理-查询
5889
+ * Data source management - query
5830
5890
  *
5831
5891
  * @param request - ListDatasetsRequest
5832
5892
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5885,7 +5945,7 @@ class Client extends openapi_core_1.default {
5885
5945
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDatasetsResponse({}));
5886
5946
  }
5887
5947
  /**
5888
- * 数据集管理-查询
5948
+ * Data source management - query
5889
5949
  *
5890
5950
  * @param request - ListDatasetsRequest
5891
5951
  * @returns ListDatasetsResponse
@@ -5895,7 +5955,7 @@ class Client extends openapi_core_1.default {
5895
5955
  return await this.listDatasetsWithOptions(request, runtime);
5896
5956
  }
5897
5957
  /**
5898
- * 生成历史列表
5958
+ * History of online inference scenarios.
5899
5959
  *
5900
5960
  * @param request - ListDialoguesRequest
5901
5961
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5944,7 +6004,7 @@ class Client extends openapi_core_1.default {
5944
6004
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDialoguesResponse({}));
5945
6005
  }
5946
6006
  /**
5947
- * 生成历史列表
6007
+ * History of online inference scenarios.
5948
6008
  *
5949
6009
  * @param request - ListDialoguesRequest
5950
6010
  * @returns ListDialoguesResponse
@@ -5954,7 +6014,7 @@ class Client extends openapi_core_1.default {
5954
6014
  return await this.listDialoguesWithOptions(request, runtime);
5955
6015
  }
5956
6016
  /**
5957
- * 妙读获取文档列表
6017
+ * Miàodú retrieves the list of documents.
5958
6018
  *
5959
6019
  * @param tmpReq - ListDocsRequest
5960
6020
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6009,7 +6069,7 @@ class Client extends openapi_core_1.default {
6009
6069
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDocsResponse({}));
6010
6070
  }
6011
6071
  /**
6012
- * 妙读获取文档列表
6072
+ * Miàodú retrieves the list of documents.
6013
6073
  *
6014
6074
  * @param request - ListDocsRequest
6015
6075
  * @returns ListDocsResponse
@@ -6019,7 +6079,10 @@ class Client extends openapi_core_1.default {
6019
6079
  return await this.listDocsWithOptions(request, runtime);
6020
6080
  }
6021
6081
  /**
6022
- * 公文检索
6082
+ * Searches government document libraries based on complex conditions.
6083
+ *
6084
+ * @remarks
6085
+ * The Quanmiao product supports iframe embedding. For more information, see [Customer Integration: Quanmiao Public Cloud iframe Customization Plan](https://help.aliyun.com/document_detail/3000990.html).
6023
6086
  *
6024
6087
  * @param request - ListDocumentRetrieveRequest
6025
6088
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6087,7 +6150,10 @@ class Client extends openapi_core_1.default {
6087
6150
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDocumentRetrieveResponse({}));
6088
6151
  }
6089
6152
  /**
6090
- * 公文检索
6153
+ * Searches government document libraries based on complex conditions.
6154
+ *
6155
+ * @remarks
6156
+ * The Quanmiao product supports iframe embedding. For more information, see [Customer Integration: Quanmiao Public Cloud iframe Customization Plan](https://help.aliyun.com/document_detail/3000990.html).
6091
6157
  *
6092
6158
  * @param request - ListDocumentRetrieveRequest
6093
6159
  * @returns ListDocumentRetrieveResponse
@@ -6097,7 +6163,10 @@ class Client extends openapi_core_1.default {
6097
6163
  return await this.listDocumentRetrieveWithOptions(request, runtime);
6098
6164
  }
6099
6165
  /**
6100
- * 查询PPT模板列表
6166
+ * Lists the enterprise-specific PPT templates.
6167
+ *
6168
+ * @remarks
6169
+ * Quanmiao supports iframe integration. For details, see the [Quanmiao Public Cloud iframe Customization Guide](https://help.aliyun.com/document_detail/3000990.html).
6101
6170
  *
6102
6171
  * @param request - ListEnterprisePptTemplatesRequest
6103
6172
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6137,7 +6206,10 @@ class Client extends openapi_core_1.default {
6137
6206
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListEnterprisePptTemplatesResponse({}));
6138
6207
  }
6139
6208
  /**
6140
- * 查询PPT模板列表
6209
+ * Lists the enterprise-specific PPT templates.
6210
+ *
6211
+ * @remarks
6212
+ * Quanmiao supports iframe integration. For details, see the [Quanmiao Public Cloud iframe Customization Guide](https://help.aliyun.com/document_detail/3000990.html).
6141
6213
  *
6142
6214
  * @param request - ListEnterprisePptTemplatesRequest
6143
6215
  * @returns ListEnterprisePptTemplatesResponse
@@ -6147,7 +6219,7 @@ class Client extends openapi_core_1.default {
6147
6219
  return await this.listEnterprisePptTemplatesWithOptions(request, runtime);
6148
6220
  }
6149
6221
  /**
6150
- * 新颖视角列表
6222
+ * List of novel perspectives.
6151
6223
  *
6152
6224
  * @param request - ListFreshViewPointsRequest
6153
6225
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6190,7 +6262,7 @@ class Client extends openapi_core_1.default {
6190
6262
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListFreshViewPointsResponse({}));
6191
6263
  }
6192
6264
  /**
6193
- * 新颖视角列表
6265
+ * List of novel perspectives.
6194
6266
  *
6195
6267
  * @param request - ListFreshViewPointsRequest
6196
6268
  * @returns ListFreshViewPointsResponse
@@ -6200,7 +6272,7 @@ class Client extends openapi_core_1.default {
6200
6272
  return await this.listFreshViewPointsWithOptions(request, runtime);
6201
6273
  }
6202
6274
  /**
6203
- * 通用配置-列表
6275
+ * Lists the general configurations.
6204
6276
  *
6205
6277
  * @param request - ListGeneralConfigsRequest
6206
6278
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6235,7 +6307,7 @@ class Client extends openapi_core_1.default {
6235
6307
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListGeneralConfigsResponse({}));
6236
6308
  }
6237
6309
  /**
6238
- * 通用配置-列表
6310
+ * Lists the general configurations.
6239
6311
  *
6240
6312
  * @param request - ListGeneralConfigsRequest
6241
6313
  * @returns ListGeneralConfigsResponse
@@ -6245,7 +6317,7 @@ class Client extends openapi_core_1.default {
6245
6317
  return await this.listGeneralConfigsWithOptions(request, runtime);
6246
6318
  }
6247
6319
  /**
6248
- * 文档管理-列表。
6320
+ * Retrieve a list of documents: Query the history of articles created in MiaoBi.
6249
6321
  *
6250
6322
  * @param request - ListGeneratedContentsRequest
6251
6323
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6303,7 +6375,7 @@ class Client extends openapi_core_1.default {
6303
6375
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListGeneratedContentsResponse({}));
6304
6376
  }
6305
6377
  /**
6306
- * 文档管理-列表。
6378
+ * Retrieve a list of documents: Query the history of articles created in MiaoBi.
6307
6379
  *
6308
6380
  * @param request - ListGeneratedContentsRequest
6309
6381
  * @returns ListGeneratedContentsResponse
@@ -6313,7 +6385,7 @@ class Client extends openapi_core_1.default {
6313
6385
  return await this.listGeneratedContentsWithOptions(request, runtime);
6314
6386
  }
6315
6387
  /**
6316
- * 获取分类的热点新闻
6388
+ * Retrieves the list of trending topic hotspots.
6317
6389
  *
6318
6390
  * @param tmpReq - ListHotNewsWithTypeRequest
6319
6391
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6361,7 +6433,7 @@ class Client extends openapi_core_1.default {
6361
6433
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListHotNewsWithTypeResponse({}));
6362
6434
  }
6363
6435
  /**
6364
- * 获取分类的热点新闻
6436
+ * Retrieves the list of trending topic hotspots.
6365
6437
  *
6366
6438
  * @param request - ListHotNewsWithTypeRequest
6367
6439
  * @returns ListHotNewsWithTypeResponse
@@ -6371,7 +6443,7 @@ class Client extends openapi_core_1.default {
6371
6443
  return await this.listHotNewsWithTypeWithOptions(request, runtime);
6372
6444
  }
6373
6445
  /**
6374
- * 获取所有平台热榜源列表
6446
+ * Retrieve the list of hot ranking sources for all platforms.
6375
6447
  *
6376
6448
  * @param request - ListHotSourcesRequest
6377
6449
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6408,7 +6480,7 @@ class Client extends openapi_core_1.default {
6408
6480
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListHotSourcesResponse({}));
6409
6481
  }
6410
6482
  /**
6411
- * 获取所有平台热榜源列表
6483
+ * Retrieve the list of hot ranking sources for all platforms.
6412
6484
  *
6413
6485
  * @param request - ListHotSourcesRequest
6414
6486
  * @returns ListHotSourcesResponse
@@ -6418,7 +6490,7 @@ class Client extends openapi_core_1.default {
6418
6490
  return await this.listHotSourcesWithOptions(request, runtime);
6419
6491
  }
6420
6492
  /**
6421
- * 获取热点事件列表
6493
+ * Retrieves a list of trending topics.
6422
6494
  *
6423
6495
  * @param tmpReq - ListHotTopicsRequest
6424
6496
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6439,6 +6511,15 @@ class Client extends openapi_core_1.default {
6439
6511
  query["AgentKey"] = request.agentKey;
6440
6512
  }
6441
6513
  let body = {};
6514
+ if (!$dara.isNull(request.createTimeEnd)) {
6515
+ body["CreateTimeEnd"] = request.createTimeEnd;
6516
+ }
6517
+ if (!$dara.isNull(request.createTimeStart)) {
6518
+ body["CreateTimeStart"] = request.createTimeStart;
6519
+ }
6520
+ if (!$dara.isNull(request.customField)) {
6521
+ body["CustomField"] = request.customField;
6522
+ }
6442
6523
  if (!$dara.isNull(request.maxResults)) {
6443
6524
  body["MaxResults"] = request.maxResults;
6444
6525
  }
@@ -6481,7 +6562,7 @@ class Client extends openapi_core_1.default {
6481
6562
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListHotTopicsResponse({}));
6482
6563
  }
6483
6564
  /**
6484
- * 获取热点事件列表
6565
+ * Retrieves a list of trending topics.
6485
6566
  *
6486
6567
  * @param request - ListHotTopicsRequest
6487
6568
  * @returns ListHotTopicsResponse
@@ -6491,7 +6572,7 @@ class Client extends openapi_core_1.default {
6491
6572
  return await this.listHotTopicsWithOptions(request, runtime);
6492
6573
  }
6493
6574
  /**
6494
- * 热门视角列表
6575
+ * List of popular viewpoints.
6495
6576
  *
6496
6577
  * @param request - ListHotViewPointsRequest
6497
6578
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6534,7 +6615,7 @@ class Client extends openapi_core_1.default {
6534
6615
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListHotViewPointsResponse({}));
6535
6616
  }
6536
6617
  /**
6537
- * 热门视角列表
6618
+ * List of popular viewpoints.
6538
6619
  *
6539
6620
  * @param request - ListHotViewPointsRequest
6540
6621
  * @returns ListHotViewPointsResponse
@@ -6544,7 +6625,7 @@ class Client extends openapi_core_1.default {
6544
6625
  return await this.listHotViewPointsWithOptions(request, runtime);
6545
6626
  }
6546
6627
  /**
6547
- * 获得干预项目数量列表
6628
+ * Lists the number of intervention projects.
6548
6629
  *
6549
6630
  * @param request - ListInterveneCntRequest
6550
6631
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6581,7 +6662,7 @@ class Client extends openapi_core_1.default {
6581
6662
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListInterveneCntResponse({}));
6582
6663
  }
6583
6664
  /**
6584
- * 获得干预项目数量列表
6665
+ * Lists the number of intervention projects.
6585
6666
  *
6586
6667
  * @param request - ListInterveneCntRequest
6587
6668
  * @returns ListInterveneCntResponse
@@ -6591,7 +6672,7 @@ class Client extends openapi_core_1.default {
6591
6672
  return await this.listInterveneCntWithOptions(request, runtime);
6592
6673
  }
6593
6674
  /**
6594
- * 获得导入任务列表
6675
+ * Retrieve a list of import tasks.
6595
6676
  *
6596
6677
  * @param request - ListInterveneImportTasksRequest
6597
6678
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6628,7 +6709,7 @@ class Client extends openapi_core_1.default {
6628
6709
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListInterveneImportTasksResponse({}));
6629
6710
  }
6630
6711
  /**
6631
- * 获得导入任务列表
6712
+ * Retrieve a list of import tasks.
6632
6713
  *
6633
6714
  * @param request - ListInterveneImportTasksRequest
6634
6715
  * @returns ListInterveneImportTasksResponse
@@ -6638,7 +6719,7 @@ class Client extends openapi_core_1.default {
6638
6719
  return await this.listInterveneImportTasksWithOptions(request, runtime);
6639
6720
  }
6640
6721
  /**
6641
- * 获得干预规则列表
6722
+ * Retrieves a list of intervention rules.
6642
6723
  *
6643
6724
  * @param request - ListInterveneRulesRequest
6644
6725
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6675,7 +6756,7 @@ class Client extends openapi_core_1.default {
6675
6756
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListInterveneRulesResponse({}));
6676
6757
  }
6677
6758
  /**
6678
- * 获得干预规则列表
6759
+ * Retrieves a list of intervention rules.
6679
6760
  *
6680
6761
  * @param request - ListInterveneRulesRequest
6681
6762
  * @returns ListInterveneRulesResponse
@@ -6685,7 +6766,7 @@ class Client extends openapi_core_1.default {
6685
6766
  return await this.listInterveneRulesWithOptions(request, runtime);
6686
6767
  }
6687
6768
  /**
6688
- * 获得干预项列表
6769
+ * Retrieves the list of intervention items.
6689
6770
  *
6690
6771
  * @param request - ListIntervenesRequest
6691
6772
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6731,7 +6812,7 @@ class Client extends openapi_core_1.default {
6731
6812
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListIntervenesResponse({}));
6732
6813
  }
6733
6814
  /**
6734
- * 获得干预项列表
6815
+ * Retrieves the list of intervention items.
6735
6816
  *
6736
6817
  * @param request - ListIntervenesRequest
6737
6818
  * @returns ListIntervenesResponse
@@ -6741,7 +6822,7 @@ class Client extends openapi_core_1.default {
6741
6822
  return await this.listIntervenesWithOptions(request, runtime);
6742
6823
  }
6743
6824
  /**
6744
- * 查询素材列表
6825
+ * Retrieve the list of materials from the Material Library.
6745
6826
  *
6746
6827
  * @param tmpReq - ListMaterialDocumentsRequest
6747
6828
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6825,7 +6906,7 @@ class Client extends openapi_core_1.default {
6825
6906
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListMaterialDocumentsResponse({}));
6826
6907
  }
6827
6908
  /**
6828
- * 查询素材列表
6909
+ * Retrieve the list of materials from the Material Library.
6829
6910
  *
6830
6911
  * @param request - ListMaterialDocumentsRequest
6831
6912
  * @returns ListMaterialDocumentsResponse
@@ -6835,7 +6916,7 @@ class Client extends openapi_core_1.default {
6835
6916
  return await this.listMaterialDocumentsWithOptions(request, runtime);
6836
6917
  }
6837
6918
  /**
6838
- * 获取选题策划列表
6919
+ * Retrieves a list of planning proposals.
6839
6920
  *
6840
6921
  * @param tmpReq - ListPlanningProposalRequest
6841
6922
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6901,7 +6982,7 @@ class Client extends openapi_core_1.default {
6901
6982
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPlanningProposalResponse({}));
6902
6983
  }
6903
6984
  /**
6904
- * 获取选题策划列表
6985
+ * Retrieves a list of planning proposals.
6905
6986
  *
6906
6987
  * @param request - ListPlanningProposalRequest
6907
6988
  * @returns ListPlanningProposalResponse
@@ -6911,7 +6992,7 @@ class Client extends openapi_core_1.default {
6911
6992
  return await this.listPlanningProposalWithOptions(request, runtime);
6912
6993
  }
6913
6994
  /**
6914
- * PPT作品-列表
6995
+ * Queries a list of PPT artifacts.
6915
6996
  *
6916
6997
  * @param request - ListPptArtifactsRequest
6917
6998
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6954,7 +7035,7 @@ class Client extends openapi_core_1.default {
6954
7035
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPptArtifactsResponse({}));
6955
7036
  }
6956
7037
  /**
6957
- * PPT作品-列表
7038
+ * Queries a list of PPT artifacts.
6958
7039
  *
6959
7040
  * @param request - ListPptArtifactsRequest
6960
7041
  * @returns ListPptArtifactsResponse
@@ -6964,7 +7045,7 @@ class Client extends openapi_core_1.default {
6964
7045
  return await this.listPptArtifactsWithOptions(request, runtime);
6965
7046
  }
6966
7047
  /**
6967
- * 查询PPT模板列表
7048
+ * Queries a list of PowerPoint templates.
6968
7049
  *
6969
7050
  * @param request - ListPptTemplatesRequest
6970
7051
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7013,7 +7094,7 @@ class Client extends openapi_core_1.default {
7013
7094
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPptTemplatesResponse({}));
7014
7095
  }
7015
7096
  /**
7016
- * 查询PPT模板列表
7097
+ * Queries a list of PowerPoint templates.
7017
7098
  *
7018
7099
  * @param request - ListPptTemplatesRequest
7019
7100
  * @returns ListPptTemplatesResponse
@@ -7023,7 +7104,7 @@ class Client extends openapi_core_1.default {
7023
7104
  return await this.listPptTemplatesWithOptions(request, runtime);
7024
7105
  }
7025
7106
  /**
7026
- * 查询搜索生成任务对话详情中数据列表
7107
+ * Lists the dialogue data for a search generation task.
7027
7108
  *
7028
7109
  * @param request - ListSearchTaskDialogueDatasRequest
7029
7110
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7082,7 +7163,7 @@ class Client extends openapi_core_1.default {
7082
7163
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSearchTaskDialogueDatasResponse({}));
7083
7164
  }
7084
7165
  /**
7085
- * 查询搜索生成任务对话详情中数据列表
7166
+ * Lists the dialogue data for a search generation task.
7086
7167
  *
7087
7168
  * @param request - ListSearchTaskDialogueDatasRequest
7088
7169
  * @returns ListSearchTaskDialogueDatasResponse
@@ -7092,7 +7173,7 @@ class Client extends openapi_core_1.default {
7092
7173
  return await this.listSearchTaskDialogueDatasWithOptions(request, runtime);
7093
7174
  }
7094
7175
  /**
7095
- * 查询妙搜搜索生成任务详情列表
7176
+ * Retrieves the task details for MiaoSou search generation tasks.
7096
7177
  *
7097
7178
  * @param request - ListSearchTaskDialoguesRequest
7098
7179
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7130,7 +7211,7 @@ class Client extends openapi_core_1.default {
7130
7211
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSearchTaskDialoguesResponse({}));
7131
7212
  }
7132
7213
  /**
7133
- * 查询妙搜搜索生成任务详情列表
7214
+ * Retrieves the task details for MiaoSou search generation tasks.
7134
7215
  *
7135
7216
  * @param request - ListSearchTaskDialoguesRequest
7136
7217
  * @returns ListSearchTaskDialoguesResponse
@@ -7140,7 +7221,7 @@ class Client extends openapi_core_1.default {
7140
7221
  return await this.listSearchTaskDialoguesWithOptions(request, runtime);
7141
7222
  }
7142
7223
  /**
7143
- * 查询妙搜搜索生成历史任务列表
7224
+ * Queries the list of historical tasks generated by Miaosou Search.
7144
7225
  *
7145
7226
  * @param tmpReq - ListSearchTasksRequest
7146
7227
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7183,7 +7264,7 @@ class Client extends openapi_core_1.default {
7183
7264
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSearchTasksResponse({}));
7184
7265
  }
7185
7266
  /**
7186
- * 查询妙搜搜索生成历史任务列表
7267
+ * Queries the list of historical tasks generated by Miaosou Search.
7187
7268
  *
7188
7269
  * @param request - ListSearchTasksRequest
7189
7270
  * @returns ListSearchTasksResponse
@@ -7193,7 +7274,10 @@ class Client extends openapi_core_1.default {
7193
7274
  return await this.listSearchTasksWithOptions(request, runtime);
7194
7275
  }
7195
7276
  /**
7196
- * 获取文体学习分析结果列表
7277
+ * Retrieves the list of style learning analysis results.
7278
+ *
7279
+ * @remarks
7280
+ * The Quanmiao product supports iframe embedding. For details, see [Customer Integration: Quanmiao Public Cloud iframe Customization Plan](https://help.aliyun.com/document_detail/3000990.html).
7197
7281
  *
7198
7282
  * @param request - ListStyleLearningResultRequest
7199
7283
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7230,7 +7314,10 @@ class Client extends openapi_core_1.default {
7230
7314
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListStyleLearningResultResponse({}));
7231
7315
  }
7232
7316
  /**
7233
- * 获取文体学习分析结果列表
7317
+ * Retrieves the list of style learning analysis results.
7318
+ *
7319
+ * @remarks
7320
+ * The Quanmiao product supports iframe embedding. For details, see [Customer Integration: Quanmiao Public Cloud iframe Customization Plan](https://help.aliyun.com/document_detail/3000990.html).
7234
7321
  *
7235
7322
  * @param request - ListStyleLearningResultRequest
7236
7323
  * @returns ListStyleLearningResultResponse
@@ -7240,7 +7327,7 @@ class Client extends openapi_core_1.default {
7240
7327
  return await this.listStyleLearningResultWithOptions(request, runtime);
7241
7328
  }
7242
7329
  /**
7243
- * 时效性视角列表
7330
+ * List of timeliness perspectives.
7244
7331
  *
7245
7332
  * @param request - ListTimedViewAttitudeRequest
7246
7333
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7283,7 +7370,7 @@ class Client extends openapi_core_1.default {
7283
7370
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTimedViewAttitudeResponse({}));
7284
7371
  }
7285
7372
  /**
7286
- * 时效性视角列表
7373
+ * List of timeliness perspectives.
7287
7374
  *
7288
7375
  * @param request - ListTimedViewAttitudeRequest
7289
7376
  * @returns ListTimedViewAttitudeResponse
@@ -7293,7 +7380,7 @@ class Client extends openapi_core_1.default {
7293
7380
  return await this.listTimedViewAttitudeWithOptions(request, runtime);
7294
7381
  }
7295
7382
  /**
7296
- * 获取热点推荐事件
7383
+ * Retrieve hot spot recommendation events.
7297
7384
  *
7298
7385
  * @param request - ListTopicRecommendEventListRequest
7299
7386
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7330,7 +7417,7 @@ class Client extends openapi_core_1.default {
7330
7417
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTopicRecommendEventListResponse({}));
7331
7418
  }
7332
7419
  /**
7333
- * 获取热点推荐事件
7420
+ * Retrieve hot spot recommendation events.
7334
7421
  *
7335
7422
  * @param request - ListTopicRecommendEventListRequest
7336
7423
  * @returns ListTopicRecommendEventListResponse
@@ -7340,7 +7427,7 @@ class Client extends openapi_core_1.default {
7340
7427
  return await this.listTopicRecommendEventListWithOptions(request, runtime);
7341
7428
  }
7342
7429
  /**
7343
- * 获取主题事件推荐观点列表
7430
+ * Retrieves recommended viewpoints for hot spot events.
7344
7431
  *
7345
7432
  * @param request - ListTopicViewPointRecommendEventListRequest
7346
7433
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7380,7 +7467,7 @@ class Client extends openapi_core_1.default {
7380
7467
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTopicViewPointRecommendEventListResponse({}));
7381
7468
  }
7382
7469
  /**
7383
- * 获取主题事件推荐观点列表
7470
+ * Retrieves recommended viewpoints for hot spot events.
7384
7471
  *
7385
7472
  * @param request - ListTopicViewPointRecommendEventListRequest
7386
7473
  * @returns ListTopicViewPointRecommendEventListResponse
@@ -7390,7 +7477,7 @@ class Client extends openapi_core_1.default {
7390
7477
  return await this.listTopicViewPointRecommendEventListWithOptions(request, runtime);
7391
7478
  }
7392
7479
  /**
7393
- * 获取系统所有实例信息
7480
+ * Retrieve version information for your purchased services.
7394
7481
  *
7395
7482
  * @param request - ListVersionsRequest
7396
7483
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7419,7 +7506,7 @@ class Client extends openapi_core_1.default {
7419
7506
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListVersionsResponse({}));
7420
7507
  }
7421
7508
  /**
7422
- * 获取系统所有实例信息
7509
+ * Retrieve version information for your purchased services.
7423
7510
  *
7424
7511
  * @param request - ListVersionsRequest
7425
7512
  * @returns ListVersionsResponse
@@ -7429,7 +7516,7 @@ class Client extends openapi_core_1.default {
7429
7516
  return await this.listVersionsWithOptions(request, runtime);
7430
7517
  }
7431
7518
  /**
7432
- * 网友视角列表
7519
+ * List of viewpoints from netizens.
7433
7520
  *
7434
7521
  * @param request - ListWebReviewPointsRequest
7435
7522
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7472,7 +7559,7 @@ class Client extends openapi_core_1.default {
7472
7559
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListWebReviewPointsResponse({}));
7473
7560
  }
7474
7561
  /**
7475
- * 网友视角列表
7562
+ * List of viewpoints from netizens.
7476
7563
  *
7477
7564
  * @param request - ListWebReviewPointsRequest
7478
7565
  * @returns ListWebReviewPointsResponse
@@ -7482,7 +7569,7 @@ class Client extends openapi_core_1.default {
7482
7569
  return await this.listWebReviewPointsWithOptions(request, runtime);
7483
7570
  }
7484
7571
  /**
7485
- * 获取文体列表
7572
+ * Retrieves the list of writing styles.
7486
7573
  *
7487
7574
  * @param request - ListWritingStylesRequest
7488
7575
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7522,7 +7609,7 @@ class Client extends openapi_core_1.default {
7522
7609
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListWritingStylesResponse({}));
7523
7610
  }
7524
7611
  /**
7525
- * 获取文体列表
7612
+ * Retrieves the list of writing styles.
7526
7613
  *
7527
7614
  * @param request - ListWritingStylesRequest
7528
7615
  * @returns ListWritingStylesResponse
@@ -7532,7 +7619,7 @@ class Client extends openapi_core_1.default {
7532
7619
  return await this.listWritingStylesWithOptions(request, runtime);
7533
7620
  }
7534
7621
  /**
7535
- * 根据taskId查询异步任务状态
7622
+ * Queries the details of submitted asynchronous task executions.
7536
7623
  *
7537
7624
  * @param request - QueryAsyncTaskRequest
7538
7625
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7566,7 +7653,7 @@ class Client extends openapi_core_1.default {
7566
7653
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryAsyncTaskResponse({}));
7567
7654
  }
7568
7655
  /**
7569
- * 根据taskId查询异步任务状态
7656
+ * Queries the details of submitted asynchronous task executions.
7570
7657
  *
7571
7658
  * @param request - QueryAsyncTaskRequest
7572
7659
  * @returns QueryAsyncTaskResponse
@@ -7576,7 +7663,7 @@ class Client extends openapi_core_1.default {
7576
7663
  return await this.queryAsyncTaskWithOptions(request, runtime);
7577
7664
  }
7578
7665
  /**
7579
- * 查询审核结果
7666
+ * Queries the results of an audit task.
7580
7667
  *
7581
7668
  * @param request - QueryAuditTaskRequest
7582
7669
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7611,7 +7698,7 @@ class Client extends openapi_core_1.default {
7611
7698
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryAuditTaskResponse({}));
7612
7699
  }
7613
7700
  /**
7614
- * 查询审核结果
7701
+ * Queries the results of an audit task.
7615
7702
  *
7616
7703
  * @param request - QueryAuditTaskRequest
7617
7704
  * @returns QueryAuditTaskResponse
@@ -7621,10 +7708,10 @@ class Client extends openapi_core_1.default {
7621
7708
  return await this.queryAuditTaskWithOptions(request, runtime);
7622
7709
  }
7623
7710
  /**
7624
- * 查询视频审校结果
7711
+ * Queries video audit results.
7625
7712
  *
7626
7713
  * @remarks
7627
- * 根据任务ID查询视频审校结果,包含视频信息、分镜信息和审核结果
7714
+ * Queries video audit results by task ID. The response includes video information, shot information, and audit results.
7628
7715
  *
7629
7716
  * @param request - QueryVideoAuditResultRequest
7630
7717
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7656,10 +7743,10 @@ class Client extends openapi_core_1.default {
7656
7743
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryVideoAuditResultResponse({}));
7657
7744
  }
7658
7745
  /**
7659
- * 查询视频审校结果
7746
+ * Queries video audit results.
7660
7747
  *
7661
7748
  * @remarks
7662
- * 根据任务ID查询视频审校结果,包含视频信息、分镜信息和审核结果
7749
+ * Queries video audit results by task ID. The response includes video information, shot information, and audit results.
7663
7750
  *
7664
7751
  * @param request - QueryVideoAuditResultRequest
7665
7752
  * @returns QueryVideoAuditResultResponse
@@ -7669,7 +7756,7 @@ class Client extends openapi_core_1.default {
7669
7756
  return await this.queryVideoAuditResultWithOptions(request, runtime);
7670
7757
  }
7671
7758
  /**
7672
- * 内容缩写
7759
+ * Abbreviates the specified content.
7673
7760
  *
7674
7761
  * @param request - RunAbbreviationContentRequest
7675
7762
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7731,7 +7818,7 @@ class Client extends openapi_core_1.default {
7731
7818
  });
7732
7819
  }
7733
7820
  /**
7734
- * 内容缩写
7821
+ * Abbreviates the specified content.
7735
7822
  *
7736
7823
  * @param request - RunAbbreviationContentRequest
7737
7824
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7766,7 +7853,7 @@ class Client extends openapi_core_1.default {
7766
7853
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunAbbreviationContentResponse({}));
7767
7854
  }
7768
7855
  /**
7769
- * 内容缩写
7856
+ * Abbreviates the specified content.
7770
7857
  *
7771
7858
  * @param request - RunAbbreviationContentRequest
7772
7859
  * @returns RunAbbreviationContentResponse
@@ -7776,7 +7863,10 @@ class Client extends openapi_core_1.default {
7776
7863
  return await this.runAbbreviationContentWithOptions(request, runtime);
7777
7864
  }
7778
7865
  /**
7779
- * 妙笔:AI助手写作
7866
+ * MiaoBi: AI-assisted writing
7867
+ *
7868
+ * @remarks
7869
+ * QuanMiao products support iframe embedding. For more information, see [QuanMiao Public Cloud iframe Customization for Customer Onboarding](https://help.aliyun.com/document_detail/3000990.html).
7780
7870
  *
7781
7871
  * @param tmpReq - RunAiHelperWritingRequest
7782
7872
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7855,7 +7945,10 @@ class Client extends openapi_core_1.default {
7855
7945
  });
7856
7946
  }
7857
7947
  /**
7858
- * 妙笔:AI助手写作
7948
+ * MiaoBi: AI-assisted writing
7949
+ *
7950
+ * @remarks
7951
+ * QuanMiao products support iframe embedding. For more information, see [QuanMiao Public Cloud iframe Customization for Customer Onboarding](https://help.aliyun.com/document_detail/3000990.html).
7859
7952
  *
7860
7953
  * @param tmpReq - RunAiHelperWritingRequest
7861
7954
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7907,7 +8000,10 @@ class Client extends openapi_core_1.default {
7907
8000
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunAiHelperWritingResponse({}));
7908
8001
  }
7909
8002
  /**
7910
- * 妙笔:AI助手写作
8003
+ * MiaoBi: AI-assisted writing
8004
+ *
8005
+ * @remarks
8006
+ * QuanMiao products support iframe embedding. For more information, see [QuanMiao Public Cloud iframe Customization for Customer Onboarding](https://help.aliyun.com/document_detail/3000990.html).
7911
8007
  *
7912
8008
  * @param request - RunAiHelperWritingRequest
7913
8009
  * @returns RunAiHelperWritingResponse
@@ -7917,7 +8013,7 @@ class Client extends openapi_core_1.default {
7917
8013
  return await this.runAiHelperWritingWithOptions(request, runtime);
7918
8014
  }
7919
8015
  /**
7920
- * 妙读生成书籍脑图
8016
+ * Miaodu generates mind maps of books.
7921
8017
  *
7922
8018
  * @param request - RunBookBrainmapRequest
7923
8019
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7994,7 +8090,7 @@ class Client extends openapi_core_1.default {
7994
8090
  });
7995
8091
  }
7996
8092
  /**
7997
- * 妙读生成书籍脑图
8093
+ * Miaodu generates mind maps of books.
7998
8094
  *
7999
8095
  * @param request - RunBookBrainmapRequest
8000
8096
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8044,7 +8140,7 @@ class Client extends openapi_core_1.default {
8044
8140
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunBookBrainmapResponse({}));
8045
8141
  }
8046
8142
  /**
8047
- * 妙读生成书籍脑图
8143
+ * Miaodu generates mind maps of books.
8048
8144
  *
8049
8145
  * @param request - RunBookBrainmapRequest
8050
8146
  * @returns RunBookBrainmapResponse
@@ -8054,7 +8150,7 @@ class Client extends openapi_core_1.default {
8054
8150
  return await this.runBookBrainmapWithOptions(request, runtime);
8055
8151
  }
8056
8152
  /**
8057
- * 书籍导读接口
8153
+ * Extracts a summary, structured selling points, and hotwords from a book.
8058
8154
  *
8059
8155
  * @param request - RunBookIntroductionRequest
8060
8156
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8125,7 +8221,7 @@ class Client extends openapi_core_1.default {
8125
8221
  });
8126
8222
  }
8127
8223
  /**
8128
- * 书籍导读接口
8224
+ * Extracts a summary, structured selling points, and hotwords from a book.
8129
8225
  *
8130
8226
  * @param request - RunBookIntroductionRequest
8131
8227
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8169,7 +8265,7 @@ class Client extends openapi_core_1.default {
8169
8265
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunBookIntroductionResponse({}));
8170
8266
  }
8171
8267
  /**
8172
- * 书籍导读接口
8268
+ * Extracts a summary, structured selling points, and hotwords from a book.
8173
8269
  *
8174
8270
  * @param request - RunBookIntroductionRequest
8175
8271
  * @returns RunBookIntroductionResponse
@@ -8179,7 +8275,7 @@ class Client extends openapi_core_1.default {
8179
8275
  return await this.runBookIntroductionWithOptions(request, runtime);
8180
8276
  }
8181
8277
  /**
8182
- * 书籍智能卡片接口
8278
+ * A smart card interface for books.
8183
8279
  *
8184
8280
  * @param request - RunBookSmartCardRequest
8185
8281
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8241,7 +8337,7 @@ class Client extends openapi_core_1.default {
8241
8337
  });
8242
8338
  }
8243
8339
  /**
8244
- * 书籍智能卡片接口
8340
+ * A smart card interface for books.
8245
8341
  *
8246
8342
  * @param request - RunBookSmartCardRequest
8247
8343
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8276,7 +8372,7 @@ class Client extends openapi_core_1.default {
8276
8372
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunBookSmartCardResponse({}));
8277
8373
  }
8278
8374
  /**
8279
- * 书籍智能卡片接口
8375
+ * A smart card interface for books.
8280
8376
  *
8281
8377
  * @param request - RunBookSmartCardRequest
8282
8378
  * @returns RunBookSmartCardResponse
@@ -8286,7 +8382,7 @@ class Client extends openapi_core_1.default {
8286
8382
  return await this.runBookSmartCardWithOptions(request, runtime);
8287
8383
  }
8288
8384
  /**
8289
- * 客户之声预测
8385
+ * Predicts user comments for a specified article.
8290
8386
  *
8291
8387
  * @param tmpReq - RunCommentGenerationRequest
8292
8388
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8386,7 +8482,7 @@ class Client extends openapi_core_1.default {
8386
8482
  });
8387
8483
  }
8388
8484
  /**
8389
- * 客户之声预测
8485
+ * Predicts user comments for a specified article.
8390
8486
  *
8391
8487
  * @param tmpReq - RunCommentGenerationRequest
8392
8488
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8459,7 +8555,7 @@ class Client extends openapi_core_1.default {
8459
8555
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunCommentGenerationResponse({}));
8460
8556
  }
8461
8557
  /**
8462
- * 客户之声预测
8558
+ * Predicts user comments for a specified article.
8463
8559
  *
8464
8560
  * @param request - RunCommentGenerationRequest
8465
8561
  * @returns RunCommentGenerationResponse
@@ -8469,7 +8565,7 @@ class Client extends openapi_core_1.default {
8469
8565
  return await this.runCommentGenerationWithOptions(request, runtime);
8470
8566
  }
8471
8567
  /**
8472
- * 内容续写
8568
+ * Continues generating content.
8473
8569
  *
8474
8570
  * @param request - RunContinueContentRequest
8475
8571
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8528,7 +8624,7 @@ class Client extends openapi_core_1.default {
8528
8624
  });
8529
8625
  }
8530
8626
  /**
8531
- * 内容续写
8627
+ * Continues generating content.
8532
8628
  *
8533
8629
  * @param request - RunContinueContentRequest
8534
8630
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8560,7 +8656,7 @@ class Client extends openapi_core_1.default {
8560
8656
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunContinueContentResponse({}));
8561
8657
  }
8562
8658
  /**
8563
- * 内容续写
8659
+ * Continues generating content.
8564
8660
  *
8565
8661
  * @param request - RunContinueContentRequest
8566
8662
  * @returns RunContinueContentResponse
@@ -8570,7 +8666,7 @@ class Client extends openapi_core_1.default {
8570
8666
  return await this.runContinueContentWithOptions(request, runtime);
8571
8667
  }
8572
8668
  /**
8573
- * 自定义热点话题分析
8669
+ * Analyzes custom hot topics.
8574
8670
  *
8575
8671
  * @param request - RunCustomHotTopicAnalysisRequest
8576
8672
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8644,7 +8740,7 @@ class Client extends openapi_core_1.default {
8644
8740
  });
8645
8741
  }
8646
8742
  /**
8647
- * 自定义热点话题分析
8743
+ * Analyzes custom hot topics.
8648
8744
  *
8649
8745
  * @param request - RunCustomHotTopicAnalysisRequest
8650
8746
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8691,7 +8787,7 @@ class Client extends openapi_core_1.default {
8691
8787
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunCustomHotTopicAnalysisResponse({}));
8692
8788
  }
8693
8789
  /**
8694
- * 自定义热点话题分析
8790
+ * Analyzes custom hot topics.
8695
8791
  *
8696
8792
  * @param request - RunCustomHotTopicAnalysisRequest
8697
8793
  * @returns RunCustomHotTopicAnalysisResponse
@@ -8701,7 +8797,7 @@ class Client extends openapi_core_1.default {
8701
8797
  return await this.runCustomHotTopicAnalysisWithOptions(request, runtime);
8702
8798
  }
8703
8799
  /**
8704
- * 自定义选题视角分析
8800
+ * Perspective analysis of custom topics.
8705
8801
  *
8706
8802
  * @param request - RunCustomHotTopicViewPointAnalysisRequest
8707
8803
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8784,7 +8880,7 @@ class Client extends openapi_core_1.default {
8784
8880
  });
8785
8881
  }
8786
8882
  /**
8787
- * 自定义选题视角分析
8883
+ * Perspective analysis of custom topics.
8788
8884
  *
8789
8885
  * @param request - RunCustomHotTopicViewPointAnalysisRequest
8790
8886
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8840,7 +8936,7 @@ class Client extends openapi_core_1.default {
8840
8936
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunCustomHotTopicViewPointAnalysisResponse({}));
8841
8937
  }
8842
8938
  /**
8843
- * 自定义选题视角分析
8939
+ * Perspective analysis of custom topics.
8844
8940
  *
8845
8941
  * @param request - RunCustomHotTopicViewPointAnalysisRequest
8846
8942
  * @returns RunCustomHotTopicViewPointAnalysisResponse
@@ -8850,7 +8946,7 @@ class Client extends openapi_core_1.default {
8850
8946
  return await this.runCustomHotTopicViewPointAnalysisWithOptions(request, runtime);
8851
8947
  }
8852
8948
  /**
8853
- * 流式输出深度写作事件
8949
+ * Queries deep writing events. The system returns detailed information about the task execution as a stream of Server-Sent Events (SSE).
8854
8950
  *
8855
8951
  * @param request - RunDeepWritingRequest
8856
8952
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8912,7 +9008,7 @@ class Client extends openapi_core_1.default {
8912
9008
  });
8913
9009
  }
8914
9010
  /**
8915
- * 流式输出深度写作事件
9011
+ * Queries deep writing events. The system returns detailed information about the task execution as a stream of Server-Sent Events (SSE).
8916
9012
  *
8917
9013
  * @param request - RunDeepWritingRequest
8918
9014
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8947,7 +9043,7 @@ class Client extends openapi_core_1.default {
8947
9043
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDeepWritingResponse({}));
8948
9044
  }
8949
9045
  /**
8950
- * 流式输出深度写作事件
9046
+ * Queries deep writing events. The system returns detailed information about the task execution as a stream of Server-Sent Events (SSE).
8951
9047
  *
8952
9048
  * @param request - RunDeepWritingRequest
8953
9049
  * @returns RunDeepWritingResponse
@@ -8957,7 +9053,7 @@ class Client extends openapi_core_1.default {
8957
9053
  return await this.runDeepWritingWithOptions(request, runtime);
8958
9054
  }
8959
9055
  /**
8960
- * 妙读脑图生成接口
9056
+ * Generate a three-level, multilingual mind map from an article or a book, with control over the number of second-level nodes and the word count of leaf nodes.
8961
9057
  *
8962
9058
  * @param request - RunDocBrainmapRequest
8963
9059
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9040,7 +9136,7 @@ class Client extends openapi_core_1.default {
9040
9136
  });
9041
9137
  }
9042
9138
  /**
9043
- * 妙读脑图生成接口
9139
+ * Generate a three-level, multilingual mind map from an article or a book, with control over the number of second-level nodes and the word count of leaf nodes.
9044
9140
  *
9045
9141
  * @param request - RunDocBrainmapRequest
9046
9142
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9096,7 +9192,7 @@ class Client extends openapi_core_1.default {
9096
9192
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocBrainmapResponse({}));
9097
9193
  }
9098
9194
  /**
9099
- * 妙读脑图生成接口
9195
+ * Generate a three-level, multilingual mind map from an article or a book, with control over the number of second-level nodes and the word count of leaf nodes.
9100
9196
  *
9101
9197
  * @param request - RunDocBrainmapRequest
9102
9198
  * @returns RunDocBrainmapResponse
@@ -9106,7 +9202,7 @@ class Client extends openapi_core_1.default {
9106
9202
  return await this.runDocBrainmapWithOptions(request, runtime);
9107
9203
  }
9108
9204
  /**
9109
- * 妙读文档导读接口
9205
+ * Generates a summary for an article, video, or URL, including a full-text summary, key points, and a chapter overview (i.e., segmented content with summaries and abstracts for each segment). It also supports multilingual input and output. If the user only requires a full-text summary of an article, they can use the RunDocSummary API. For details, see https://help.aliyun.com/zh/model-studio/api-aimiaobi-2023-08-01-rundocsummary.
9110
9206
  *
9111
9207
  * @param request - RunDocIntroductionRequest
9112
9208
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9186,7 +9282,7 @@ class Client extends openapi_core_1.default {
9186
9282
  });
9187
9283
  }
9188
9284
  /**
9189
- * 妙读文档导读接口
9285
+ * Generates a summary for an article, video, or URL, including a full-text summary, key points, and a chapter overview (i.e., segmented content with summaries and abstracts for each segment). It also supports multilingual input and output. If the user only requires a full-text summary of an article, they can use the RunDocSummary API. For details, see https://help.aliyun.com/zh/model-studio/api-aimiaobi-2023-08-01-rundocsummary.
9190
9286
  *
9191
9287
  * @param request - RunDocIntroductionRequest
9192
9288
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9239,7 +9335,7 @@ class Client extends openapi_core_1.default {
9239
9335
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocIntroductionResponse({}));
9240
9336
  }
9241
9337
  /**
9242
- * 妙读文档导读接口
9338
+ * Generates a summary for an article, video, or URL, including a full-text summary, key points, and a chapter overview (i.e., segmented content with summaries and abstracts for each segment). It also supports multilingual input and output. If the user only requires a full-text summary of an article, they can use the RunDocSummary API. For details, see https://help.aliyun.com/zh/model-studio/api-aimiaobi-2023-08-01-rundocsummary.
9243
9339
  *
9244
9340
  * @param request - RunDocIntroductionRequest
9245
9341
  * @returns RunDocIntroductionResponse
@@ -9249,7 +9345,8 @@ class Client extends openapi_core_1.default {
9249
9345
  return await this.runDocIntroductionWithOptions(request, runtime);
9250
9346
  }
9251
9347
  /**
9252
- * 妙读问答接口
9348
+ * Article Q&A: For a natural language query, provide a textual answer within the specified article scope (accompanied by images if available) and display source attribution information.
9349
+ * Multimodal File Q&A: For a natural language query, provide a textual answer within the specified multimodal file scope, along with relevant images, video segments, or text, and display source attribution information.
9253
9350
  *
9254
9351
  * @param tmpReq - RunDocQaRequest
9255
9352
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9340,7 +9437,8 @@ class Client extends openapi_core_1.default {
9340
9437
  });
9341
9438
  }
9342
9439
  /**
9343
- * 妙读问答接口
9440
+ * Article Q&A: For a natural language query, provide a textual answer within the specified article scope (accompanied by images if available) and display source attribution information.
9441
+ * Multimodal File Q&A: For a natural language query, provide a textual answer within the specified multimodal file scope, along with relevant images, video segments, or text, and display source attribution information.
9344
9442
  *
9345
9443
  * @param tmpReq - RunDocQaRequest
9346
9444
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9404,7 +9502,8 @@ class Client extends openapi_core_1.default {
9404
9502
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocQaResponse({}));
9405
9503
  }
9406
9504
  /**
9407
- * 妙读问答接口
9505
+ * Article Q&A: For a natural language query, provide a textual answer within the specified article scope (accompanied by images if available) and display source attribution information.
9506
+ * Multimodal File Q&A: For a natural language query, provide a textual answer within the specified multimodal file scope, along with relevant images, video segments, or text, and display source attribution information.
9408
9507
  *
9409
9508
  * @param request - RunDocQaRequest
9410
9509
  * @returns RunDocQaResponse
@@ -9414,7 +9513,7 @@ class Client extends openapi_core_1.default {
9414
9513
  return await this.runDocQaWithOptions(request, runtime);
9415
9514
  }
9416
9515
  /**
9417
- * 文档智能卡片接口
9516
+ * Automatically adds tags to selected text or a specified chat and generates a smart card note.
9418
9517
  *
9419
9518
  * @param request - RunDocSmartCardRequest
9420
9519
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9482,7 +9581,7 @@ class Client extends openapi_core_1.default {
9482
9581
  });
9483
9582
  }
9484
9583
  /**
9485
- * 文档智能卡片接口
9584
+ * Automatically adds tags to selected text or a specified chat and generates a smart card note.
9486
9585
  *
9487
9586
  * @param request - RunDocSmartCardRequest
9488
9587
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9523,7 +9622,7 @@ class Client extends openapi_core_1.default {
9523
9622
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocSmartCardResponse({}));
9524
9623
  }
9525
9624
  /**
9526
- * 文档智能卡片接口
9625
+ * Automatically adds tags to selected text or a specified chat and generates a smart card note.
9527
9626
  *
9528
9627
  * @param request - RunDocSmartCardRequest
9529
9628
  * @returns RunDocSmartCardResponse
@@ -9533,7 +9632,7 @@ class Client extends openapi_core_1.default {
9533
9632
  return await this.runDocSmartCardWithOptions(request, runtime);
9534
9633
  }
9535
9634
  /**
9536
- * 妙读文档总结摘要接口
9635
+ * Generates a summary of an article, video, or URL—that is, a concise overview of the entire content. It also supports multilingual input and output.
9537
9636
  *
9538
9637
  * @param request - RunDocSummaryRequest
9539
9638
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9607,7 +9706,7 @@ class Client extends openapi_core_1.default {
9607
9706
  });
9608
9707
  }
9609
9708
  /**
9610
- * 妙读文档总结摘要接口
9709
+ * Generates a summary of an article, video, or URL—that is, a concise overview of the entire content. It also supports multilingual input and output.
9611
9710
  *
9612
9711
  * @param request - RunDocSummaryRequest
9613
9712
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9654,7 +9753,7 @@ class Client extends openapi_core_1.default {
9654
9753
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocSummaryResponse({}));
9655
9754
  }
9656
9755
  /**
9657
- * 妙读文档总结摘要接口
9756
+ * Generates a summary of an article, video, or URL—that is, a concise overview of the entire content. It also supports multilingual input and output.
9658
9757
  *
9659
9758
  * @param request - RunDocSummaryRequest
9660
9759
  * @returns RunDocSummaryResponse
@@ -9664,7 +9763,7 @@ class Client extends openapi_core_1.default {
9664
9763
  return await this.runDocSummaryWithOptions(request, runtime);
9665
9764
  }
9666
9765
  /**
9667
- * 妙读文档翻译接口
9766
+ * An API for document translation between English and Chinese.
9668
9767
  *
9669
9768
  * @param request - RunDocTranslationRequest
9670
9769
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9738,7 +9837,7 @@ class Client extends openapi_core_1.default {
9738
9837
  });
9739
9838
  }
9740
9839
  /**
9741
- * 妙读文档翻译接口
9840
+ * An API for document translation between English and Chinese.
9742
9841
  *
9743
9842
  * @param request - RunDocTranslationRequest
9744
9843
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9785,7 +9884,7 @@ class Client extends openapi_core_1.default {
9785
9884
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocTranslationResponse({}));
9786
9885
  }
9787
9886
  /**
9788
- * 妙读文档翻译接口
9887
+ * An API for document translation between English and Chinese.
9789
9888
  *
9790
9889
  * @param request - RunDocTranslationRequest
9791
9890
  * @returns RunDocTranslationResponse
@@ -9795,7 +9894,7 @@ class Client extends openapi_core_1.default {
9795
9894
  return await this.runDocTranslationWithOptions(request, runtime);
9796
9895
  }
9797
9896
  /**
9798
- * 文档改写
9897
+ * Rewrites an article in a specified style.
9799
9898
  *
9800
9899
  * @param request - RunDocWashingRequest
9801
9900
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9875,7 +9974,7 @@ class Client extends openapi_core_1.default {
9875
9974
  });
9876
9975
  }
9877
9976
  /**
9878
- * 文档改写
9977
+ * Rewrites an article in a specified style.
9879
9978
  *
9880
9979
  * @param request - RunDocWashingRequest
9881
9980
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9928,7 +10027,7 @@ class Client extends openapi_core_1.default {
9928
10027
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocWashingResponse({}));
9929
10028
  }
9930
10029
  /**
9931
- * 文档改写
10030
+ * Rewrites an article in a specified style.
9932
10031
  *
9933
10032
  * @param request - RunDocWashingRequest
9934
10033
  * @returns RunDocWashingResponse
@@ -9938,7 +10037,7 @@ class Client extends openapi_core_1.default {
9938
10037
  return await this.runDocWashingWithOptions(request, runtime);
9939
10038
  }
9940
10039
  /**
9941
- * 内容扩写
10040
+ * Expands content.
9942
10041
  *
9943
10042
  * @param request - RunExpandContentRequest
9944
10043
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10000,7 +10099,7 @@ class Client extends openapi_core_1.default {
10000
10099
  });
10001
10100
  }
10002
10101
  /**
10003
- * 内容扩写
10102
+ * Expands content.
10004
10103
  *
10005
10104
  * @param request - RunExpandContentRequest
10006
10105
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10035,7 +10134,7 @@ class Client extends openapi_core_1.default {
10035
10134
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunExpandContentResponse({}));
10036
10135
  }
10037
10136
  /**
10038
- * 内容扩写
10137
+ * Expands content.
10039
10138
  *
10040
10139
  * @param request - RunExpandContentRequest
10041
10140
  * @returns RunExpandContentResponse
@@ -10045,7 +10144,7 @@ class Client extends openapi_core_1.default {
10045
10144
  return await this.runExpandContentWithOptions(request, runtime);
10046
10145
  }
10047
10146
  /**
10048
- * 妙读猜你想问接口
10147
+ * Submits a query and returns several related queries.
10049
10148
  *
10050
10149
  * @param request - RunGenerateQuestionsRequest
10051
10150
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10113,7 +10212,7 @@ class Client extends openapi_core_1.default {
10113
10212
  });
10114
10213
  }
10115
10214
  /**
10116
- * 妙读猜你想问接口
10215
+ * Submits a query and returns several related queries.
10117
10216
  *
10118
10217
  * @param request - RunGenerateQuestionsRequest
10119
10218
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10154,7 +10253,7 @@ class Client extends openapi_core_1.default {
10154
10253
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunGenerateQuestionsResponse({}));
10155
10254
  }
10156
10255
  /**
10157
- * 妙读猜你想问接口
10256
+ * Submits a query and returns several related queries.
10158
10257
  *
10159
10258
  * @param request - RunGenerateQuestionsRequest
10160
10259
  * @returns RunGenerateQuestionsResponse
@@ -10164,7 +10263,7 @@ class Client extends openapi_core_1.default {
10164
10263
  return await this.runGenerateQuestionsWithOptions(request, runtime);
10165
10264
  }
10166
10265
  /**
10167
- * 妙读文档关键词抽取接口
10266
+ * Extract keywords from a specified document. Keywords are domain-specific professional terms or concepts that represent and identify a particular industry or field. They accurately describe and summarize the core content, key people, major events, or technical terms in that domain.
10168
10267
  *
10169
10268
  * @param request - RunHotwordRequest
10170
10269
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10235,7 +10334,7 @@ class Client extends openapi_core_1.default {
10235
10334
  });
10236
10335
  }
10237
10336
  /**
10238
- * 妙读文档关键词抽取接口
10337
+ * Extract keywords from a specified document. Keywords are domain-specific professional terms or concepts that represent and identify a particular industry or field. They accurately describe and summarize the core content, key people, major events, or technical terms in that domain.
10239
10338
  *
10240
10339
  * @param request - RunHotwordRequest
10241
10340
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10279,7 +10378,7 @@ class Client extends openapi_core_1.default {
10279
10378
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunHotwordResponse({}));
10280
10379
  }
10281
10380
  /**
10282
- * 妙读文档关键词抽取接口
10381
+ * Extract keywords from a specified document. Keywords are domain-specific professional terms or concepts that represent and identify a particular industry or field. They accurately describe and summarize the core content, key people, major events, or technical terms in that domain.
10283
10382
  *
10284
10383
  * @param request - RunHotwordRequest
10285
10384
  * @returns RunHotwordResponse
@@ -10289,7 +10388,7 @@ class Client extends openapi_core_1.default {
10289
10388
  return await this.runHotwordWithOptions(request, runtime);
10290
10389
  }
10291
10390
  /**
10292
- * AI妙笔-创作-抽取关键词
10391
+ * Extracts and generates keywords using AMB.
10293
10392
  *
10294
10393
  * @param tmpReq - RunKeywordsExtractionGenerationRequest
10295
10394
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10359,7 +10458,7 @@ class Client extends openapi_core_1.default {
10359
10458
  });
10360
10459
  }
10361
10460
  /**
10362
- * AI妙笔-创作-抽取关键词
10461
+ * Extracts and generates keywords using AMB.
10363
10462
  *
10364
10463
  * @param tmpReq - RunKeywordsExtractionGenerationRequest
10365
10464
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10402,7 +10501,7 @@ class Client extends openapi_core_1.default {
10402
10501
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunKeywordsExtractionGenerationResponse({}));
10403
10502
  }
10404
10503
  /**
10405
- * AI妙笔-创作-抽取关键词
10504
+ * Extracts and generates keywords using AMB.
10406
10505
  *
10407
10506
  * @param request - RunKeywordsExtractionGenerationRequest
10408
10507
  * @returns RunKeywordsExtractionGenerationResponse
@@ -10412,7 +10511,7 @@ class Client extends openapi_core_1.default {
10412
10511
  return await this.runKeywordsExtractionGenerationWithOptions(request, runtime);
10413
10512
  }
10414
10513
  /**
10415
- * 文档批量导读
10514
+ * Generate an outline-style summary for multiple documents, videos, or URLs. The summary includes a consolidated overview and key points. This operation supports multiple input and output languages.
10416
10515
  *
10417
10516
  * @param tmpReq - RunMultiDocIntroductionRequest
10418
10517
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10488,7 +10587,7 @@ class Client extends openapi_core_1.default {
10488
10587
  });
10489
10588
  }
10490
10589
  /**
10491
- * 文档批量导读
10590
+ * Generate an outline-style summary for multiple documents, videos, or URLs. The summary includes a consolidated overview and key points. This operation supports multiple input and output languages.
10492
10591
  *
10493
10592
  * @param tmpReq - RunMultiDocIntroductionRequest
10494
10593
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10537,7 +10636,7 @@ class Client extends openapi_core_1.default {
10537
10636
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunMultiDocIntroductionResponse({}));
10538
10637
  }
10539
10638
  /**
10540
- * 文档批量导读
10639
+ * Generate an outline-style summary for multiple documents, videos, or URLs. The summary includes a consolidated overview and key points. This operation supports multiple input and output languages.
10541
10640
  *
10542
10641
  * @param request - RunMultiDocIntroductionRequest
10543
10642
  * @returns RunMultiDocIntroductionResponse
@@ -10547,7 +10646,13 @@ class Client extends openapi_core_1.default {
10547
10646
  return await this.runMultiDocIntroductionWithOptions(request, runtime);
10548
10647
  }
10549
10648
  /**
10550
- * 流式输出PPT大纲
10649
+ * Generates a PowerPoint outline.
10650
+ *
10651
+ * @remarks
10652
+ * Instructions:
10653
+ * - This API uses the HTTP Server-Sent Events (SSE) protocol.
10654
+ * - You cannot test this API directly in the OpenAPI Portal because the portal is not compatible with the SSE inference protocol. For examples of how to call the API using the SDK for Java or Python, see [PPT Generation Best practices](https://help.aliyun.com/en/model-studio/ppt-generation-best-practices).
10655
+ * - To obtain the latest version of the asynchronous Java SDK, [click this link](https://api.aliyun.com/api-tools/sdk/AiMiaoBi?spm=a2c4g.11186623.0.0.4cd3170d7rccDC\\&version=2023-08-01\\&language=java-async-tea\\&tab=primer-doc).
10551
10656
  *
10552
10657
  * @param request - RunPptOutlineGenerationRequest
10553
10658
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10609,7 +10714,13 @@ class Client extends openapi_core_1.default {
10609
10714
  });
10610
10715
  }
10611
10716
  /**
10612
- * 流式输出PPT大纲
10717
+ * Generates a PowerPoint outline.
10718
+ *
10719
+ * @remarks
10720
+ * Instructions:
10721
+ * - This API uses the HTTP Server-Sent Events (SSE) protocol.
10722
+ * - You cannot test this API directly in the OpenAPI Portal because the portal is not compatible with the SSE inference protocol. For examples of how to call the API using the SDK for Java or Python, see [PPT Generation Best practices](https://help.aliyun.com/en/model-studio/ppt-generation-best-practices).
10723
+ * - To obtain the latest version of the asynchronous Java SDK, [click this link](https://api.aliyun.com/api-tools/sdk/AiMiaoBi?spm=a2c4g.11186623.0.0.4cd3170d7rccDC\\&version=2023-08-01\\&language=java-async-tea\\&tab=primer-doc).
10613
10724
  *
10614
10725
  * @param request - RunPptOutlineGenerationRequest
10615
10726
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10644,7 +10755,13 @@ class Client extends openapi_core_1.default {
10644
10755
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunPptOutlineGenerationResponse({}));
10645
10756
  }
10646
10757
  /**
10647
- * 流式输出PPT大纲
10758
+ * Generates a PowerPoint outline.
10759
+ *
10760
+ * @remarks
10761
+ * Instructions:
10762
+ * - This API uses the HTTP Server-Sent Events (SSE) protocol.
10763
+ * - You cannot test this API directly in the OpenAPI Portal because the portal is not compatible with the SSE inference protocol. For examples of how to call the API using the SDK for Java or Python, see [PPT Generation Best practices](https://help.aliyun.com/en/model-studio/ppt-generation-best-practices).
10764
+ * - To obtain the latest version of the asynchronous Java SDK, [click this link](https://api.aliyun.com/api-tools/sdk/AiMiaoBi?spm=a2c4g.11186623.0.0.4cd3170d7rccDC\\&version=2023-08-01\\&language=java-async-tea\\&tab=primer-doc).
10648
10765
  *
10649
10766
  * @param request - RunPptOutlineGenerationRequest
10650
10767
  * @returns RunPptOutlineGenerationResponse
@@ -10654,7 +10771,12 @@ class Client extends openapi_core_1.default {
10654
10771
  return await this.runPptOutlineGenerationWithOptions(request, runtime);
10655
10772
  }
10656
10773
  /**
10657
- * 快速写作
10774
+ * Enter writing instructions to quickly generate content.
10775
+ *
10776
+ * @remarks
10777
+ * ### Access Instructions:
10778
+ * - The OpenAPI portal is incompatible with the Server-Sent Events (SSE) inference protocol. Therefore, you cannot directly debug this operation. For an example of how to call the API using an SDK, see [Miaobi Best Practices](https://help.aliyun.com/zh/model-studio/best-practices-for-miaobi-api?spm=a2c4g.11186623.help-menu-2400256.d_1_12_6_2_1_0.39892421FntuI2\\&scm=20140722.H_2844289._.OR_help-T_cn~zh-V_1).
10779
+ * - Click this [link](https://api.aliyun.com/api-tools/sdk/AiMiaoBi?version=2023-08-01\\&language=java-async-tea\\&tab=primer-doc) to download the latest version of the Java asynchronous SDK.
10658
10780
  *
10659
10781
  * @param tmpReq - RunQuickWritingRequest
10660
10782
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10730,7 +10852,12 @@ class Client extends openapi_core_1.default {
10730
10852
  });
10731
10853
  }
10732
10854
  /**
10733
- * 快速写作
10855
+ * Enter writing instructions to quickly generate content.
10856
+ *
10857
+ * @remarks
10858
+ * ### Access Instructions:
10859
+ * - The OpenAPI portal is incompatible with the Server-Sent Events (SSE) inference protocol. Therefore, you cannot directly debug this operation. For an example of how to call the API using an SDK, see [Miaobi Best Practices](https://help.aliyun.com/zh/model-studio/best-practices-for-miaobi-api?spm=a2c4g.11186623.help-menu-2400256.d_1_12_6_2_1_0.39892421FntuI2\\&scm=20140722.H_2844289._.OR_help-T_cn~zh-V_1).
10860
+ * - Click this [link](https://api.aliyun.com/api-tools/sdk/AiMiaoBi?version=2023-08-01\\&language=java-async-tea\\&tab=primer-doc) to download the latest version of the Java asynchronous SDK.
10734
10861
  *
10735
10862
  * @param tmpReq - RunQuickWritingRequest
10736
10863
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10779,7 +10906,12 @@ class Client extends openapi_core_1.default {
10779
10906
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunQuickWritingResponse({}));
10780
10907
  }
10781
10908
  /**
10782
- * 快速写作
10909
+ * Enter writing instructions to quickly generate content.
10910
+ *
10911
+ * @remarks
10912
+ * ### Access Instructions:
10913
+ * - The OpenAPI portal is incompatible with the Server-Sent Events (SSE) inference protocol. Therefore, you cannot directly debug this operation. For an example of how to call the API using an SDK, see [Miaobi Best Practices](https://help.aliyun.com/zh/model-studio/best-practices-for-miaobi-api?spm=a2c4g.11186623.help-menu-2400256.d_1_12_6_2_1_0.39892421FntuI2\\&scm=20140722.H_2844289._.OR_help-T_cn~zh-V_1).
10914
+ * - Click this [link](https://api.aliyun.com/api-tools/sdk/AiMiaoBi?version=2023-08-01\\&language=java-async-tea\\&tab=primer-doc) to download the latest version of the Java asynchronous SDK.
10783
10915
  *
10784
10916
  * @param request - RunQuickWritingRequest
10785
10917
  * @returns RunQuickWritingResponse
@@ -10789,7 +10921,20 @@ class Client extends openapi_core_1.default {
10789
10921
  return await this.runQuickWritingWithOptions(request, runtime);
10790
10922
  }
10791
10923
  /**
10792
- * AI妙搜-智能搜索生成
10924
+ * AI Miaosou – Intelligent Search Generation: This API delivers the search and generation capabilities of the Miaosou homepage. It supports general search and media asset search, along with features such as user query clarification, multimodal knowledge search, and multi-agent generation.
10925
+ * – General Search: Performs semantic retrieval on centralized knowledge data and applies multi-agent post-processing to the results, such as summary generation, abstracting, and timeline summarization.
10926
+ * – Media Asset Search: Conducts an exhaustive full-text search to retrieve highly relevant knowledge and supports multi-agent post-processing, such as clustering and news extraction.
10927
+ *
10928
+ * @remarks
10929
+ * ### Integration notes:
10930
+ * - This API uses the HTTP Server-Sent Events (SSE) protocol.
10931
+ * - The OpenAPI console does not support SSE inference protocols and cannot be used for direct testing. For SDK-based integration examples (Java and Python), see the [Miaosou Best Practices](https://help.aliyun.com/zh/model-studio/user-guide/best-practices-for-miaosou-api/?spm=a2c4g.11186623.help-menu-2400256.d_1_3_3_2_1_2.42a64a34eIyBhn) documentation.
10932
+ * - To obtain the latest version of the Java asynchronous SDK, click [this link](https://api.aliyun.com/api-tools/sdk/AiMiaoBi?version=2023-08-01\\&language=java-async-tea\\&tab=primer-doc).
10933
+ * ### Data sources for search:
10934
+ * Supports three dataset types. See the [Miaosou Best Practices](https://help.aliyun.com/zh/model-studio/user-guide/best-practices-for-miaosou-api/?spm=a2c4g.11186623.help-menu-2400256.d_1_3_3_2_1_2.42a64a34eIyBhn) documentation for details.
10935
+ * - Built-in “Internet search” dataset: Supports open-domain text, images, and video (video is not yet available) from the Internet.
10936
+ * - Semantic (RAG) dataset: Manages enterprise private knowledge bases and supports text, images, video, and voice (voice is not yet available).
10937
+ * - Third-party API dataset: Integrates directly with your own enterprise search APIs.
10793
10938
  *
10794
10939
  * @param tmpReq - RunSearchGenerationRequest
10795
10940
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10874,7 +11019,20 @@ class Client extends openapi_core_1.default {
10874
11019
  });
10875
11020
  }
10876
11021
  /**
10877
- * AI妙搜-智能搜索生成
11022
+ * AI Miaosou – Intelligent Search Generation: This API delivers the search and generation capabilities of the Miaosou homepage. It supports general search and media asset search, along with features such as user query clarification, multimodal knowledge search, and multi-agent generation.
11023
+ * – General Search: Performs semantic retrieval on centralized knowledge data and applies multi-agent post-processing to the results, such as summary generation, abstracting, and timeline summarization.
11024
+ * – Media Asset Search: Conducts an exhaustive full-text search to retrieve highly relevant knowledge and supports multi-agent post-processing, such as clustering and news extraction.
11025
+ *
11026
+ * @remarks
11027
+ * ### Integration notes:
11028
+ * - This API uses the HTTP Server-Sent Events (SSE) protocol.
11029
+ * - The OpenAPI console does not support SSE inference protocols and cannot be used for direct testing. For SDK-based integration examples (Java and Python), see the [Miaosou Best Practices](https://help.aliyun.com/zh/model-studio/user-guide/best-practices-for-miaosou-api/?spm=a2c4g.11186623.help-menu-2400256.d_1_3_3_2_1_2.42a64a34eIyBhn) documentation.
11030
+ * - To obtain the latest version of the Java asynchronous SDK, click [this link](https://api.aliyun.com/api-tools/sdk/AiMiaoBi?version=2023-08-01\\&language=java-async-tea\\&tab=primer-doc).
11031
+ * ### Data sources for search:
11032
+ * Supports three dataset types. See the [Miaosou Best Practices](https://help.aliyun.com/zh/model-studio/user-guide/best-practices-for-miaosou-api/?spm=a2c4g.11186623.help-menu-2400256.d_1_3_3_2_1_2.42a64a34eIyBhn) documentation for details.
11033
+ * - Built-in “Internet search” dataset: Supports open-domain text, images, and video (video is not yet available) from the Internet.
11034
+ * - Semantic (RAG) dataset: Manages enterprise private knowledge bases and supports text, images, video, and voice (voice is not yet available).
11035
+ * - Third-party API dataset: Integrates directly with your own enterprise search APIs.
10878
11036
  *
10879
11037
  * @param tmpReq - RunSearchGenerationRequest
10880
11038
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10932,7 +11090,20 @@ class Client extends openapi_core_1.default {
10932
11090
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunSearchGenerationResponse({}));
10933
11091
  }
10934
11092
  /**
10935
- * AI妙搜-智能搜索生成
11093
+ * AI Miaosou – Intelligent Search Generation: This API delivers the search and generation capabilities of the Miaosou homepage. It supports general search and media asset search, along with features such as user query clarification, multimodal knowledge search, and multi-agent generation.
11094
+ * – General Search: Performs semantic retrieval on centralized knowledge data and applies multi-agent post-processing to the results, such as summary generation, abstracting, and timeline summarization.
11095
+ * – Media Asset Search: Conducts an exhaustive full-text search to retrieve highly relevant knowledge and supports multi-agent post-processing, such as clustering and news extraction.
11096
+ *
11097
+ * @remarks
11098
+ * ### Integration notes:
11099
+ * - This API uses the HTTP Server-Sent Events (SSE) protocol.
11100
+ * - The OpenAPI console does not support SSE inference protocols and cannot be used for direct testing. For SDK-based integration examples (Java and Python), see the [Miaosou Best Practices](https://help.aliyun.com/zh/model-studio/user-guide/best-practices-for-miaosou-api/?spm=a2c4g.11186623.help-menu-2400256.d_1_3_3_2_1_2.42a64a34eIyBhn) documentation.
11101
+ * - To obtain the latest version of the Java asynchronous SDK, click [this link](https://api.aliyun.com/api-tools/sdk/AiMiaoBi?version=2023-08-01\\&language=java-async-tea\\&tab=primer-doc).
11102
+ * ### Data sources for search:
11103
+ * Supports three dataset types. See the [Miaosou Best Practices](https://help.aliyun.com/zh/model-studio/user-guide/best-practices-for-miaosou-api/?spm=a2c4g.11186623.help-menu-2400256.d_1_3_3_2_1_2.42a64a34eIyBhn) documentation for details.
11104
+ * - Built-in “Internet search” dataset: Supports open-domain text, images, and video (video is not yet available) from the Internet.
11105
+ * - Semantic (RAG) dataset: Manages enterprise private knowledge bases and supports text, images, video, and voice (voice is not yet available).
11106
+ * - Third-party API dataset: Integrates directly with your own enterprise search APIs.
10936
11107
  *
10937
11108
  * @param request - RunSearchGenerationRequest
10938
11109
  * @returns RunSearchGenerationResponse
@@ -10942,7 +11113,7 @@ class Client extends openapi_core_1.default {
10942
11113
  return await this.runSearchGenerationWithOptions(request, runtime);
10943
11114
  }
10944
11115
  /**
10945
- * 妙搜-文搜文
11116
+ * Miao Search enables text-to-text search.
10946
11117
  *
10947
11118
  * @param tmpReq - RunSearchSimilarArticlesRequest
10948
11119
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11015,7 +11186,7 @@ class Client extends openapi_core_1.default {
11015
11186
  });
11016
11187
  }
11017
11188
  /**
11018
- * 妙搜-文搜文
11189
+ * Miao Search enables text-to-text search.
11019
11190
  *
11020
11191
  * @param tmpReq - RunSearchSimilarArticlesRequest
11021
11192
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11061,7 +11232,7 @@ class Client extends openapi_core_1.default {
11061
11232
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunSearchSimilarArticlesResponse({}));
11062
11233
  }
11063
11234
  /**
11064
- * 妙搜-文搜文
11235
+ * Miao Search enables text-to-text search.
11065
11236
  *
11066
11237
  * @param request - RunSearchSimilarArticlesRequest
11067
11238
  * @returns RunSearchSimilarArticlesResponse
@@ -11071,7 +11242,10 @@ class Client extends openapi_core_1.default {
11071
11242
  return await this.runSearchSimilarArticlesWithOptions(request, runtime);
11072
11243
  }
11073
11244
  /**
11074
- * 创作-分步骤写作
11245
+ * Writes content in a step-by-step pattern using an outline and summaries.
11246
+ *
11247
+ * @remarks
11248
+ * The Quanmiao product supports iframe embedding. For more information, see [Customer Onboarding: Quanmiao Public Cloud iframe Customization](https://help.aliyun.com/document_detail/3000990.html).
11075
11249
  *
11076
11250
  * @param tmpReq - RunStepByStepWritingRequest
11077
11251
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11153,7 +11327,10 @@ class Client extends openapi_core_1.default {
11153
11327
  });
11154
11328
  }
11155
11329
  /**
11156
- * 创作-分步骤写作
11330
+ * Writes content in a step-by-step pattern using an outline and summaries.
11331
+ *
11332
+ * @remarks
11333
+ * The Quanmiao product supports iframe embedding. For more information, see [Customer Onboarding: Quanmiao Public Cloud iframe Customization](https://help.aliyun.com/document_detail/3000990.html).
11157
11334
  *
11158
11335
  * @param tmpReq - RunStepByStepWritingRequest
11159
11336
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11208,7 +11385,10 @@ class Client extends openapi_core_1.default {
11208
11385
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunStepByStepWritingResponse({}));
11209
11386
  }
11210
11387
  /**
11211
- * 创作-分步骤写作
11388
+ * Writes content in a step-by-step pattern using an outline and summaries.
11389
+ *
11390
+ * @remarks
11391
+ * The Quanmiao product supports iframe embedding. For more information, see [Customer Onboarding: Quanmiao Public Cloud iframe Customization](https://help.aliyun.com/document_detail/3000990.html).
11212
11392
  *
11213
11393
  * @param request - RunStepByStepWritingRequest
11214
11394
  * @returns RunStepByStepWritingResponse
@@ -11218,7 +11398,10 @@ class Client extends openapi_core_1.default {
11218
11398
  return await this.runStepByStepWritingWithOptions(request, runtime);
11219
11399
  }
11220
11400
  /**
11221
- * 内容特点分析
11401
+ * Analyzes the stylistic features of content.
11402
+ *
11403
+ * @remarks
11404
+ * Quanmiao products support iframe embedding. For more information, see [Customer Integration: Quanmiao Public Cloud iframe Customization Solution](https://help.aliyun.com/document_detail/3000990.html).
11222
11405
  *
11223
11406
  * @param tmpReq - RunStyleFeatureAnalysisRequest
11224
11407
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11288,7 +11471,10 @@ class Client extends openapi_core_1.default {
11288
11471
  });
11289
11472
  }
11290
11473
  /**
11291
- * 内容特点分析
11474
+ * Analyzes the stylistic features of content.
11475
+ *
11476
+ * @remarks
11477
+ * Quanmiao products support iframe embedding. For more information, see [Customer Integration: Quanmiao Public Cloud iframe Customization Solution](https://help.aliyun.com/document_detail/3000990.html).
11292
11478
  *
11293
11479
  * @param tmpReq - RunStyleFeatureAnalysisRequest
11294
11480
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11331,7 +11517,10 @@ class Client extends openapi_core_1.default {
11331
11517
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunStyleFeatureAnalysisResponse({}));
11332
11518
  }
11333
11519
  /**
11334
- * 内容特点分析
11520
+ * Analyzes the stylistic features of content.
11521
+ *
11522
+ * @remarks
11523
+ * Quanmiao products support iframe embedding. For more information, see [Customer Integration: Quanmiao Public Cloud iframe Customization Solution](https://help.aliyun.com/document_detail/3000990.html).
11335
11524
  *
11336
11525
  * @param request - RunStyleFeatureAnalysisRequest
11337
11526
  * @returns RunStyleFeatureAnalysisResponse
@@ -11341,7 +11530,7 @@ class Client extends openapi_core_1.default {
11341
11530
  return await this.runStyleFeatureAnalysisWithOptions(request, runtime);
11342
11531
  }
11343
11532
  /**
11344
- * 内容摘要生成
11533
+ * Generates a summary of content.
11345
11534
  *
11346
11535
  * @param request - RunSummaryGenerateRequest
11347
11536
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11403,7 +11592,7 @@ class Client extends openapi_core_1.default {
11403
11592
  });
11404
11593
  }
11405
11594
  /**
11406
- * 内容摘要生成
11595
+ * Generates a summary of content.
11407
11596
  *
11408
11597
  * @param request - RunSummaryGenerateRequest
11409
11598
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11438,7 +11627,7 @@ class Client extends openapi_core_1.default {
11438
11627
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunSummaryGenerateResponse({}));
11439
11628
  }
11440
11629
  /**
11441
- * 内容摘要生成
11630
+ * Generates a summary of content.
11442
11631
  *
11443
11632
  * @param request - RunSummaryGenerateRequest
11444
11633
  * @returns RunSummaryGenerateResponse
@@ -11448,7 +11637,7 @@ class Client extends openapi_core_1.default {
11448
11637
  return await this.runSummaryGenerateWithOptions(request, runtime);
11449
11638
  }
11450
11639
  /**
11451
- * 创作-文本润色
11640
+ * Polishes the specified text.
11452
11641
  *
11453
11642
  * @param request - RunTextPolishingRequest
11454
11643
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11516,7 +11705,7 @@ class Client extends openapi_core_1.default {
11516
11705
  });
11517
11706
  }
11518
11707
  /**
11519
- * 创作-文本润色
11708
+ * Polishes the specified text.
11520
11709
  *
11521
11710
  * @param request - RunTextPolishingRequest
11522
11711
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11557,7 +11746,7 @@ class Client extends openapi_core_1.default {
11557
11746
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunTextPolishingResponse({}));
11558
11747
  }
11559
11748
  /**
11560
- * 创作-文本润色
11749
+ * Polishes the specified text.
11561
11750
  *
11562
11751
  * @param request - RunTextPolishingRequest
11563
11752
  * @returns RunTextPolishingResponse
@@ -11567,7 +11756,7 @@ class Client extends openapi_core_1.default {
11567
11756
  return await this.runTextPolishingWithOptions(request, runtime);
11568
11757
  }
11569
11758
  /**
11570
- * 妙笔:标题生成
11759
+ * Miaobi generates titles.
11571
11760
  *
11572
11761
  * @param tmpReq - RunTitleGenerationRequest
11573
11762
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11643,7 +11832,7 @@ class Client extends openapi_core_1.default {
11643
11832
  });
11644
11833
  }
11645
11834
  /**
11646
- * 妙笔:标题生成
11835
+ * Miaobi generates titles.
11647
11836
  *
11648
11837
  * @param tmpReq - RunTitleGenerationRequest
11649
11838
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11692,7 +11881,7 @@ class Client extends openapi_core_1.default {
11692
11881
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunTitleGenerationResponse({}));
11693
11882
  }
11694
11883
  /**
11695
- * 妙笔:标题生成
11884
+ * Miaobi generates titles.
11696
11885
  *
11697
11886
  * @param request - RunTitleGenerationRequest
11698
11887
  * @returns RunTitleGenerationResponse
@@ -11702,7 +11891,10 @@ class Client extends openapi_core_1.default {
11702
11891
  return await this.runTitleGenerationWithOptions(request, runtime);
11703
11892
  }
11704
11893
  /**
11705
- * 妙策选题策划聚合
11894
+ * Selects and aggregates topics for MiaoCe.
11895
+ *
11896
+ * @remarks
11897
+ * All Miao products support iframe embedding. For more information, see [Customer Integration: Miao Public Cloud iFrame Customization Plan](https://help.aliyun.com/document_detail/3000990.html).
11706
11898
  *
11707
11899
  * @param tmpReq - RunTopicSelectionMergeRequest
11708
11900
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11769,7 +11961,10 @@ class Client extends openapi_core_1.default {
11769
11961
  });
11770
11962
  }
11771
11963
  /**
11772
- * 妙策选题策划聚合
11964
+ * Selects and aggregates topics for MiaoCe.
11965
+ *
11966
+ * @remarks
11967
+ * All Miao products support iframe embedding. For more information, see [Customer Integration: Miao Public Cloud iFrame Customization Plan](https://help.aliyun.com/document_detail/3000990.html).
11773
11968
  *
11774
11969
  * @param tmpReq - RunTopicSelectionMergeRequest
11775
11970
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11809,7 +12004,10 @@ class Client extends openapi_core_1.default {
11809
12004
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunTopicSelectionMergeResponse({}));
11810
12005
  }
11811
12006
  /**
11812
- * 妙策选题策划聚合
12007
+ * Selects and aggregates topics for MiaoCe.
12008
+ *
12009
+ * @remarks
12010
+ * All Miao products support iframe embedding. For more information, see [Customer Integration: Miao Public Cloud iFrame Customization Plan](https://help.aliyun.com/document_detail/3000990.html).
11813
12011
  *
11814
12012
  * @param request - RunTopicSelectionMergeRequest
11815
12013
  * @returns RunTopicSelectionMergeResponse
@@ -11819,7 +12017,7 @@ class Client extends openapi_core_1.default {
11819
12017
  return await this.runTopicSelectionMergeWithOptions(request, runtime);
11820
12018
  }
11821
12019
  /**
11822
- * AI妙笔-创作-中英文翻译
12020
+ * Translates text for content creation using AMB.
11823
12021
  *
11824
12022
  * @param tmpReq - RunTranslateGenerationRequest
11825
12023
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11889,7 +12087,7 @@ class Client extends openapi_core_1.default {
11889
12087
  });
11890
12088
  }
11891
12089
  /**
11892
- * AI妙笔-创作-中英文翻译
12090
+ * Translates text for content creation using AMB.
11893
12091
  *
11894
12092
  * @param tmpReq - RunTranslateGenerationRequest
11895
12093
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11932,7 +12130,7 @@ class Client extends openapi_core_1.default {
11932
12130
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunTranslateGenerationResponse({}));
11933
12131
  }
11934
12132
  /**
11935
- * AI妙笔-创作-中英文翻译
12133
+ * Translates text for content creation using AMB.
11936
12134
  *
11937
12135
  * @param request - RunTranslateGenerationRequest
11938
12136
  * @returns RunTranslateGenerationResponse
@@ -11942,7 +12140,7 @@ class Client extends openapi_core_1.default {
11942
12140
  return await this.runTranslateGenerationWithOptions(request, runtime);
11943
12141
  }
11944
12142
  /**
11945
- * AI生成视频剪辑脚本
12143
+ * Generates video clip scripts using AI.
11946
12144
  *
11947
12145
  * @param request - RunVideoScriptGenerateRequest
11948
12146
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12013,7 +12211,7 @@ class Client extends openapi_core_1.default {
12013
12211
  });
12014
12212
  }
12015
12213
  /**
12016
- * AI生成视频剪辑脚本
12214
+ * Generates video clip scripts using AI.
12017
12215
  *
12018
12216
  * @param request - RunVideoScriptGenerateRequest
12019
12217
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12057,7 +12255,7 @@ class Client extends openapi_core_1.default {
12057
12255
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunVideoScriptGenerateResponse({}));
12058
12256
  }
12059
12257
  /**
12060
- * AI生成视频剪辑脚本
12258
+ * Generates video clip scripts using AI.
12061
12259
  *
12062
12260
  * @param request - RunVideoScriptGenerateRequest
12063
12261
  * @returns RunVideoScriptGenerateResponse
@@ -12067,7 +12265,7 @@ class Client extends openapi_core_1.default {
12067
12265
  return await this.runVideoScriptGenerateWithOptions(request, runtime);
12068
12266
  }
12069
12267
  /**
12070
- * AI妙笔-创作-文风改写
12268
+ * Calls AMB to rewrite text in a new tone.
12071
12269
  *
12072
12270
  * @param tmpReq - RunWriteToneGenerationRequest
12073
12271
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12137,7 +12335,7 @@ class Client extends openapi_core_1.default {
12137
12335
  });
12138
12336
  }
12139
12337
  /**
12140
- * AI妙笔-创作-文风改写
12338
+ * Calls AMB to rewrite text in a new tone.
12141
12339
  *
12142
12340
  * @param tmpReq - RunWriteToneGenerationRequest
12143
12341
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12180,7 +12378,7 @@ class Client extends openapi_core_1.default {
12180
12378
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunWriteToneGenerationResponse({}));
12181
12379
  }
12182
12380
  /**
12183
- * AI妙笔-创作-文风改写
12381
+ * Calls AMB to rewrite text in a new tone.
12184
12382
  *
12185
12383
  * @param request - RunWriteToneGenerationRequest
12186
12384
  * @returns RunWriteToneGenerationResponse
@@ -12190,7 +12388,11 @@ class Client extends openapi_core_1.default {
12190
12388
  return await this.runWriteToneGenerationWithOptions(request, runtime);
12191
12389
  }
12192
12390
  /**
12193
- * 直接写作
12391
+ * Direct writing.
12392
+ *
12393
+ * @remarks
12394
+ * This API is deprecated. For more information, see [RunWritingV2](https://help.aliyun.com/document_detail/2922606.html).
12395
+ * The Quanmiao product supports iframe embedding. For more information, see [Customer integration: Quanmiao Public Cloud iframe customization](https://help.aliyun.com/document_detail/3000990.html).
12194
12396
  *
12195
12397
  * @param tmpReq - RunWritingRequest
12196
12398
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12272,7 +12474,11 @@ class Client extends openapi_core_1.default {
12272
12474
  });
12273
12475
  }
12274
12476
  /**
12275
- * 直接写作
12477
+ * Direct writing.
12478
+ *
12479
+ * @remarks
12480
+ * This API is deprecated. For more information, see [RunWritingV2](https://help.aliyun.com/document_detail/2922606.html).
12481
+ * The Quanmiao product supports iframe embedding. For more information, see [Customer integration: Quanmiao Public Cloud iframe customization](https://help.aliyun.com/document_detail/3000990.html).
12276
12482
  *
12277
12483
  * @param tmpReq - RunWritingRequest
12278
12484
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12327,7 +12533,11 @@ class Client extends openapi_core_1.default {
12327
12533
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunWritingResponse({}));
12328
12534
  }
12329
12535
  /**
12330
- * 直接写作
12536
+ * Direct writing.
12537
+ *
12538
+ * @remarks
12539
+ * This API is deprecated. For more information, see [RunWritingV2](https://help.aliyun.com/document_detail/2922606.html).
12540
+ * The Quanmiao product supports iframe embedding. For more information, see [Customer integration: Quanmiao Public Cloud iframe customization](https://help.aliyun.com/document_detail/3000990.html).
12331
12541
  *
12332
12542
  * @param request - RunWritingRequest
12333
12543
  * @returns RunWritingResponse
@@ -12337,7 +12547,10 @@ class Client extends openapi_core_1.default {
12337
12547
  return await this.runWritingWithOptions(request, runtime);
12338
12548
  }
12339
12549
  /**
12340
- * 直接写作
12550
+ * AI writing
12551
+ *
12552
+ * @remarks
12553
+ * For instructions on embedding Quanmiao products using an iframe, see [Customer integration_Quanmiao public cloud iframe customized solution](https://help.aliyun.com/document_detail/3000990.html).
12341
12554
  *
12342
12555
  * @param tmpReq - RunWritingV2Request
12343
12556
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12482,7 +12695,10 @@ class Client extends openapi_core_1.default {
12482
12695
  });
12483
12696
  }
12484
12697
  /**
12485
- * 直接写作
12698
+ * AI writing
12699
+ *
12700
+ * @remarks
12701
+ * For instructions on embedding Quanmiao products using an iframe, see [Customer integration_Quanmiao public cloud iframe customized solution](https://help.aliyun.com/document_detail/3000990.html).
12486
12702
  *
12487
12703
  * @param tmpReq - RunWritingV2Request
12488
12704
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12600,7 +12816,10 @@ class Client extends openapi_core_1.default {
12600
12816
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunWritingV2Response({}));
12601
12817
  }
12602
12818
  /**
12603
- * 直接写作
12819
+ * AI writing
12820
+ *
12821
+ * @remarks
12822
+ * For instructions on embedding Quanmiao products using an iframe, see [Customer integration_Quanmiao public cloud iframe customized solution](https://help.aliyun.com/document_detail/3000990.html).
12604
12823
  *
12605
12824
  * @param request - RunWritingV2Request
12606
12825
  * @returns RunWritingV2Response
@@ -12610,7 +12829,7 @@ class Client extends openapi_core_1.default {
12610
12829
  return await this.runWritingV2WithOptions(request, runtime);
12611
12830
  }
12612
12831
  /**
12613
- * 保存自定义文本
12832
+ * Saves custom text.
12614
12833
  *
12615
12834
  * @param request - SaveCustomTextRequest
12616
12835
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12650,7 +12869,7 @@ class Client extends openapi_core_1.default {
12650
12869
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveCustomTextResponse({}));
12651
12870
  }
12652
12871
  /**
12653
- * 保存自定义文本
12872
+ * Saves custom text.
12654
12873
  *
12655
12874
  * @param request - SaveCustomTextRequest
12656
12875
  * @returns SaveCustomTextResponse
@@ -12660,7 +12879,7 @@ class Client extends openapi_core_1.default {
12660
12879
  return await this.saveCustomTextWithOptions(request, runtime);
12661
12880
  }
12662
12881
  /**
12663
- * 保存用户的信源配置
12882
+ * Saves the data source configuration for content creation and general search.
12664
12883
  *
12665
12884
  * @param tmpReq - SaveDataSourceOrderConfigRequest
12666
12885
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12705,7 +12924,7 @@ class Client extends openapi_core_1.default {
12705
12924
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveDataSourceOrderConfigResponse({}));
12706
12925
  }
12707
12926
  /**
12708
- * 保存用户的信源配置
12927
+ * Saves the data source configuration for content creation and general search.
12709
12928
  *
12710
12929
  * @param request - SaveDataSourceOrderConfigRequest
12711
12930
  * @returns SaveDataSourceOrderConfigResponse
@@ -12715,7 +12934,7 @@ class Client extends openapi_core_1.default {
12715
12934
  return await this.saveDataSourceOrderConfigWithOptions(request, runtime);
12716
12935
  }
12717
12936
  /**
12718
- * 保存素材
12937
+ * Save material: Save material to the Material Library.
12719
12938
  *
12720
12939
  * @param tmpReq - SaveMaterialDocumentRequest
12721
12940
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12790,7 +13009,7 @@ class Client extends openapi_core_1.default {
12790
13009
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveMaterialDocumentResponse({}));
12791
13010
  }
12792
13011
  /**
12793
- * 保存素材
13012
+ * Save material: Save material to the Material Library.
12794
13013
  *
12795
13014
  * @param request - SaveMaterialDocumentRequest
12796
13015
  * @returns SaveMaterialDocumentResponse
@@ -12800,7 +13019,7 @@ class Client extends openapi_core_1.default {
12800
13019
  return await this.saveMaterialDocumentWithOptions(request, runtime);
12801
13020
  }
12802
13021
  /**
12803
- * 配置oss访问参数
13022
+ * Configuration: Cloud storage parameter settings
12804
13023
  *
12805
13024
  * @param request - SaveOrUpdateOssConfigRequest
12806
13025
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12835,7 +13054,7 @@ class Client extends openapi_core_1.default {
12835
13054
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveOrUpdateOssConfigResponse({}));
12836
13055
  }
12837
13056
  /**
12838
- * 配置oss访问参数
13057
+ * Configuration: Cloud storage parameter settings
12839
13058
  *
12840
13059
  * @param request - SaveOrUpdateOssConfigRequest
12841
13060
  * @returns SaveOrUpdateOssConfigResponse
@@ -12845,7 +13064,7 @@ class Client extends openapi_core_1.default {
12845
13064
  return await this.saveOrUpdateOssConfigWithOptions(request, runtime);
12846
13065
  }
12847
13066
  /**
12848
- * 保存自定义文体
13067
+ * Saves a custom writing style.
12849
13068
  *
12850
13069
  * @param tmpReq - SaveStyleLearningResultRequest
12851
13070
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12900,7 +13119,7 @@ class Client extends openapi_core_1.default {
12900
13119
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveStyleLearningResultResponse({}));
12901
13120
  }
12902
13121
  /**
12903
- * 保存自定义文体
13122
+ * Saves a custom writing style.
12904
13123
  *
12905
13124
  * @param request - SaveStyleLearningResultRequest
12906
13125
  * @returns SaveStyleLearningResultResponse
@@ -12910,7 +13129,7 @@ class Client extends openapi_core_1.default {
12910
13129
  return await this.saveStyleLearningResultWithOptions(request, runtime);
12911
13130
  }
12912
13131
  /**
12913
- * 搜索数据集文档
13132
+ * Searches documents in a data source.
12914
13133
  *
12915
13134
  * @param tmpReq - SearchDatasetDocumentsRequest
12916
13135
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13010,7 +13229,7 @@ class Client extends openapi_core_1.default {
13010
13229
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SearchDatasetDocumentsResponse({}));
13011
13230
  }
13012
13231
  /**
13013
- * 搜索数据集文档
13232
+ * Searches documents in a data source.
13014
13233
  *
13015
13234
  * @param request - SearchDatasetDocumentsRequest
13016
13235
  * @returns SearchDatasetDocumentsResponse
@@ -13020,7 +13239,7 @@ class Client extends openapi_core_1.default {
13020
13239
  return await this.searchDatasetDocumentsWithOptions(request, runtime);
13021
13240
  }
13022
13241
  /**
13023
- * 新闻检索
13242
+ * Searches for news based on your input. This feature is currently limited to web search.
13024
13243
  *
13025
13244
  * @param tmpReq - SearchNewsRequest
13026
13245
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13074,7 +13293,7 @@ class Client extends openapi_core_1.default {
13074
13293
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SearchNewsResponse({}));
13075
13294
  }
13076
13295
  /**
13077
- * 新闻检索
13296
+ * Searches for news based on your input. This feature is currently limited to web search.
13078
13297
  *
13079
13298
  * @param request - SearchNewsRequest
13080
13299
  * @returns SearchNewsResponse
@@ -13084,7 +13303,7 @@ class Client extends openapi_core_1.default {
13084
13303
  return await this.searchNewsWithOptions(request, runtime);
13085
13304
  }
13086
13305
  /**
13087
- * 提交异步任务
13306
+ * Executes predefined asynchronous tasks.
13088
13307
  *
13089
13308
  * @param request - SubmitAsyncTaskRequest
13090
13309
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13127,7 +13346,7 @@ class Client extends openapi_core_1.default {
13127
13346
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitAsyncTaskResponse({}));
13128
13347
  }
13129
13348
  /**
13130
- * 提交异步任务
13349
+ * Executes predefined asynchronous tasks.
13131
13350
  *
13132
13351
  * @param request - SubmitAsyncTaskRequest
13133
13352
  * @returns SubmitAsyncTaskResponse
@@ -13137,7 +13356,10 @@ class Client extends openapi_core_1.default {
13137
13356
  return await this.submitAsyncTaskWithOptions(request, runtime);
13138
13357
  }
13139
13358
  /**
13140
- * 妙笔为您提供了与公有云“智能审校”模块中相同的上传自定义规则库的功能。由于鉴权限制,用户需要开通阿里云 OSS 服务后,将自定义规则库文件上传到 OSS 中,再使用该文件的 fileKey 作为入参才能顺利调用本接口。该接口在被调用后,会对用户的自定义规则库进行结构化处理,并生成一个 xlsx 格式的结构化解析结果。您可以调用 GetAuditNoteProcessingStatus 接口查询结构化处理状态,也可以调用 DownloadAuditNote 接口获取结构化之后的规则库。接口功能正在迭代中,预计会在未来使用可访问的文件 URL 作为入参。
13359
+ * Model Studio provides the same feature as the Intelligent Proofreading module in Alibaba Cloud public cloud: uploading a custom rule library. Due to authentication restrictions, you must pass the file key (FileKey) of your custom rule library file as an input parameter to successfully call this API. After you call this API, Model Studio processes your custom rule library and returns a structured result in XLSX format. You can call GetAuditNoteProcessingStatus to check the processing status or call DownloadAuditNote to download the processed rule library. This API is under active development and will eventually accept a publicly accessible file URL instead of a FileKey.
13360
+ *
13361
+ * @remarks
13362
+ * All Model Studio products support iframe embedding. For details, see [Customer Integration: Model Studio Public Cloud iFrame Customization Guide](https://help.aliyun.com/document_detail/3000990.html).
13141
13363
  *
13142
13364
  * @param request - SubmitAuditNoteRequest
13143
13365
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13172,7 +13394,10 @@ class Client extends openapi_core_1.default {
13172
13394
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitAuditNoteResponse({}));
13173
13395
  }
13174
13396
  /**
13175
- * 妙笔为您提供了与公有云“智能审校”模块中相同的上传自定义规则库的功能。由于鉴权限制,用户需要开通阿里云 OSS 服务后,将自定义规则库文件上传到 OSS 中,再使用该文件的 fileKey 作为入参才能顺利调用本接口。该接口在被调用后,会对用户的自定义规则库进行结构化处理,并生成一个 xlsx 格式的结构化解析结果。您可以调用 GetAuditNoteProcessingStatus 接口查询结构化处理状态,也可以调用 DownloadAuditNote 接口获取结构化之后的规则库。接口功能正在迭代中,预计会在未来使用可访问的文件 URL 作为入参。
13397
+ * Model Studio provides the same feature as the Intelligent Proofreading module in Alibaba Cloud public cloud: uploading a custom rule library. Due to authentication restrictions, you must pass the file key (FileKey) of your custom rule library file as an input parameter to successfully call this API. After you call this API, Model Studio processes your custom rule library and returns a structured result in XLSX format. You can call GetAuditNoteProcessingStatus to check the processing status or call DownloadAuditNote to download the processed rule library. This API is under active development and will eventually accept a publicly accessible file URL instead of a FileKey.
13398
+ *
13399
+ * @remarks
13400
+ * All Model Studio products support iframe embedding. For details, see [Customer Integration: Model Studio Public Cloud iFrame Customization Guide](https://help.aliyun.com/document_detail/3000990.html).
13176
13401
  *
13177
13402
  * @param request - SubmitAuditNoteRequest
13178
13403
  * @returns SubmitAuditNoteResponse
@@ -13182,7 +13407,10 @@ class Client extends openapi_core_1.default {
13182
13407
  return await this.submitAuditNoteWithOptions(request, runtime);
13183
13408
  }
13184
13409
  /**
13185
- * 提交审核任务
13410
+ * Submits an audit task.
13411
+ *
13412
+ * @remarks
13413
+ * The Quanmiao product supports iframe embedding. For more information, see [Customer Integration: Quanmiao Public Cloud iframe Customization Plan](https://alidocs.dingtalk.com/i/nodes/m9bN7RYPWdyrPBREcyM6jDQ2VZd1wyK0?cid=116617178%3A898142682\\&utm_source=im\\&utm_scene=team_space\\&iframeQuery=utm_medium%3Dim_card%26utm_source%3Dim\\&utm_medium=im_card\\&corpId=dingd8e1123006514592).
13186
13414
  *
13187
13415
  * @param request - SubmitAuditTaskRequest
13188
13416
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13223,7 +13451,10 @@ class Client extends openapi_core_1.default {
13223
13451
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitAuditTaskResponse({}));
13224
13452
  }
13225
13453
  /**
13226
- * 提交审核任务
13454
+ * Submits an audit task.
13455
+ *
13456
+ * @remarks
13457
+ * The Quanmiao product supports iframe embedding. For more information, see [Customer Integration: Quanmiao Public Cloud iframe Customization Plan](https://alidocs.dingtalk.com/i/nodes/m9bN7RYPWdyrPBREcyM6jDQ2VZd1wyK0?cid=116617178%3A898142682\\&utm_source=im\\&utm_scene=team_space\\&iframeQuery=utm_medium%3Dim_card%26utm_source%3Dim\\&utm_medium=im_card\\&corpId=dingd8e1123006514592).
13227
13458
  *
13228
13459
  * @param request - SubmitAuditTaskRequest
13229
13460
  * @returns SubmitAuditTaskResponse
@@ -13233,7 +13464,7 @@ class Client extends openapi_core_1.default {
13233
13464
  return await this.submitAuditTaskWithOptions(request, runtime);
13234
13465
  }
13235
13466
  /**
13236
- * 提交自定义播报单任务
13467
+ * You can submit a custom broadcast list job.
13237
13468
  *
13238
13469
  * @param tmpReq - SubmitCustomHotTopicBroadcastJobRequest
13239
13470
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13279,7 +13510,7 @@ class Client extends openapi_core_1.default {
13279
13510
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitCustomHotTopicBroadcastJobResponse({}));
13280
13511
  }
13281
13512
  /**
13282
- * 提交自定义播报单任务
13513
+ * You can submit a custom broadcast list job.
13283
13514
  *
13284
13515
  * @param request - SubmitCustomHotTopicBroadcastJobRequest
13285
13516
  * @returns SubmitCustomHotTopicBroadcastJobResponse
@@ -13289,7 +13520,7 @@ class Client extends openapi_core_1.default {
13289
13520
  return await this.submitCustomHotTopicBroadcastJobWithOptions(request, runtime);
13290
13521
  }
13291
13522
  /**
13292
- * 从自定义数据源提交选题热点分析
13523
+ * Submit topic trend analysis using a custom data source
13293
13524
  *
13294
13525
  * @param tmpReq - SubmitCustomSourceTopicAnalysisRequest
13295
13526
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13350,7 +13581,7 @@ class Client extends openapi_core_1.default {
13350
13581
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitCustomSourceTopicAnalysisResponse({}));
13351
13582
  }
13352
13583
  /**
13353
- * 从自定义数据源提交选题热点分析
13584
+ * Submit topic trend analysis using a custom data source
13354
13585
  *
13355
13586
  * @param request - SubmitCustomSourceTopicAnalysisRequest
13356
13587
  * @returns SubmitCustomSourceTopicAnalysisResponse
@@ -13360,7 +13591,7 @@ class Client extends openapi_core_1.default {
13360
13591
  return await this.submitCustomSourceTopicAnalysisWithOptions(request, runtime);
13361
13592
  }
13362
13593
  /**
13363
- * 提交自定义热点选题视角分析任务
13594
+ * Submits a custom analysis task to analyze hot topic perspectives.
13364
13595
  *
13365
13596
  * @param tmpReq - SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest
13366
13597
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13405,7 +13636,7 @@ class Client extends openapi_core_1.default {
13405
13636
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponse({}));
13406
13637
  }
13407
13638
  /**
13408
- * 提交自定义热点选题视角分析任务
13639
+ * Submits a custom analysis task to analyze hot topic perspectives.
13409
13640
  *
13410
13641
  * @param request - SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest
13411
13642
  * @returns SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponse
@@ -13415,7 +13646,7 @@ class Client extends openapi_core_1.default {
13415
13646
  return await this.submitCustomTopicSelectionPerspectiveAnalysisTaskWithOptions(request, runtime);
13416
13647
  }
13417
13648
  /**
13418
- * 提交深度写作任务
13649
+ * You can submit a deep writing task. You can provide information such as questions, instructions, and attachments, based on the topic you want to research or analyze. The system schedules and executes this task in the background.
13419
13650
  *
13420
13651
  * @param tmpReq - SubmitDeepWriteTaskRequest
13421
13652
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13466,7 +13697,7 @@ class Client extends openapi_core_1.default {
13466
13697
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitDeepWriteTaskResponse({}));
13467
13698
  }
13468
13699
  /**
13469
- * 提交深度写作任务
13700
+ * You can submit a deep writing task. You can provide information such as questions, instructions, and attachments, based on the topic you want to research or analyze. The system schedules and executes this task in the background.
13470
13701
  *
13471
13702
  * @param request - SubmitDeepWriteTaskRequest
13472
13703
  * @returns SubmitDeepWriteTaskResponse
@@ -13476,7 +13707,7 @@ class Client extends openapi_core_1.default {
13476
13707
  return await this.submitDeepWriteTaskWithOptions(request, runtime);
13477
13708
  }
13478
13709
  /**
13479
- * 提交文档聚合任务
13710
+ * Submits a content clustering task.
13480
13711
  *
13481
13712
  * @param tmpReq - SubmitDocClusterTaskRequest
13482
13713
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13524,7 +13755,7 @@ class Client extends openapi_core_1.default {
13524
13755
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitDocClusterTaskResponse({}));
13525
13756
  }
13526
13757
  /**
13527
- * 提交文档聚合任务
13758
+ * Submits a content clustering task.
13528
13759
  *
13529
13760
  * @param request - SubmitDocClusterTaskRequest
13530
13761
  * @returns SubmitDocClusterTaskResponse
@@ -13534,7 +13765,7 @@ class Client extends openapi_core_1.default {
13534
13765
  return await this.submitDocClusterTaskWithOptions(request, runtime);
13535
13766
  }
13536
13767
  /**
13537
- * 提交VOC异步任务
13768
+ * Submits a Voice of the Customer (VOC) asynchronous task.
13538
13769
  *
13539
13770
  * @param tmpReq - SubmitEnterpriseVocAnalysisTaskRequest
13540
13771
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13604,7 +13835,7 @@ class Client extends openapi_core_1.default {
13604
13835
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitEnterpriseVocAnalysisTaskResponse({}));
13605
13836
  }
13606
13837
  /**
13607
- * 提交VOC异步任务
13838
+ * Submits a Voice of the Customer (VOC) asynchronous task.
13608
13839
  *
13609
13840
  * @param request - SubmitEnterpriseVocAnalysisTaskRequest
13610
13841
  * @returns SubmitEnterpriseVocAnalysisTaskResponse
@@ -13614,7 +13845,7 @@ class Client extends openapi_core_1.default {
13614
13845
  return await this.submitEnterpriseVocAnalysisTaskWithOptions(request, runtime);
13615
13846
  }
13616
13847
  /**
13617
- * 导出词库任务
13848
+ * Export task for a thesaurus
13618
13849
  *
13619
13850
  * @param request - SubmitExportTermsTaskRequest
13620
13851
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13646,7 +13877,7 @@ class Client extends openapi_core_1.default {
13646
13877
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitExportTermsTaskResponse({}));
13647
13878
  }
13648
13879
  /**
13649
- * 导出词库任务
13880
+ * Export task for a thesaurus
13650
13881
  *
13651
13882
  * @param request - SubmitExportTermsTaskRequest
13652
13883
  * @returns SubmitExportTermsTaskResponse
@@ -13656,7 +13887,7 @@ class Client extends openapi_core_1.default {
13656
13887
  return await this.submitExportTermsTaskWithOptions(request, runtime);
13657
13888
  }
13658
13889
  /**
13659
- * 妙笔为您提供了新的事实性审核能力,在联网搜索并判断正误的前提下,还支持用户自定义配置搜索来源 URL。
13890
+ * MiaoBi provides a factuality audit capability that verifies facts using web search and supports custom configuration of search source URLs.
13660
13891
  *
13661
13892
  * @param request - SubmitFactAuditUrlRequest
13662
13893
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13688,7 +13919,7 @@ class Client extends openapi_core_1.default {
13688
13919
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitFactAuditUrlResponse({}));
13689
13920
  }
13690
13921
  /**
13691
- * 妙笔为您提供了新的事实性审核能力,在联网搜索并判断正误的前提下,还支持用户自定义配置搜索来源 URL。
13922
+ * MiaoBi provides a factuality audit capability that verifies facts using web search and supports custom configuration of search source URLs.
13692
13923
  *
13693
13924
  * @param request - SubmitFactAuditUrlRequest
13694
13925
  * @returns SubmitFactAuditUrlResponse
@@ -13698,7 +13929,7 @@ class Client extends openapi_core_1.default {
13698
13929
  return await this.submitFactAuditUrlWithOptions(request, runtime);
13699
13930
  }
13700
13931
  /**
13701
- * 提交导入自定义词库任务
13932
+ * Submit a custom dictionary import task.
13702
13933
  *
13703
13934
  * @param request - SubmitImportTermsTaskRequest
13704
13935
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13733,7 +13964,7 @@ class Client extends openapi_core_1.default {
13733
13964
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitImportTermsTaskResponse({}));
13734
13965
  }
13735
13966
  /**
13736
- * 提交导入自定义词库任务
13967
+ * Submit a custom dictionary import task.
13737
13968
  *
13738
13969
  * @param request - SubmitImportTermsTaskRequest
13739
13970
  * @returns SubmitImportTermsTaskResponse
@@ -13787,7 +14018,112 @@ class Client extends openapi_core_1.default {
13787
14018
  return await this.submitParseDocumentLayoutTaskWithOptions(request, runtime);
13788
14019
  }
13789
14020
  /**
13790
- * 提交智能审核
14021
+ * Submit a smart audit request.
14022
+ *
14023
+ * @remarks
14024
+ * The Quanmiao product supports iframe embedding. For more information, see [Customer integration: Quanmiao public cloud iframe customization guide](https://help.aliyun.com/document_detail/3000990.html).
14025
+ * # Supported audit types
14026
+ * ## Audit category overview
14027
+ * | Audit category | Description |
14028
+ * | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
14029
+ * | Content accuracy | Errors due to phonetic or visual similarity; punctuation errors; misuse of Chinese structural particles (的/地/得); inappropriate word choice or syntax errors; incorrect personal names; incorrect place names; incorrect references; errors in proper nouns or terminology |
14030
+ * | Formatting issues | Inconsistent capitalization; numeric errors; nonstandard units of measurement; use of traditional Chinese characters |
14031
+ * | Content structure issues | Redundant text; repeated segments; logical contradictions; unfilled placeholders |
14032
+ * | Political sensitivity issues | Sensitive content or directional risks; name or sorting errors; conventional phrasing errors; nonstandard institutional names; misquoting important speeches; references to disgraced officials; mismatched name-title pairings; incorrect title expressions |
14033
+ * | Security and compliance issues | Violence or terrorism; pornography; prohibited content; insults; disgraced celebrities; personal privacy violations; reporting standard violations |
14034
+ * | Legal errors | Incorrect citation of laws and regulations; errors in legal provisions |
14035
+ * | Other domain-specific errors | Violations of advertising law; financial information errors; scientific or technical term errors |
14036
+ * | Factuality check | Factuality verification: correct or incorrect items |
14037
+ * | Image audit | Image content moderation |
14038
+ * | Custom word library | Custom word library audit |
14039
+ * | Rule library audit | Rule library audit |
14040
+ * | English proofreading | Terminology standardization; verb tense accuracy; punctuation and quotation marks; spelling and language variants; sentence structure and clarity; numeric and percentage formatting; standardized phrasing |
14041
+ * ***
14042
+ * ## Sub-audit code values
14043
+ * ### 1. Content accuracy
14044
+ * | Description | Code |
14045
+ * | ---------------------------------------------- | -------------------- |
14046
+ * | Phonetic or visual similarity errors | PhoneticSimilarError |
14047
+ * | Punctuation errors | PunctuationError |
14048
+ * | Misuse of Chinese structural particles (的/地/得) | ParticleUsageError |
14049
+ * | Inappropriate word choice or syntax errors | WordError |
14050
+ * | Incorrect personal names | PersonNameError |
14051
+ * | Incorrect place names | LocationError |
14052
+ * | Incorrect references | ReferenceError |
14053
+ * | Errors in proper nouns or terminology | NounItemError |
14054
+ * ### 2. Formatting issues
14055
+ * | Description | Code |
14056
+ * | ------------------------------------- | ----------------------- |
14057
+ * | Inconsistent capitalization | CapitalizationError |
14058
+ * | Numeric errors | NumberError |
14059
+ * | Nonstandard units of measurement | UnitError |
14060
+ * | Use of traditional Chinese characters | TraditionalChineseError |
14061
+ * ### 3. Content structure issues
14062
+ * | Description | Code |
14063
+ * | ---------------------- | -------------------- |
14064
+ * | Redundant text | WordRedundancy |
14065
+ * | Repeated segments | DuplicateError |
14066
+ * | Logical contradictions | LogicContradiction |
14067
+ * | Unfilled placeholders | PlaceholderNotFilled |
14068
+ * ### 4. Political sensitivity issues
14069
+ * | Description | Code |
14070
+ * | -------------------------------------- | --------------------------- |
14071
+ * | Sensitive content or directional risks | SensitiveContentRisk |
14072
+ * | Name or sorting errors | NameOrderError |
14073
+ * | Conventional phrasing errors | ConventionalExpressionError |
14074
+ * | Nonstandard institutional names | DepartmentNameError |
14075
+ * | Misquoting important speeches | ImportantSpeechError |
14076
+ * | References to disgraced officials | FallenOfficialError |
14077
+ * | Mismatched name-title pairings | LeaderTitleMatchError |
14078
+ * | Incorrect title expressions | TitleError |
14079
+ * ### 5. Security and compliance issues
14080
+ * | Description | Code |
14081
+ * | ----------------------------- | ---------------------- |
14082
+ * | Violence or terrorism | ViolenceTerrorismError |
14083
+ * | Pornography | PornographyError |
14084
+ * | Prohibited content | ProhibitedContentError |
14085
+ * | Insults | InsultError |
14086
+ * | Disgraced celebrities | DisgracedArtistError |
14087
+ * | Personal privacy violations | PersonalPrivacyError |
14088
+ * | Reporting standard violations | ReportingStandardError |
14089
+ * ### 6. Legal errors
14090
+ * | Description | Code |
14091
+ * | ------------------------------------------ | -------------------- |
14092
+ * | Incorrect citation of laws and regulations | LegalReferenceError |
14093
+ * | Errors in legal provisions | LegalProvisionsError |
14094
+ * ### 7. Other domain-specific errors
14095
+ * | Description | Code |
14096
+ * | ----------------------------------- | ------------------------------- |
14097
+ * | Violations of advertising law | AdvertisingProhibitedWordsError |
14098
+ * | Financial information errors | FinancialInformationError |
14099
+ * | Scientific or technical term errors | TechnicalTermError |
14100
+ * ### 8. Factuality check
14101
+ * | Description | Code |
14102
+ * | ---------------------------------------- | -------------- |
14103
+ * | Factuality verification – correct item | CorrectFact |
14104
+ * | Factuality verification – incorrect item | WrongFactError |
14105
+ * ### 9. Image audit
14106
+ * | Description | Code |
14107
+ * | ----------- | ---------- |
14108
+ * | Image audit | ImageAudit |
14109
+ * ### 10. Custom word library
14110
+ * | Description | Code |
14111
+ * | ------------------- | ----------- |
14112
+ * | Custom word library | WordLibrary |
14113
+ * ### 11. Rule library audit
14114
+ * | Description | Code |
14115
+ * | ------------------ | ----------------- |
14116
+ * | Rule library audit | WrongQuestionBook |
14117
+ * ### 12. English proofreading
14118
+ * | Description | Code |
14119
+ * | --------------------------------- | ---------------------------- |
14120
+ * | Terminology standardization | TerminologyNormalisation |
14121
+ * | Verb tense accuracy | VerbTenseAccuracy |
14122
+ * | Punctuation and quotation marks | PunctuationAndQuotationMarks |
14123
+ * | Spelling and language variants | SpellingAndLanguageVariety |
14124
+ * | Sentence structure and clarity | SentenceStructureAndClarity |
14125
+ * | Numeric and percentage formatting | NumericAndPercentageStyle |
14126
+ * | Other standardized phrasing | Others |
13791
14127
  *
13792
14128
  * @param tmpReq - SubmitSmartAuditRequest
13793
14129
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13845,7 +14181,112 @@ class Client extends openapi_core_1.default {
13845
14181
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitSmartAuditResponse({}));
13846
14182
  }
13847
14183
  /**
13848
- * 提交智能审核
14184
+ * Submit a smart audit request.
14185
+ *
14186
+ * @remarks
14187
+ * The Quanmiao product supports iframe embedding. For more information, see [Customer integration: Quanmiao public cloud iframe customization guide](https://help.aliyun.com/document_detail/3000990.html).
14188
+ * # Supported audit types
14189
+ * ## Audit category overview
14190
+ * | Audit category | Description |
14191
+ * | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
14192
+ * | Content accuracy | Errors due to phonetic or visual similarity; punctuation errors; misuse of Chinese structural particles (的/地/得); inappropriate word choice or syntax errors; incorrect personal names; incorrect place names; incorrect references; errors in proper nouns or terminology |
14193
+ * | Formatting issues | Inconsistent capitalization; numeric errors; nonstandard units of measurement; use of traditional Chinese characters |
14194
+ * | Content structure issues | Redundant text; repeated segments; logical contradictions; unfilled placeholders |
14195
+ * | Political sensitivity issues | Sensitive content or directional risks; name or sorting errors; conventional phrasing errors; nonstandard institutional names; misquoting important speeches; references to disgraced officials; mismatched name-title pairings; incorrect title expressions |
14196
+ * | Security and compliance issues | Violence or terrorism; pornography; prohibited content; insults; disgraced celebrities; personal privacy violations; reporting standard violations |
14197
+ * | Legal errors | Incorrect citation of laws and regulations; errors in legal provisions |
14198
+ * | Other domain-specific errors | Violations of advertising law; financial information errors; scientific or technical term errors |
14199
+ * | Factuality check | Factuality verification: correct or incorrect items |
14200
+ * | Image audit | Image content moderation |
14201
+ * | Custom word library | Custom word library audit |
14202
+ * | Rule library audit | Rule library audit |
14203
+ * | English proofreading | Terminology standardization; verb tense accuracy; punctuation and quotation marks; spelling and language variants; sentence structure and clarity; numeric and percentage formatting; standardized phrasing |
14204
+ * ***
14205
+ * ## Sub-audit code values
14206
+ * ### 1. Content accuracy
14207
+ * | Description | Code |
14208
+ * | ---------------------------------------------- | -------------------- |
14209
+ * | Phonetic or visual similarity errors | PhoneticSimilarError |
14210
+ * | Punctuation errors | PunctuationError |
14211
+ * | Misuse of Chinese structural particles (的/地/得) | ParticleUsageError |
14212
+ * | Inappropriate word choice or syntax errors | WordError |
14213
+ * | Incorrect personal names | PersonNameError |
14214
+ * | Incorrect place names | LocationError |
14215
+ * | Incorrect references | ReferenceError |
14216
+ * | Errors in proper nouns or terminology | NounItemError |
14217
+ * ### 2. Formatting issues
14218
+ * | Description | Code |
14219
+ * | ------------------------------------- | ----------------------- |
14220
+ * | Inconsistent capitalization | CapitalizationError |
14221
+ * | Numeric errors | NumberError |
14222
+ * | Nonstandard units of measurement | UnitError |
14223
+ * | Use of traditional Chinese characters | TraditionalChineseError |
14224
+ * ### 3. Content structure issues
14225
+ * | Description | Code |
14226
+ * | ---------------------- | -------------------- |
14227
+ * | Redundant text | WordRedundancy |
14228
+ * | Repeated segments | DuplicateError |
14229
+ * | Logical contradictions | LogicContradiction |
14230
+ * | Unfilled placeholders | PlaceholderNotFilled |
14231
+ * ### 4. Political sensitivity issues
14232
+ * | Description | Code |
14233
+ * | -------------------------------------- | --------------------------- |
14234
+ * | Sensitive content or directional risks | SensitiveContentRisk |
14235
+ * | Name or sorting errors | NameOrderError |
14236
+ * | Conventional phrasing errors | ConventionalExpressionError |
14237
+ * | Nonstandard institutional names | DepartmentNameError |
14238
+ * | Misquoting important speeches | ImportantSpeechError |
14239
+ * | References to disgraced officials | FallenOfficialError |
14240
+ * | Mismatched name-title pairings | LeaderTitleMatchError |
14241
+ * | Incorrect title expressions | TitleError |
14242
+ * ### 5. Security and compliance issues
14243
+ * | Description | Code |
14244
+ * | ----------------------------- | ---------------------- |
14245
+ * | Violence or terrorism | ViolenceTerrorismError |
14246
+ * | Pornography | PornographyError |
14247
+ * | Prohibited content | ProhibitedContentError |
14248
+ * | Insults | InsultError |
14249
+ * | Disgraced celebrities | DisgracedArtistError |
14250
+ * | Personal privacy violations | PersonalPrivacyError |
14251
+ * | Reporting standard violations | ReportingStandardError |
14252
+ * ### 6. Legal errors
14253
+ * | Description | Code |
14254
+ * | ------------------------------------------ | -------------------- |
14255
+ * | Incorrect citation of laws and regulations | LegalReferenceError |
14256
+ * | Errors in legal provisions | LegalProvisionsError |
14257
+ * ### 7. Other domain-specific errors
14258
+ * | Description | Code |
14259
+ * | ----------------------------------- | ------------------------------- |
14260
+ * | Violations of advertising law | AdvertisingProhibitedWordsError |
14261
+ * | Financial information errors | FinancialInformationError |
14262
+ * | Scientific or technical term errors | TechnicalTermError |
14263
+ * ### 8. Factuality check
14264
+ * | Description | Code |
14265
+ * | ---------------------------------------- | -------------- |
14266
+ * | Factuality verification – correct item | CorrectFact |
14267
+ * | Factuality verification – incorrect item | WrongFactError |
14268
+ * ### 9. Image audit
14269
+ * | Description | Code |
14270
+ * | ----------- | ---------- |
14271
+ * | Image audit | ImageAudit |
14272
+ * ### 10. Custom word library
14273
+ * | Description | Code |
14274
+ * | ------------------- | ----------- |
14275
+ * | Custom word library | WordLibrary |
14276
+ * ### 11. Rule library audit
14277
+ * | Description | Code |
14278
+ * | ------------------ | ----------------- |
14279
+ * | Rule library audit | WrongQuestionBook |
14280
+ * ### 12. English proofreading
14281
+ * | Description | Code |
14282
+ * | --------------------------------- | ---------------------------- |
14283
+ * | Terminology standardization | TerminologyNormalisation |
14284
+ * | Verb tense accuracy | VerbTenseAccuracy |
14285
+ * | Punctuation and quotation marks | PunctuationAndQuotationMarks |
14286
+ * | Spelling and language variants | SpellingAndLanguageVariety |
14287
+ * | Sentence structure and clarity | SentenceStructureAndClarity |
14288
+ * | Numeric and percentage formatting | NumericAndPercentageStyle |
14289
+ * | Other standardized phrasing | Others |
13849
14290
  *
13850
14291
  * @param request - SubmitSmartAuditRequest
13851
14292
  * @returns SubmitSmartAuditResponse
@@ -13855,7 +14296,7 @@ class Client extends openapi_core_1.default {
13855
14296
  return await this.submitSmartAuditWithOptions(request, runtime);
13856
14297
  }
13857
14298
  /**
13858
- * 提交一键成片剪辑任务
14299
+ * Submits a one-click video editing task.
13859
14300
  *
13860
14301
  * @param tmpReq - SubmitSmartClipTaskRequest
13861
14302
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13907,7 +14348,7 @@ class Client extends openapi_core_1.default {
13907
14348
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitSmartClipTaskResponse({}));
13908
14349
  }
13909
14350
  /**
13910
- * 提交一键成片剪辑任务
14351
+ * Submits a one-click video editing task.
13911
14352
  *
13912
14353
  * @param request - SubmitSmartClipTaskRequest
13913
14354
  * @returns SubmitSmartClipTaskResponse
@@ -13917,7 +14358,7 @@ class Client extends openapi_core_1.default {
13917
14358
  return await this.submitSmartClipTaskWithOptions(request, runtime);
13918
14359
  }
13919
14360
  /**
13920
- * 提交选题热点分析任务
14361
+ * Submits a hot spot analysis task for topic selection.
13921
14362
  *
13922
14363
  * @param tmpReq - SubmitTopicSelectionPerspectiveAnalysisTaskRequest
13923
14364
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13965,7 +14406,7 @@ class Client extends openapi_core_1.default {
13965
14406
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitTopicSelectionPerspectiveAnalysisTaskResponse({}));
13966
14407
  }
13967
14408
  /**
13968
- * 提交选题热点分析任务
14409
+ * Submits a hot spot analysis task for topic selection.
13969
14410
  *
13970
14411
  * @param request - SubmitTopicSelectionPerspectiveAnalysisTaskRequest
13971
14412
  * @returns SubmitTopicSelectionPerspectiveAnalysisTaskResponse
@@ -13975,10 +14416,10 @@ class Client extends openapi_core_1.default {
13975
14416
  return await this.submitTopicSelectionPerspectiveAnalysisTaskWithOptions(request, runtime);
13976
14417
  }
13977
14418
  /**
13978
- * 提交视频审校
14419
+ * Submits a video for review.
13979
14420
  *
13980
14421
  * @remarks
13981
- * 提交视频审校任务,支持传入fileKey或url,系统会对视频进行分镜检测、抽帧审核,返回任务ID
14422
+ * Quanmiao products support iframe embedding. For more information, see [Customer Integration_Quanmiao Public Cloud iframe Customization Solution](https://alidocs.dingtalk.com/i/nodes/m9bN7RYPWdyrPBREcyM6jDQ2VZd1wyK0?cid=116617178%3A898142682\\&utm_source=im\\&utm_scene=team_space\\&iframeQuery=utm_medium%3Dim_card%26utm_source%3Dim\\&utm_medium=im_card\\&corpId=dingd8e1123006514592).
13982
14423
  *
13983
14424
  * @param request - SubmitVideoAuditRequest
13984
14425
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14019,10 +14460,10 @@ class Client extends openapi_core_1.default {
14019
14460
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitVideoAuditResponse({}));
14020
14461
  }
14021
14462
  /**
14022
- * 提交视频审校
14463
+ * Submits a video for review.
14023
14464
  *
14024
14465
  * @remarks
14025
- * 提交视频审校任务,支持传入fileKey或url,系统会对视频进行分镜检测、抽帧审核,返回任务ID
14466
+ * Quanmiao products support iframe embedding. For more information, see [Customer Integration_Quanmiao Public Cloud iframe Customization Solution](https://alidocs.dingtalk.com/i/nodes/m9bN7RYPWdyrPBREcyM6jDQ2VZd1wyK0?cid=116617178%3A898142682\\&utm_source=im\\&utm_scene=team_space\\&iframeQuery=utm_medium%3Dim_card%26utm_source%3Dim\\&utm_medium=im_card\\&corpId=dingd8e1123006514592).
14026
14467
  *
14027
14468
  * @param request - SubmitVideoAuditRequest
14028
14469
  * @returns SubmitVideoAuditResponse
@@ -14032,7 +14473,7 @@ class Client extends openapi_core_1.default {
14032
14473
  return await this.submitVideoAuditWithOptions(request, runtime);
14033
14474
  }
14034
14475
  /**
14035
- * 更新自定义文本
14476
+ * Updates custom text.
14036
14477
  *
14037
14478
  * @param request - UpdateCustomTextRequest
14038
14479
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14075,7 +14516,7 @@ class Client extends openapi_core_1.default {
14075
14516
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateCustomTextResponse({}));
14076
14517
  }
14077
14518
  /**
14078
- * 更新自定义文本
14519
+ * Updates custom text.
14079
14520
  *
14080
14521
  * @param request - UpdateCustomTextRequest
14081
14522
  * @returns UpdateCustomTextResponse
@@ -14085,7 +14526,7 @@ class Client extends openapi_core_1.default {
14085
14526
  return await this.updateCustomTextWithOptions(request, runtime);
14086
14527
  }
14087
14528
  /**
14088
- * 数据集管理-更新
14529
+ * This operation updates a data source.
14089
14530
  *
14090
14531
  * @param tmpReq - UpdateDatasetRequest
14091
14532
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14134,7 +14575,7 @@ class Client extends openapi_core_1.default {
14134
14575
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDatasetResponse({}));
14135
14576
  }
14136
14577
  /**
14137
- * 数据集管理-更新
14578
+ * This operation updates a data source.
14138
14579
  *
14139
14580
  * @param request - UpdateDatasetRequest
14140
14581
  * @returns UpdateDatasetResponse
@@ -14144,7 +14585,7 @@ class Client extends openapi_core_1.default {
14144
14585
  return await this.updateDatasetWithOptions(request, runtime);
14145
14586
  }
14146
14587
  /**
14147
- * 修改数据集文档
14588
+ * Updates a document in a dataset.
14148
14589
  *
14149
14590
  * @param tmpReq - UpdateDatasetDocumentRequest
14150
14591
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14187,7 +14628,7 @@ class Client extends openapi_core_1.default {
14187
14628
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDatasetDocumentResponse({}));
14188
14629
  }
14189
14630
  /**
14190
- * 修改数据集文档
14631
+ * Updates a document in a dataset.
14191
14632
  *
14192
14633
  * @param request - UpdateDatasetDocumentRequest
14193
14634
  * @returns UpdateDatasetDocumentResponse
@@ -14197,7 +14638,7 @@ class Client extends openapi_core_1.default {
14197
14638
  return await this.updateDatasetDocumentWithOptions(request, runtime);
14198
14639
  }
14199
14640
  /**
14200
- * 通用配置-更新
14641
+ * Updates general configurations.
14201
14642
  *
14202
14643
  * @param request - UpdateGeneralConfigRequest
14203
14644
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14232,7 +14673,7 @@ class Client extends openapi_core_1.default {
14232
14673
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateGeneralConfigResponse({}));
14233
14674
  }
14234
14675
  /**
14235
- * 通用配置-更新
14676
+ * Updates general configurations.
14236
14677
  *
14237
14678
  * @param request - UpdateGeneralConfigRequest
14238
14679
  * @returns UpdateGeneralConfigResponse
@@ -14242,7 +14683,7 @@ class Client extends openapi_core_1.default {
14242
14683
  return await this.updateGeneralConfigWithOptions(request, runtime);
14243
14684
  }
14244
14685
  /**
14245
- * 文档管理-更新。
14686
+ * Updates the history of an article created in AiMiaoBi.
14246
14687
  *
14247
14688
  * @param tmpReq - UpdateGeneratedContentRequest
14248
14689
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14296,7 +14737,7 @@ class Client extends openapi_core_1.default {
14296
14737
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateGeneratedContentResponse({}));
14297
14738
  }
14298
14739
  /**
14299
- * 文档管理-更新。
14740
+ * Updates the history of an article created in AiMiaoBi.
14300
14741
  *
14301
14742
  * @param request - UpdateGeneratedContentRequest
14302
14743
  * @returns UpdateGeneratedContentResponse
@@ -14306,7 +14747,7 @@ class Client extends openapi_core_1.default {
14306
14747
  return await this.updateGeneratedContentWithOptions(request, runtime);
14307
14748
  }
14308
14749
  /**
14309
- * 根据ID更新素材
14750
+ * Update a material in the Material Library.
14310
14751
  *
14311
14752
  * @param tmpReq - UpdateMaterialDocumentRequest
14312
14753
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14384,7 +14825,7 @@ class Client extends openapi_core_1.default {
14384
14825
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateMaterialDocumentResponse({}));
14385
14826
  }
14386
14827
  /**
14387
- * 根据ID更新素材
14828
+ * Update a material in the Material Library.
14388
14829
  *
14389
14830
  * @param request - UpdateMaterialDocumentRequest
14390
14831
  * @returns UpdateMaterialDocumentResponse
@@ -14394,7 +14835,7 @@ class Client extends openapi_core_1.default {
14394
14835
  return await this.updateMaterialDocumentWithOptions(request, runtime);
14395
14836
  }
14396
14837
  /**
14397
- * 妙读上传书籍
14838
+ * Use MiaoDu to upload books.
14398
14839
  *
14399
14840
  * @param tmpReq - UploadBookRequest
14400
14841
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14434,7 +14875,7 @@ class Client extends openapi_core_1.default {
14434
14875
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadBookResponse({}));
14435
14876
  }
14436
14877
  /**
14437
- * 妙读上传书籍
14878
+ * Use MiaoDu to upload books.
14438
14879
  *
14439
14880
  * @param request - UploadBookRequest
14440
14881
  * @returns UploadBookResponse
@@ -14444,7 +14885,10 @@ class Client extends openapi_core_1.default {
14444
14885
  return await this.uploadBookWithOptions(request, runtime);
14445
14886
  }
14446
14887
  /**
14447
- * 妙读上传文档接口
14888
+ * Upload document API for Miaodu.
14889
+ *
14890
+ * @remarks
14891
+ * Document upload is implemented through asynchronous invocation. After the invocation, you must use the getDocInfo API to periodically check the document status. Only when the document status becomes 1 can you proceed with subsequent operations such as generating a document summary, creating a full-text mind map, summarizing Q&A content, extracting keywords, or rewriting.
14448
14892
  *
14449
14893
  * @param tmpReq - UploadDocRequest
14450
14894
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14484,7 +14928,10 @@ class Client extends openapi_core_1.default {
14484
14928
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadDocResponse({}));
14485
14929
  }
14486
14930
  /**
14487
- * 妙读上传文档接口
14931
+ * Upload document API for Miaodu.
14932
+ *
14933
+ * @remarks
14934
+ * Document upload is implemented through asynchronous invocation. After the invocation, you must use the getDocInfo API to periodically check the document status. Only when the document status becomes 1 can you proceed with subsequent operations such as generating a document summary, creating a full-text mind map, summarizing Q&A content, extracting keywords, or rewriting.
14488
14935
  *
14489
14936
  * @param request - UploadDocRequest
14490
14937
  * @returns UploadDocResponse
@@ -14494,7 +14941,7 @@ class Client extends openapi_core_1.default {
14494
14941
  return await this.uploadDocWithOptions(request, runtime);
14495
14942
  }
14496
14943
  /**
14497
- * 校验企业VOC上传模板
14944
+ * Validates an enterprise VOC upload template.
14498
14945
  *
14499
14946
  * @param request - ValidateUploadTemplateRequest
14500
14947
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14532,7 +14979,7 @@ class Client extends openapi_core_1.default {
14532
14979
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ValidateUploadTemplateResponse({}));
14533
14980
  }
14534
14981
  /**
14535
- * 校验企业VOC上传模板
14982
+ * Validates an enterprise VOC upload template.
14536
14983
  *
14537
14984
  * @param request - ValidateUploadTemplateRequest
14538
14985
  * @returns ValidateUploadTemplateResponse