@alicloud/aimiaobi20230801 1.45.1 → 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 (1553) hide show
  1. package/dist/client.d.ts +903 -477
  2. package/dist/client.js +916 -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 +40 -1
  575. package/dist/models/ListHotTopicsRequest.js.map +1 -1
  576. package/dist/models/ListHotTopicsResponseBody.d.ts +110 -1
  577. package/dist/models/ListHotTopicsResponseBody.js.map +1 -1
  578. package/dist/models/ListHotTopicsShrinkRequest.d.ts +40 -1
  579. package/dist/models/ListHotTopicsShrinkRequest.js.map +1 -1
  580. package/dist/models/ListHotViewPointsRequest.d.ts +12 -0
  581. package/dist/models/ListHotViewPointsRequest.js.map +1 -1
  582. package/dist/models/ListHotViewPointsResponseBody.d.ts +97 -0
  583. package/dist/models/ListHotViewPointsResponseBody.js.map +1 -1
  584. package/dist/models/ListInterveneCntRequest.d.ts +8 -0
  585. package/dist/models/ListInterveneCntRequest.js.map +1 -1
  586. package/dist/models/ListInterveneCntResponseBody.d.ts +40 -1
  587. package/dist/models/ListInterveneCntResponseBody.js.map +1 -1
  588. package/dist/models/ListInterveneImportTasksRequest.d.ts +8 -0
  589. package/dist/models/ListInterveneImportTasksRequest.js.map +1 -1
  590. package/dist/models/ListInterveneImportTasksResponseBody.d.ts +55 -1
  591. package/dist/models/ListInterveneImportTasksResponseBody.js.map +1 -1
  592. package/dist/models/ListInterveneRulesRequest.d.ts +8 -0
  593. package/dist/models/ListInterveneRulesRequest.js.map +1 -1
  594. package/dist/models/ListInterveneRulesResponseBody.d.ts +76 -1
  595. package/dist/models/ListInterveneRulesResponseBody.js.map +1 -1
  596. package/dist/models/ListIntervenesRequest.d.ts +25 -0
  597. package/dist/models/ListIntervenesRequest.js.map +1 -1
  598. package/dist/models/ListIntervenesResponseBody.d.ts +40 -1
  599. package/dist/models/ListIntervenesResponseBody.js.map +1 -1
  600. package/dist/models/ListMaterialDocumentsRequest.d.ts +60 -0
  601. package/dist/models/ListMaterialDocumentsRequest.js.map +1 -1
  602. package/dist/models/ListMaterialDocumentsResponseBody.d.ts +179 -2
  603. package/dist/models/ListMaterialDocumentsResponseBody.js.map +1 -1
  604. package/dist/models/ListMaterialDocumentsShrinkRequest.d.ts +60 -0
  605. package/dist/models/ListMaterialDocumentsShrinkRequest.js.map +1 -1
  606. package/dist/models/ListPlanningProposalRequest.d.ts +37 -1
  607. package/dist/models/ListPlanningProposalRequest.js.map +1 -1
  608. package/dist/models/ListPlanningProposalResponseBody.d.ts +52 -0
  609. package/dist/models/ListPlanningProposalResponseBody.js.map +1 -1
  610. package/dist/models/ListPlanningProposalShrinkRequest.d.ts +37 -1
  611. package/dist/models/ListPlanningProposalShrinkRequest.js.map +1 -1
  612. package/dist/models/ListPptArtifactsRequest.d.ts +16 -0
  613. package/dist/models/ListPptArtifactsRequest.js.map +1 -1
  614. package/dist/models/ListPptArtifactsResponseBody.d.ts +73 -0
  615. package/dist/models/ListPptArtifactsResponseBody.js.map +1 -1
  616. package/dist/models/ListPptTemplatesRequest.d.ts +25 -0
  617. package/dist/models/ListPptTemplatesRequest.js.map +1 -1
  618. package/dist/models/ListPptTemplatesResponseBody.d.ts +38 -1
  619. package/dist/models/ListPptTemplatesResponseBody.js.map +1 -1
  620. package/dist/models/ListSearchTaskDialogueDatasRequest.d.ts +33 -0
  621. package/dist/models/ListSearchTaskDialogueDatasRequest.js.map +1 -1
  622. package/dist/models/ListSearchTaskDialogueDatasResponseBody.d.ts +125 -0
  623. package/dist/models/ListSearchTaskDialogueDatasResponseBody.js.map +1 -1
  624. package/dist/models/ListSearchTaskDialoguesRequest.d.ts +13 -0
  625. package/dist/models/ListSearchTaskDialoguesRequest.js.map +1 -1
  626. package/dist/models/ListSearchTaskDialoguesResponseBody.d.ts +96 -0
  627. package/dist/models/ListSearchTaskDialoguesResponseBody.js.map +1 -1
  628. package/dist/models/ListSearchTasksRequest.d.ts +11 -0
  629. package/dist/models/ListSearchTasksRequest.js.map +1 -1
  630. package/dist/models/ListSearchTasksResponseBody.d.ts +46 -0
  631. package/dist/models/ListSearchTasksResponseBody.js.map +1 -1
  632. package/dist/models/ListSearchTasksShrinkRequest.d.ts +11 -0
  633. package/dist/models/ListSearchTasksShrinkRequest.js.map +1 -1
  634. package/dist/models/ListStyleLearningResultRequest.d.ts +8 -0
  635. package/dist/models/ListStyleLearningResultRequest.js.map +1 -1
  636. package/dist/models/ListStyleLearningResultResponseBody.d.ts +43 -0
  637. package/dist/models/ListStyleLearningResultResponseBody.js.map +1 -1
  638. package/dist/models/ListTimedViewAttitudeRequest.d.ts +13 -1
  639. package/dist/models/ListTimedViewAttitudeRequest.js.map +1 -1
  640. package/dist/models/ListTimedViewAttitudeResponseBody.d.ts +69 -0
  641. package/dist/models/ListTimedViewAttitudeResponseBody.js.map +1 -1
  642. package/dist/models/ListTopicRecommendEventListRequest.d.ts +8 -0
  643. package/dist/models/ListTopicRecommendEventListRequest.js.map +1 -1
  644. package/dist/models/ListTopicRecommendEventListResponseBody.d.ts +28 -0
  645. package/dist/models/ListTopicRecommendEventListResponseBody.js.map +1 -1
  646. package/dist/models/ListTopicViewPointRecommendEventListRequest.d.ts +11 -0
  647. package/dist/models/ListTopicViewPointRecommendEventListRequest.js.map +1 -1
  648. package/dist/models/ListTopicViewPointRecommendEventListResponseBody.d.ts +28 -0
  649. package/dist/models/ListTopicViewPointRecommendEventListResponseBody.js.map +1 -1
  650. package/dist/models/ListVersionsRequest.d.ts +2 -0
  651. package/dist/models/ListVersionsRequest.js.map +1 -1
  652. package/dist/models/ListVersionsResponseBody.d.ts +59 -0
  653. package/dist/models/ListVersionsResponseBody.js.map +1 -1
  654. package/dist/models/ListWebReviewPointsRequest.d.ts +12 -0
  655. package/dist/models/ListWebReviewPointsRequest.js.map +1 -1
  656. package/dist/models/ListWebReviewPointsResponseBody.d.ts +79 -3
  657. package/dist/models/ListWebReviewPointsResponseBody.js.map +1 -1
  658. package/dist/models/ListWritingStylesRequest.d.ts +14 -0
  659. package/dist/models/ListWritingStylesRequest.js.map +1 -1
  660. package/dist/models/ListWritingStylesResponseBody.d.ts +77 -1
  661. package/dist/models/ListWritingStylesResponseBody.js.map +1 -1
  662. package/dist/models/OutlineSearchResult.d.ts +28 -0
  663. package/dist/models/OutlineSearchResult.js.map +1 -1
  664. package/dist/models/OutlineWritingArticle.d.ts +48 -0
  665. package/dist/models/OutlineWritingArticle.js.map +1 -1
  666. package/dist/models/QueryAsyncTaskRequest.d.ts +7 -0
  667. package/dist/models/QueryAsyncTaskRequest.js.map +1 -1
  668. package/dist/models/QueryAsyncTaskResponseBody.d.ts +74 -9
  669. package/dist/models/QueryAsyncTaskResponseBody.js.map +1 -1
  670. package/dist/models/QueryAuditTaskRequest.d.ts +9 -0
  671. package/dist/models/QueryAuditTaskRequest.js.map +1 -1
  672. package/dist/models/QueryAuditTaskResponseBody.d.ts +89 -0
  673. package/dist/models/QueryAuditTaskResponseBody.js.map +1 -1
  674. package/dist/models/QueryVideoAuditResultRequest.d.ts +3 -1
  675. package/dist/models/QueryVideoAuditResultRequest.js.map +1 -1
  676. package/dist/models/QueryVideoAuditResultResponseBody.d.ts +54 -29
  677. package/dist/models/QueryVideoAuditResultResponseBody.js.map +1 -1
  678. package/dist/models/RunAbbreviationContentRequest.d.ts +8 -0
  679. package/dist/models/RunAbbreviationContentRequest.js.map +1 -1
  680. package/dist/models/RunAbbreviationContentResponseBody.d.ts +56 -0
  681. package/dist/models/RunAbbreviationContentResponseBody.js.map +1 -1
  682. package/dist/models/RunAiHelperWritingRequest.d.ts +16 -3
  683. package/dist/models/RunAiHelperWritingRequest.js.map +1 -1
  684. package/dist/models/RunAiHelperWritingResponseBody.d.ts +21 -21
  685. package/dist/models/RunAiHelperWritingShrinkRequest.d.ts +16 -3
  686. package/dist/models/RunAiHelperWritingShrinkRequest.js.map +1 -1
  687. package/dist/models/RunBookBrainmapRequest.d.ts +18 -0
  688. package/dist/models/RunBookBrainmapRequest.js.map +1 -1
  689. package/dist/models/RunBookBrainmapResponseBody.d.ts +54 -1
  690. package/dist/models/RunBookBrainmapResponseBody.js.map +1 -1
  691. package/dist/models/RunBookIntroductionRequest.d.ts +12 -0
  692. package/dist/models/RunBookIntroductionRequest.js.map +1 -1
  693. package/dist/models/RunBookIntroductionResponseBody.d.ts +88 -1
  694. package/dist/models/RunBookIntroductionResponseBody.js.map +1 -1
  695. package/dist/models/RunBookSmartCardRequest.d.ts +6 -0
  696. package/dist/models/RunBookSmartCardRequest.js.map +1 -1
  697. package/dist/models/RunBookSmartCardResponseBody.d.ts +62 -1
  698. package/dist/models/RunBookSmartCardResponseBody.js.map +1 -1
  699. package/dist/models/RunCommentGenerationRequest.d.ts +77 -0
  700. package/dist/models/RunCommentGenerationRequest.js.map +1 -1
  701. package/dist/models/RunCommentGenerationResponseBody.d.ts +59 -1
  702. package/dist/models/RunCommentGenerationResponseBody.js.map +1 -1
  703. package/dist/models/RunCommentGenerationShrinkRequest.d.ts +77 -0
  704. package/dist/models/RunCommentGenerationShrinkRequest.js.map +1 -1
  705. package/dist/models/RunContinueContentRequest.d.ts +4 -0
  706. package/dist/models/RunContinueContentRequest.js.map +1 -1
  707. package/dist/models/RunContinueContentResponseBody.d.ts +56 -0
  708. package/dist/models/RunContinueContentResponseBody.js.map +1 -1
  709. package/dist/models/RunCustomHotTopicAnalysisRequest.d.ts +21 -0
  710. package/dist/models/RunCustomHotTopicAnalysisRequest.js.map +1 -1
  711. package/dist/models/RunCustomHotTopicAnalysisResponseBody.d.ts +102 -0
  712. package/dist/models/RunCustomHotTopicAnalysisResponseBody.js.map +1 -1
  713. package/dist/models/RunCustomHotTopicViewPointAnalysisRequest.d.ts +28 -0
  714. package/dist/models/RunCustomHotTopicViewPointAnalysisRequest.js.map +1 -1
  715. package/dist/models/RunCustomHotTopicViewPointAnalysisResponseBody.d.ts +125 -0
  716. package/dist/models/RunCustomHotTopicViewPointAnalysisResponseBody.js.map +1 -1
  717. package/dist/models/RunDeepWritingRequest.d.ts +8 -0
  718. package/dist/models/RunDeepWritingRequest.js.map +1 -1
  719. package/dist/models/RunDeepWritingResponseBody.d.ts +122 -0
  720. package/dist/models/RunDeepWritingResponseBody.js.map +1 -1
  721. package/dist/models/RunDocBrainmapRequest.d.ts +25 -0
  722. package/dist/models/RunDocBrainmapRequest.js.map +1 -1
  723. package/dist/models/RunDocBrainmapResponseBody.d.ts +56 -0
  724. package/dist/models/RunDocBrainmapResponseBody.js.map +1 -1
  725. package/dist/models/RunDocIntroductionRequest.d.ts +48 -0
  726. package/dist/models/RunDocIntroductionRequest.js.map +1 -1
  727. package/dist/models/RunDocIntroductionResponseBody.d.ts +113 -0
  728. package/dist/models/RunDocIntroductionResponseBody.js.map +1 -1
  729. package/dist/models/RunDocQaRequest.d.ts +47 -0
  730. package/dist/models/RunDocQaRequest.js.map +1 -1
  731. package/dist/models/RunDocQaResponseBody.d.ts +135 -0
  732. package/dist/models/RunDocQaResponseBody.js.map +1 -1
  733. package/dist/models/RunDocQaShrinkRequest.d.ts +37 -0
  734. package/dist/models/RunDocQaShrinkRequest.js.map +1 -1
  735. package/dist/models/RunDocSmartCardRequest.d.ts +20 -0
  736. package/dist/models/RunDocSmartCardRequest.js.map +1 -1
  737. package/dist/models/RunDocSmartCardResponseBody.d.ts +61 -0
  738. package/dist/models/RunDocSmartCardResponseBody.js.map +1 -1
  739. package/dist/models/RunDocSummaryRequest.d.ts +35 -0
  740. package/dist/models/RunDocSummaryRequest.js.map +1 -1
  741. package/dist/models/RunDocSummaryResponseBody.d.ts +60 -0
  742. package/dist/models/RunDocSummaryResponseBody.js.map +1 -1
  743. package/dist/models/RunDocTranslationRequest.d.ts +39 -0
  744. package/dist/models/RunDocTranslationRequest.js.map +1 -1
  745. package/dist/models/RunDocTranslationResponseBody.d.ts +60 -0
  746. package/dist/models/RunDocTranslationResponseBody.js.map +1 -1
  747. package/dist/models/RunDocWashingRequest.d.ts +57 -0
  748. package/dist/models/RunDocWashingRequest.js.map +1 -1
  749. package/dist/models/RunDocWashingResponseBody.d.ts +57 -0
  750. package/dist/models/RunDocWashingResponseBody.js.map +1 -1
  751. package/dist/models/RunExpandContentRequest.d.ts +8 -0
  752. package/dist/models/RunExpandContentRequest.js.map +1 -1
  753. package/dist/models/RunExpandContentResponseBody.d.ts +56 -0
  754. package/dist/models/RunExpandContentResponseBody.js.map +1 -1
  755. package/dist/models/RunGenerateQuestionsRequest.d.ts +22 -0
  756. package/dist/models/RunGenerateQuestionsRequest.js.map +1 -1
  757. package/dist/models/RunGenerateQuestionsResponseBody.d.ts +59 -2
  758. package/dist/models/RunGenerateQuestionsResponseBody.js.map +1 -1
  759. package/dist/models/RunHotwordRequest.d.ts +29 -0
  760. package/dist/models/RunHotwordRequest.js.map +1 -1
  761. package/dist/models/RunHotwordResponseBody.d.ts +58 -1
  762. package/dist/models/RunHotwordResponseBody.js.map +1 -1
  763. package/dist/models/RunKeywordsExtractionGenerationRequest.d.ts +15 -0
  764. package/dist/models/RunKeywordsExtractionGenerationRequest.js.map +1 -1
  765. package/dist/models/RunKeywordsExtractionGenerationResponseBody.d.ts +49 -0
  766. package/dist/models/RunKeywordsExtractionGenerationResponseBody.js.map +1 -1
  767. package/dist/models/RunKeywordsExtractionGenerationShrinkRequest.d.ts +13 -0
  768. package/dist/models/RunKeywordsExtractionGenerationShrinkRequest.js.map +1 -1
  769. package/dist/models/RunMultiDocIntroductionRequest.d.ts +27 -0
  770. package/dist/models/RunMultiDocIntroductionRequest.js.map +1 -1
  771. package/dist/models/RunMultiDocIntroductionResponseBody.d.ts +76 -1
  772. package/dist/models/RunMultiDocIntroductionResponseBody.js.map +1 -1
  773. package/dist/models/RunMultiDocIntroductionShrinkRequest.d.ts +27 -0
  774. package/dist/models/RunMultiDocIntroductionShrinkRequest.js.map +1 -1
  775. package/dist/models/RunPptOutlineGenerationRequest.d.ts +7 -0
  776. package/dist/models/RunPptOutlineGenerationRequest.js.map +1 -1
  777. package/dist/models/RunPptOutlineGenerationResponseBody.d.ts +55 -0
  778. package/dist/models/RunPptOutlineGenerationResponseBody.js.map +1 -1
  779. package/dist/models/RunQuickWritingRequest.d.ts +44 -0
  780. package/dist/models/RunQuickWritingRequest.js.map +1 -1
  781. package/dist/models/RunQuickWritingResponseBody.d.ts +55 -0
  782. package/dist/models/RunQuickWritingResponseBody.js.map +1 -1
  783. package/dist/models/RunQuickWritingShrinkRequest.d.ts +21 -0
  784. package/dist/models/RunQuickWritingShrinkRequest.js.map +1 -1
  785. package/dist/models/RunSearchGenerationRequest.d.ts +377 -9
  786. package/dist/models/RunSearchGenerationRequest.js.map +1 -1
  787. package/dist/models/RunSearchGenerationResponseBody.d.ts +1783 -1
  788. package/dist/models/RunSearchGenerationResponseBody.js.map +1 -1
  789. package/dist/models/RunSearchGenerationShrinkRequest.d.ts +32 -2
  790. package/dist/models/RunSearchGenerationShrinkRequest.js.map +1 -1
  791. package/dist/models/RunSearchSimilarArticlesRequest.d.ts +118 -0
  792. package/dist/models/RunSearchSimilarArticlesRequest.js.map +1 -1
  793. package/dist/models/RunSearchSimilarArticlesResponseBody.d.ts +148 -0
  794. package/dist/models/RunSearchSimilarArticlesResponseBody.js.map +1 -1
  795. package/dist/models/RunSearchSimilarArticlesShrinkRequest.d.ts +18 -0
  796. package/dist/models/RunSearchSimilarArticlesShrinkRequest.js.map +1 -1
  797. package/dist/models/RunStepByStepWritingRequest.d.ts +167 -1
  798. package/dist/models/RunStepByStepWritingRequest.js.map +1 -1
  799. package/dist/models/RunStepByStepWritingResponseBody.d.ts +103 -0
  800. package/dist/models/RunStepByStepWritingResponseBody.js.map +1 -1
  801. package/dist/models/RunStepByStepWritingShrinkRequest.d.ts +23 -0
  802. package/dist/models/RunStepByStepWritingShrinkRequest.js.map +1 -1
  803. package/dist/models/RunStyleFeatureAnalysisRequest.d.ts +10 -0
  804. package/dist/models/RunStyleFeatureAnalysisRequest.js.map +1 -1
  805. package/dist/models/RunStyleFeatureAnalysisResponseBody.d.ts +56 -0
  806. package/dist/models/RunStyleFeatureAnalysisResponseBody.js.map +1 -1
  807. package/dist/models/RunStyleFeatureAnalysisShrinkRequest.d.ts +10 -0
  808. package/dist/models/RunStyleFeatureAnalysisShrinkRequest.js.map +1 -1
  809. package/dist/models/RunSummaryGenerateRequest.d.ts +7 -0
  810. package/dist/models/RunSummaryGenerateRequest.js.map +1 -1
  811. package/dist/models/RunSummaryGenerateResponseBody.d.ts +56 -0
  812. package/dist/models/RunSummaryGenerateResponseBody.js.map +1 -1
  813. package/dist/models/RunTextPolishingRequest.d.ts +21 -0
  814. package/dist/models/RunTextPolishingRequest.js.map +1 -1
  815. package/dist/models/RunTextPolishingResponseBody.d.ts +52 -0
  816. package/dist/models/RunTextPolishingResponseBody.js.map +1 -1
  817. package/dist/models/RunTitleGenerationRequest.d.ts +22 -0
  818. package/dist/models/RunTitleGenerationRequest.js.map +1 -1
  819. package/dist/models/RunTitleGenerationResponseBody.d.ts +84 -0
  820. package/dist/models/RunTitleGenerationResponseBody.js.map +1 -1
  821. package/dist/models/RunTitleGenerationShrinkRequest.d.ts +20 -0
  822. package/dist/models/RunTitleGenerationShrinkRequest.js.map +1 -1
  823. package/dist/models/RunTopicSelectionMergeRequest.d.ts +11 -0
  824. package/dist/models/RunTopicSelectionMergeRequest.js.map +1 -1
  825. package/dist/models/RunTopicSelectionMergeResponseBody.d.ts +66 -0
  826. package/dist/models/RunTopicSelectionMergeResponseBody.js.map +1 -1
  827. package/dist/models/RunTopicSelectionMergeShrinkRequest.d.ts +11 -0
  828. package/dist/models/RunTopicSelectionMergeShrinkRequest.js.map +1 -1
  829. package/dist/models/RunTranslateGenerationRequest.d.ts +26 -1
  830. package/dist/models/RunTranslateGenerationRequest.js.map +1 -1
  831. package/dist/models/RunTranslateGenerationResponseBody.d.ts +49 -0
  832. package/dist/models/RunTranslateGenerationResponseBody.js.map +1 -1
  833. package/dist/models/RunTranslateGenerationShrinkRequest.d.ts +24 -1
  834. package/dist/models/RunTranslateGenerationShrinkRequest.js.map +1 -1
  835. package/dist/models/RunVideoScriptGenerateRequest.d.ts +35 -0
  836. package/dist/models/RunVideoScriptGenerateRequest.js.map +1 -1
  837. package/dist/models/RunVideoScriptGenerateResponseBody.d.ts +72 -0
  838. package/dist/models/RunVideoScriptGenerateResponseBody.js.map +1 -1
  839. package/dist/models/RunWriteToneGenerationRequest.d.ts +16 -0
  840. package/dist/models/RunWriteToneGenerationRequest.js.map +1 -1
  841. package/dist/models/RunWriteToneGenerationResponseBody.d.ts +49 -0
  842. package/dist/models/RunWriteToneGenerationResponseBody.js.map +1 -1
  843. package/dist/models/RunWriteToneGenerationShrinkRequest.d.ts +14 -0
  844. package/dist/models/RunWriteToneGenerationShrinkRequest.js.map +1 -1
  845. package/dist/models/RunWritingRequest.d.ts +96 -1
  846. package/dist/models/RunWritingRequest.js.map +1 -1
  847. package/dist/models/RunWritingResponseBody.d.ts +106 -0
  848. package/dist/models/RunWritingResponseBody.js.map +1 -1
  849. package/dist/models/RunWritingShrinkRequest.d.ts +23 -0
  850. package/dist/models/RunWritingShrinkRequest.js.map +1 -1
  851. package/dist/models/RunWritingV2request.d.ts +219 -0
  852. package/dist/models/RunWritingV2request.js.map +1 -1
  853. package/dist/models/RunWritingV2responseBody.d.ts +126 -1
  854. package/dist/models/RunWritingV2responseBody.js.map +1 -1
  855. package/dist/models/RunWritingV2shrinkRequest.d.ts +113 -0
  856. package/dist/models/RunWritingV2shrinkRequest.js.map +1 -1
  857. package/dist/models/SaveCustomTextRequest.d.ts +11 -0
  858. package/dist/models/SaveCustomTextRequest.js.map +1 -1
  859. package/dist/models/SaveCustomTextResponseBody.d.ts +20 -2
  860. package/dist/models/SaveCustomTextResponseBody.js.map +1 -1
  861. package/dist/models/SaveDataSourceOrderConfigRequest.d.ts +36 -0
  862. package/dist/models/SaveDataSourceOrderConfigRequest.js.map +1 -1
  863. package/dist/models/SaveDataSourceOrderConfigResponseBody.d.ts +19 -1
  864. package/dist/models/SaveDataSourceOrderConfigResponseBody.js.map +1 -1
  865. package/dist/models/SaveDataSourceOrderConfigShrinkRequest.d.ts +19 -0
  866. package/dist/models/SaveDataSourceOrderConfigShrinkRequest.js.map +1 -1
  867. package/dist/models/SaveMaterialDocumentRequest.d.ts +61 -0
  868. package/dist/models/SaveMaterialDocumentRequest.js.map +1 -1
  869. package/dist/models/SaveMaterialDocumentResponseBody.d.ts +18 -0
  870. package/dist/models/SaveMaterialDocumentResponseBody.js.map +1 -1
  871. package/dist/models/SaveMaterialDocumentShrinkRequest.d.ts +61 -0
  872. package/dist/models/SaveMaterialDocumentShrinkRequest.js.map +1 -1
  873. package/dist/models/SaveOrUpdateOssConfigRequest.d.ts +8 -0
  874. package/dist/models/SaveOrUpdateOssConfigRequest.js.map +1 -1
  875. package/dist/models/SaveOrUpdateOssConfigResponseBody.d.ts +26 -1
  876. package/dist/models/SaveOrUpdateOssConfigResponseBody.js.map +1 -1
  877. package/dist/models/SaveStyleLearningResultRequest.d.ts +35 -0
  878. package/dist/models/SaveStyleLearningResultRequest.js.map +1 -1
  879. package/dist/models/SaveStyleLearningResultResponseBody.d.ts +18 -0
  880. package/dist/models/SaveStyleLearningResultResponseBody.js.map +1 -1
  881. package/dist/models/SaveStyleLearningResultShrinkRequest.d.ts +35 -0
  882. package/dist/models/SaveStyleLearningResultShrinkRequest.js.map +1 -1
  883. package/dist/models/SearchDatasetDocumentsRequest.d.ts +67 -0
  884. package/dist/models/SearchDatasetDocumentsRequest.js.map +1 -1
  885. package/dist/models/SearchDatasetDocumentsResponseBody.d.ts +141 -2
  886. package/dist/models/SearchDatasetDocumentsResponseBody.js.map +1 -1
  887. package/dist/models/SearchDatasetDocumentsShrinkRequest.d.ts +67 -0
  888. package/dist/models/SearchDatasetDocumentsShrinkRequest.js.map +1 -1
  889. package/dist/models/SearchNewsRequest.d.ts +23 -2
  890. package/dist/models/SearchNewsRequest.js.map +1 -1
  891. package/dist/models/SearchNewsResponseBody.d.ts +70 -2
  892. package/dist/models/SearchNewsResponseBody.js.map +1 -1
  893. package/dist/models/SearchNewsShrinkRequest.d.ts +23 -2
  894. package/dist/models/SearchNewsShrinkRequest.js.map +1 -1
  895. package/dist/models/SubmitAsyncTaskRequest.d.ts +14 -1
  896. package/dist/models/SubmitAsyncTaskRequest.js.map +1 -1
  897. package/dist/models/SubmitAsyncTaskResponseBody.d.ts +31 -3
  898. package/dist/models/SubmitAsyncTaskResponseBody.js.map +1 -1
  899. package/dist/models/SubmitAuditNoteRequest.d.ts +11 -0
  900. package/dist/models/SubmitAuditNoteRequest.js.map +1 -1
  901. package/dist/models/SubmitAuditNoteResponseBody.d.ts +16 -1
  902. package/dist/models/SubmitAuditNoteResponseBody.js.map +1 -1
  903. package/dist/models/SubmitAuditTaskRequest.d.ts +27 -0
  904. package/dist/models/SubmitAuditTaskRequest.js.map +1 -1
  905. package/dist/models/SubmitAuditTaskResponseBody.d.ts +19 -0
  906. package/dist/models/SubmitAuditTaskResponseBody.js.map +1 -1
  907. package/dist/models/SubmitCustomHotTopicBroadcastJobRequest.d.ts +43 -0
  908. package/dist/models/SubmitCustomHotTopicBroadcastJobRequest.js.map +1 -1
  909. package/dist/models/SubmitCustomHotTopicBroadcastJobResponseBody.d.ts +22 -0
  910. package/dist/models/SubmitCustomHotTopicBroadcastJobResponseBody.js.map +1 -1
  911. package/dist/models/SubmitCustomHotTopicBroadcastJobShrinkRequest.d.ts +11 -0
  912. package/dist/models/SubmitCustomHotTopicBroadcastJobShrinkRequest.js.map +1 -1
  913. package/dist/models/SubmitCustomSourceTopicAnalysisRequest.d.ts +83 -1
  914. package/dist/models/SubmitCustomSourceTopicAnalysisRequest.js.map +1 -1
  915. package/dist/models/SubmitCustomSourceTopicAnalysisResponseBody.d.ts +25 -0
  916. package/dist/models/SubmitCustomSourceTopicAnalysisResponseBody.js.map +1 -1
  917. package/dist/models/SubmitCustomSourceTopicAnalysisShrinkRequest.d.ts +31 -0
  918. package/dist/models/SubmitCustomSourceTopicAnalysisShrinkRequest.js.map +1 -1
  919. package/dist/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest.d.ts +31 -0
  920. package/dist/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest.js.map +1 -1
  921. package/dist/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBody.d.ts +22 -0
  922. package/dist/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBody.js.map +1 -1
  923. package/dist/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskShrinkRequest.d.ts +11 -0
  924. package/dist/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskShrinkRequest.js.map +1 -1
  925. package/dist/models/SubmitDeepWriteTaskRequest.d.ts +77 -1
  926. package/dist/models/SubmitDeepWriteTaskRequest.js.map +1 -1
  927. package/dist/models/SubmitDeepWriteTaskResponseBody.d.ts +23 -1
  928. package/dist/models/SubmitDeepWriteTaskResponseBody.js.map +1 -1
  929. package/dist/models/SubmitDeepWriteTaskShrinkRequest.d.ts +23 -0
  930. package/dist/models/SubmitDeepWriteTaskShrinkRequest.js.map +1 -1
  931. package/dist/models/SubmitDocClusterTaskRequest.d.ts +21 -0
  932. package/dist/models/SubmitDocClusterTaskRequest.js.map +1 -1
  933. package/dist/models/SubmitDocClusterTaskResponseBody.d.ts +22 -0
  934. package/dist/models/SubmitDocClusterTaskResponseBody.js.map +1 -1
  935. package/dist/models/SubmitDocClusterTaskShrinkRequest.d.ts +13 -0
  936. package/dist/models/SubmitDocClusterTaskShrinkRequest.js.map +1 -1
  937. package/dist/models/SubmitEnterpriseVocAnalysisTaskRequest.d.ts +86 -0
  938. package/dist/models/SubmitEnterpriseVocAnalysisTaskRequest.js.map +1 -1
  939. package/dist/models/SubmitEnterpriseVocAnalysisTaskResponseBody.d.ts +22 -0
  940. package/dist/models/SubmitEnterpriseVocAnalysisTaskResponseBody.js.map +1 -1
  941. package/dist/models/SubmitEnterpriseVocAnalysisTaskShrinkRequest.d.ts +40 -0
  942. package/dist/models/SubmitEnterpriseVocAnalysisTaskShrinkRequest.js.map +1 -1
  943. package/dist/models/SubmitExportTermsTaskRequest.d.ts +6 -0
  944. package/dist/models/SubmitExportTermsTaskRequest.js.map +1 -1
  945. package/dist/models/SubmitExportTermsTaskResponseBody.d.ts +20 -1
  946. package/dist/models/SubmitExportTermsTaskResponseBody.js.map +1 -1
  947. package/dist/models/SubmitFactAuditUrlRequest.d.ts +4 -0
  948. package/dist/models/SubmitFactAuditUrlRequest.js.map +1 -1
  949. package/dist/models/SubmitFactAuditUrlResponseBody.d.ts +16 -1
  950. package/dist/models/SubmitFactAuditUrlResponseBody.js.map +1 -1
  951. package/dist/models/SubmitImportTermsTaskRequest.d.ts +8 -0
  952. package/dist/models/SubmitImportTermsTaskRequest.js.map +1 -1
  953. package/dist/models/SubmitImportTermsTaskResponseBody.d.ts +19 -0
  954. package/dist/models/SubmitImportTermsTaskResponseBody.js.map +1 -1
  955. package/dist/models/SubmitParseDocumentLayoutTaskRequest.d.ts +3 -0
  956. package/dist/models/SubmitParseDocumentLayoutTaskRequest.js.map +1 -1
  957. package/dist/models/SubmitParseDocumentLayoutTaskResponseBody.d.ts +0 -3
  958. package/dist/models/SubmitParseDocumentLayoutTaskResponseBody.js.map +1 -1
  959. package/dist/models/SubmitSmartAuditRequest.d.ts +64 -0
  960. package/dist/models/SubmitSmartAuditRequest.js.map +1 -1
  961. package/dist/models/SubmitSmartAuditResponseBody.d.ts +20 -1
  962. package/dist/models/SubmitSmartAuditResponseBody.js.map +1 -1
  963. package/dist/models/SubmitSmartAuditShrinkRequest.d.ts +36 -0
  964. package/dist/models/SubmitSmartAuditShrinkRequest.js.map +1 -1
  965. package/dist/models/SubmitSmartClipTaskRequest.d.ts +214 -0
  966. package/dist/models/SubmitSmartClipTaskRequest.js.map +1 -1
  967. package/dist/models/SubmitSmartClipTaskResponseBody.d.ts +22 -0
  968. package/dist/models/SubmitSmartClipTaskResponseBody.js.map +1 -1
  969. package/dist/models/SubmitSmartClipTaskShrinkRequest.d.ts +19 -0
  970. package/dist/models/SubmitSmartClipTaskShrinkRequest.js.map +1 -1
  971. package/dist/models/SubmitTopicSelectionPerspectiveAnalysisTaskRequest.d.ts +50 -0
  972. package/dist/models/SubmitTopicSelectionPerspectiveAnalysisTaskRequest.js.map +1 -1
  973. package/dist/models/SubmitTopicSelectionPerspectiveAnalysisTaskResponseBody.d.ts +25 -0
  974. package/dist/models/SubmitTopicSelectionPerspectiveAnalysisTaskResponseBody.js.map +1 -1
  975. package/dist/models/SubmitTopicSelectionPerspectiveAnalysisTaskShrinkRequest.d.ts +12 -0
  976. package/dist/models/SubmitTopicSelectionPerspectiveAnalysisTaskShrinkRequest.js.map +1 -1
  977. package/dist/models/SubmitVideoAuditRequest.d.ts +7 -5
  978. package/dist/models/SubmitVideoAuditRequest.js.map +1 -1
  979. package/dist/models/SubmitVideoAuditResponseBody.d.ts +7 -7
  980. package/dist/models/TopicSelection.d.ts +32 -0
  981. package/dist/models/TopicSelection.js.map +1 -1
  982. package/dist/models/UpdateCustomTextRequest.d.ts +13 -0
  983. package/dist/models/UpdateCustomTextRequest.js.map +1 -1
  984. package/dist/models/UpdateCustomTextResponseBody.d.ts +18 -0
  985. package/dist/models/UpdateCustomTextResponseBody.js.map +1 -1
  986. package/dist/models/UpdateDatasetDocumentRequest.d.ts +54 -2
  987. package/dist/models/UpdateDatasetDocumentRequest.js.map +1 -1
  988. package/dist/models/UpdateDatasetDocumentResponseBody.d.ts +64 -0
  989. package/dist/models/UpdateDatasetDocumentResponseBody.js.map +1 -1
  990. package/dist/models/UpdateDatasetDocumentShrinkRequest.d.ts +11 -0
  991. package/dist/models/UpdateDatasetDocumentShrinkRequest.js.map +1 -1
  992. package/dist/models/UpdateDatasetRequest.d.ts +156 -2
  993. package/dist/models/UpdateDatasetRequest.js.map +1 -1
  994. package/dist/models/UpdateDatasetResponseBody.d.ts +81 -0
  995. package/dist/models/UpdateDatasetResponseBody.js.map +1 -1
  996. package/dist/models/UpdateDatasetShrinkRequest.d.ts +15 -0
  997. package/dist/models/UpdateDatasetShrinkRequest.js.map +1 -1
  998. package/dist/models/UpdateGeneralConfigRequest.d.ts +22 -0
  999. package/dist/models/UpdateGeneralConfigRequest.js.map +1 -1
  1000. package/dist/models/UpdateGeneralConfigResponseBody.d.ts +31 -0
  1001. package/dist/models/UpdateGeneralConfigResponseBody.js.map +1 -1
  1002. package/dist/models/UpdateGeneratedContentRequest.d.ts +21 -1
  1003. package/dist/models/UpdateGeneratedContentRequest.js.map +1 -1
  1004. package/dist/models/UpdateGeneratedContentResponseBody.d.ts +18 -0
  1005. package/dist/models/UpdateGeneratedContentResponseBody.js.map +1 -1
  1006. package/dist/models/UpdateGeneratedContentShrinkRequest.d.ts +21 -1
  1007. package/dist/models/UpdateGeneratedContentShrinkRequest.js.map +1 -1
  1008. package/dist/models/UpdateMaterialDocumentRequest.d.ts +60 -0
  1009. package/dist/models/UpdateMaterialDocumentRequest.js.map +1 -1
  1010. package/dist/models/UpdateMaterialDocumentResponseBody.d.ts +18 -0
  1011. package/dist/models/UpdateMaterialDocumentResponseBody.js.map +1 -1
  1012. package/dist/models/UpdateMaterialDocumentShrinkRequest.d.ts +60 -0
  1013. package/dist/models/UpdateMaterialDocumentShrinkRequest.js.map +1 -1
  1014. package/dist/models/UploadBookRequest.d.ts +21 -0
  1015. package/dist/models/UploadBookRequest.js.map +1 -1
  1016. package/dist/models/UploadBookResponseBody.d.ts +25 -1
  1017. package/dist/models/UploadBookResponseBody.js.map +1 -1
  1018. package/dist/models/UploadBookShrinkRequest.d.ts +11 -0
  1019. package/dist/models/UploadBookShrinkRequest.js.map +1 -1
  1020. package/dist/models/UploadDocRequest.d.ts +14 -0
  1021. package/dist/models/UploadDocRequest.js.map +1 -1
  1022. package/dist/models/UploadDocResponseBody.d.ts +24 -0
  1023. package/dist/models/UploadDocResponseBody.js.map +1 -1
  1024. package/dist/models/UploadDocShrinkRequest.d.ts +7 -0
  1025. package/dist/models/UploadDocShrinkRequest.js.map +1 -1
  1026. package/dist/models/ValidateUploadTemplateRequest.d.ts +9 -0
  1027. package/dist/models/ValidateUploadTemplateRequest.js.map +1 -1
  1028. package/dist/models/ValidateUploadTemplateResponseBody.d.ts +28 -0
  1029. package/dist/models/ValidateUploadTemplateResponseBody.js.map +1 -1
  1030. package/dist/models/WritingOutline.d.ts +36 -0
  1031. package/dist/models/WritingOutline.js.map +1 -1
  1032. package/dist/models/WritingStyleTemplateDefine.d.ts +0 -8
  1033. package/dist/models/WritingStyleTemplateDefine.js.map +1 -1
  1034. package/dist/models/WritingStyleTemplateField.d.ts +0 -48
  1035. package/dist/models/WritingStyleTemplateField.js.map +1 -1
  1036. package/package.json +1 -1
  1037. package/src/client.ts +919 -478
  1038. package/src/models/AddAuditTermsRequest.ts +22 -0
  1039. package/src/models/AddAuditTermsResponseBody.ts +22 -1
  1040. package/src/models/AddAuditTermsShrinkRequest.ts +22 -0
  1041. package/src/models/AddDatasetDocumentRequest.ts +191 -14
  1042. package/src/models/AddDatasetDocumentResponseBody.ts +49 -1
  1043. package/src/models/AddDatasetDocumentShrinkRequest.ts +10 -0
  1044. package/src/models/AsyncCreateClipsTaskRequest.ts +261 -0
  1045. package/src/models/AsyncCreateClipsTaskResponseBody.ts +33 -0
  1046. package/src/models/AsyncCreateClipsTaskShrinkRequest.ts +182 -0
  1047. package/src/models/AsyncCreateClipsTimeLineRequest.ts +16 -0
  1048. package/src/models/AsyncCreateClipsTimeLineResponseBody.ts +32 -1
  1049. package/src/models/AsyncCreateClipsTimeLineShrinkRequest.ts +16 -0
  1050. package/src/models/AsyncEditTimelineRequest.ts +85 -0
  1051. package/src/models/AsyncEditTimelineResponseBody.ts +39 -1
  1052. package/src/models/AsyncEditTimelineShrinkRequest.ts +13 -0
  1053. package/src/models/AsyncUploadTenderDocRequest.ts +9 -0
  1054. package/src/models/AsyncUploadTenderDocResponseBody.ts +19 -0
  1055. package/src/models/AsyncUploadVideoRequest.ts +70 -1
  1056. package/src/models/AsyncUploadVideoResponseBody.ts +35 -0
  1057. package/src/models/AsyncUploadVideoShrinkRequest.ts +38 -1
  1058. package/src/models/AsyncWritingBiddingDocRequest.ts +16 -0
  1059. package/src/models/AsyncWritingBiddingDocResponseBody.ts +19 -0
  1060. package/src/models/BindPptArtifactRequest.ts +7 -0
  1061. package/src/models/BindPptArtifactResponseBody.ts +19 -0
  1062. package/src/models/CancelAsyncTaskRequest.ts +7 -0
  1063. package/src/models/CancelAsyncTaskResponseBody.ts +20 -2
  1064. package/src/models/CancelAuditTaskRequest.ts +9 -0
  1065. package/src/models/CancelAuditTaskResponseBody.ts +16 -1
  1066. package/src/models/CancelDeepWriteTaskRequest.ts +6 -0
  1067. package/src/models/CancelDeepWriteTaskResponseBody.ts +30 -1
  1068. package/src/models/ClearIntervenesRequest.ts +2 -0
  1069. package/src/models/ClearIntervenesResponseBody.ts +34 -1
  1070. package/src/models/ConfirmAndPostProcessAuditNoteRequest.ts +4 -0
  1071. package/src/models/ConfirmAndPostProcessAuditNoteResponseBody.ts +15 -0
  1072. package/src/models/CreateDataPermissionsRequest.ts +17 -0
  1073. package/src/models/CreateDataPermissionsResponseBody.ts +15 -0
  1074. package/src/models/CreateDataPermissionsShrinkRequest.ts +8 -0
  1075. package/src/models/CreateDatasetRequest.ts +197 -3
  1076. package/src/models/CreateDatasetResponseBody.ts +40 -0
  1077. package/src/models/CreateDatasetShrinkRequest.ts +41 -1
  1078. package/src/models/CreateGeneralConfigRequest.ts +22 -0
  1079. package/src/models/CreateGeneralConfigResponseBody.ts +31 -0
  1080. package/src/models/CreateGeneratedContentRequest.ts +40 -0
  1081. package/src/models/CreateGeneratedContentResponseBody.ts +20 -2
  1082. package/src/models/CreateGeneratedContentShrinkRequest.ts +40 -0
  1083. package/src/models/CreateTokenRequest.ts +2 -0
  1084. package/src/models/CreateTokenResponseBody.ts +27 -2
  1085. package/src/models/DeleteAuditNoteRequest.ts +6 -0
  1086. package/src/models/DeleteAuditNoteResponseBody.ts +15 -0
  1087. package/src/models/DeleteAuditTermsRequest.ts +6 -0
  1088. package/src/models/DeleteAuditTermsResponseBody.ts +16 -1
  1089. package/src/models/DeleteAuditTermsShrinkRequest.ts +6 -0
  1090. package/src/models/DeleteCustomTextRequest.ts +11 -0
  1091. package/src/models/DeleteCustomTextResponseBody.ts +21 -3
  1092. package/src/models/DeleteCustomTopicByTopicRequest.ts +4 -0
  1093. package/src/models/DeleteCustomTopicByTopicResponseBody.ts +18 -0
  1094. package/src/models/DeleteCustomTopicViewPointByIdRequest.ts +4 -0
  1095. package/src/models/DeleteCustomTopicViewPointByIdResponseBody.ts +18 -0
  1096. package/src/models/DeleteDataPermissionsRequest.ts +4 -0
  1097. package/src/models/DeleteDataPermissionsResponseBody.ts +15 -0
  1098. package/src/models/DeleteDataPermissionsShrinkRequest.ts +4 -0
  1099. package/src/models/DeleteDatasetDocumentRequest.ts +14 -0
  1100. package/src/models/DeleteDatasetDocumentResponseBody.ts +19 -0
  1101. package/src/models/DeleteDatasetRequest.ts +4 -0
  1102. package/src/models/DeleteDatasetResponseBody.ts +15 -0
  1103. package/src/models/DeleteDocsRequest.ts +4 -0
  1104. package/src/models/DeleteDocsResponseBody.ts +15 -0
  1105. package/src/models/DeleteDocsShrinkRequest.ts +4 -0
  1106. package/src/models/DeleteFactAuditUrlRequest.ts +4 -0
  1107. package/src/models/DeleteFactAuditUrlResponseBody.ts +15 -0
  1108. package/src/models/DeleteGeneralConfigRequest.ts +4 -0
  1109. package/src/models/DeleteGeneralConfigResponseBody.ts +15 -0
  1110. package/src/models/DeleteGeneratedContentRequest.ts +4 -0
  1111. package/src/models/DeleteGeneratedContentResponseBody.ts +19 -1
  1112. package/src/models/DeleteInterveneRuleRequest.ts +5 -0
  1113. package/src/models/DeleteInterveneRuleResponseBody.ts +34 -1
  1114. package/src/models/DeleteMaterialByIdRequest.ts +4 -0
  1115. package/src/models/DeleteMaterialByIdResponseBody.ts +18 -0
  1116. package/src/models/DeletePptArtifactRequest.ts +10 -0
  1117. package/src/models/DeletePptArtifactResponseBody.ts +19 -0
  1118. package/src/models/DeleteStyleLearningResultRequest.ts +4 -0
  1119. package/src/models/DeleteStyleLearningResultResponseBody.ts +18 -0
  1120. package/src/models/DocumentExtractionRequest.ts +4 -0
  1121. package/src/models/DocumentExtractionResponseBody.ts +52 -3
  1122. package/src/models/DocumentExtractionShrinkRequest.ts +4 -0
  1123. package/src/models/DownloadAuditNoteRequest.ts +9 -0
  1124. package/src/models/DownloadAuditNoteResponseBody.ts +15 -0
  1125. package/src/models/DownloadBiddingDocRequest.ts +6 -0
  1126. package/src/models/DownloadBiddingDocResponseBody.ts +23 -1
  1127. package/src/models/EditAuditTermsRequest.ts +18 -0
  1128. package/src/models/EditAuditTermsResponseBody.ts +15 -0
  1129. package/src/models/EditAuditTermsShrinkRequest.ts +18 -0
  1130. package/src/models/EditBiddingDocRequest.ts +19 -0
  1131. package/src/models/EditBiddingDocResponseBody.ts +19 -0
  1132. package/src/models/ExportAnalysisTagDetailByTaskIdRequest.ts +10 -0
  1133. package/src/models/ExportAnalysisTagDetailByTaskIdResponseBody.ts +18 -0
  1134. package/src/models/ExportAnalysisTagDetailByTaskIdShrinkRequest.ts +10 -0
  1135. package/src/models/ExportAuditContentResultRequest.ts +6 -0
  1136. package/src/models/ExportAuditContentResultResponseBody.ts +16 -1
  1137. package/src/models/ExportCustomSourceAnalysisTaskRequest.ts +7 -0
  1138. package/src/models/ExportCustomSourceAnalysisTaskResponseBody.ts +18 -0
  1139. package/src/models/ExportGeneratedContentRequest.ts +4 -0
  1140. package/src/models/ExportGeneratedContentResponseBody.ts +18 -0
  1141. package/src/models/ExportHotTopicPlanningProposalsRequest.ts +35 -2
  1142. package/src/models/ExportHotTopicPlanningProposalsResponseBody.ts +18 -0
  1143. package/src/models/ExportHotTopicPlanningProposalsShrinkRequest.ts +35 -2
  1144. package/src/models/ExportIntervenesRequest.ts +2 -0
  1145. package/src/models/ExportIntervenesResponseBody.ts +22 -0
  1146. package/src/models/ExportPptArtifactRequest.ts +14 -0
  1147. package/src/models/ExportPptArtifactResponseBody.ts +21 -1
  1148. package/src/models/FeedbackDialogueRequest.ts +23 -0
  1149. package/src/models/FeedbackDialogueResponseBody.ts +18 -3
  1150. package/src/models/FeedbackDialogueShrinkRequest.ts +23 -0
  1151. package/src/models/FetchExportTermsTaskRequest.ts +4 -0
  1152. package/src/models/FetchExportTermsTaskResponseBody.ts +23 -1
  1153. package/src/models/FetchExportWordTaskRequest.ts +5 -0
  1154. package/src/models/FetchExportWordTaskResponseBody.ts +29 -0
  1155. package/src/models/FetchImageTaskRequest.ts +6 -0
  1156. package/src/models/FetchImageTaskResponseBody.ts +51 -2
  1157. package/src/models/FetchImageTaskShrinkRequest.ts +6 -0
  1158. package/src/models/FetchImportTermsTaskRequest.ts +4 -0
  1159. package/src/models/FetchImportTermsTaskResponseBody.ts +19 -0
  1160. package/src/models/FetchParseDocumentLayoutTaskRequest.ts +4 -0
  1161. package/src/models/FetchParseDocumentLayoutTaskResponseBody.ts +69 -0
  1162. package/src/models/GenerateExportWordTaskRequest.ts +4 -0
  1163. package/src/models/GenerateExportWordTaskResponseBody.ts +22 -0
  1164. package/src/models/GenerateFileUrlByKeyRequest.ts +12 -0
  1165. package/src/models/GenerateFileUrlByKeyResponseBody.ts +20 -2
  1166. package/src/models/GenerateImageTaskRequest.ts +35 -1
  1167. package/src/models/GenerateImageTaskResponseBody.ts +35 -0
  1168. package/src/models/GenerateImageTaskShrinkRequest.ts +11 -1
  1169. package/src/models/GenerateTraceability.ts +32 -1
  1170. package/src/models/GenerateUploadConfigRequest.ts +16 -1
  1171. package/src/models/GenerateUploadConfigResponseBody.ts +42 -3
  1172. package/src/models/GenerateViewPointRequest.ts +10 -0
  1173. package/src/models/GenerateViewPointResponseBody.ts +30 -0
  1174. package/src/models/GenerateViewPointShrinkRequest.ts +6 -0
  1175. package/src/models/GetAuditNotePostProcessingStatusRequest.ts +4 -0
  1176. package/src/models/GetAuditNotePostProcessingStatusResponseBody.ts +33 -0
  1177. package/src/models/GetAuditNoteProcessingStatusRequest.ts +4 -0
  1178. package/src/models/GetAuditNoteProcessingStatusResponseBody.ts +35 -1
  1179. package/src/models/GetAutoClipsTaskInfoRequest.ts +21 -0
  1180. package/src/models/GetAutoClipsTaskInfoResponseBody.ts +399 -1
  1181. package/src/models/GetAvailableAuditNotesRequest.ts +6 -0
  1182. package/src/models/GetAvailableAuditNotesResponseBody.ts +31 -0
  1183. package/src/models/GetBiddingDocInfoRequest.ts +6 -0
  1184. package/src/models/GetBiddingDocInfoResponseBody.ts +44 -0
  1185. package/src/models/GetBiddingRemainLimitNumRequest.ts +6 -0
  1186. package/src/models/GetBiddingRemainLimitNumResponseBody.ts +19 -0
  1187. package/src/models/GetCategoriesByTaskIdRequest.ts +6 -0
  1188. package/src/models/GetCategoriesByTaskIdResponseBody.ts +40 -0
  1189. package/src/models/GetClipsBuildInResourceRequest.ts +11 -0
  1190. package/src/models/GetClipsBuildInResourceResponseBody.ts +28 -0
  1191. package/src/models/GetCustomHotTopicBroadcastJobRequest.ts +6 -0
  1192. package/src/models/GetCustomHotTopicBroadcastJobResponseBody.ts +40 -0
  1193. package/src/models/GetCustomSourceTopicAnalysisTaskRequest.ts +4 -0
  1194. package/src/models/GetCustomSourceTopicAnalysisTaskResponseBody.ts +71 -0
  1195. package/src/models/GetCustomTextRequest.ts +7 -0
  1196. package/src/models/GetCustomTextResponseBody.ts +40 -0
  1197. package/src/models/GetCustomTopicSelectionPerspectiveAnalysisTaskRequest.ts +6 -0
  1198. package/src/models/GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBody.ts +65 -0
  1199. package/src/models/GetDataSourceOrderConfigRequest.ts +17 -0
  1200. package/src/models/GetDataSourceOrderConfigResponseBody.ts +47 -1
  1201. package/src/models/GetDatasetDocumentRequest.ts +18 -0
  1202. package/src/models/GetDatasetDocumentResponseBody.ts +181 -2
  1203. package/src/models/GetDatasetDocumentShrinkRequest.ts +18 -0
  1204. package/src/models/GetDatasetRequest.ts +8 -0
  1205. package/src/models/GetDatasetResponseBody.ts +193 -3
  1206. package/src/models/GetDeepWriteTaskRequest.ts +6 -0
  1207. package/src/models/GetDeepWriteTaskResponseBody.ts +29 -0
  1208. package/src/models/GetDeepWriteTaskResultRequest.ts +6 -0
  1209. package/src/models/GetDeepWriteTaskResultResponseBody.ts +23 -0
  1210. package/src/models/GetDocClusterTaskRequest.ts +6 -0
  1211. package/src/models/GetDocClusterTaskResponseBody.ts +39 -0
  1212. package/src/models/GetDocInfoRequest.ts +7 -0
  1213. package/src/models/GetDocInfoResponseBody.ts +42 -1
  1214. package/src/models/GetEnterpriseVocAnalysisTaskRequest.ts +6 -0
  1215. package/src/models/GetEnterpriseVocAnalysisTaskResponseBody.ts +76 -0
  1216. package/src/models/GetFactAuditUrlRequest.ts +2 -0
  1217. package/src/models/GetFactAuditUrlResponseBody.ts +14 -0
  1218. package/src/models/GetFileContentLengthRequest.ts +8 -0
  1219. package/src/models/GetFileContentLengthResponseBody.ts +22 -0
  1220. package/src/models/GetGeneralConfigRequest.ts +4 -0
  1221. package/src/models/GetGeneralConfigResponseBody.ts +31 -0
  1222. package/src/models/GetGeneratedContentRequest.ts +4 -0
  1223. package/src/models/GetGeneratedContentResponseBody.ts +94 -2
  1224. package/src/models/GetHotTopicBroadcastRequest.ts +70 -0
  1225. package/src/models/GetHotTopicBroadcastResponseBody.ts +206 -2
  1226. package/src/models/GetHotTopicBroadcastShrinkRequest.ts +46 -0
  1227. package/src/models/GetInterveneGlobalReplyRequest.ts +2 -0
  1228. package/src/models/GetInterveneGlobalReplyResponseBody.ts +29 -0
  1229. package/src/models/GetInterveneImportTaskInfoRequest.ts +7 -0
  1230. package/src/models/GetInterveneImportTaskInfoResponseBody.ts +38 -0
  1231. package/src/models/GetInterveneRuleDetailRequest.ts +5 -0
  1232. package/src/models/GetInterveneRuleDetailResponseBody.ts +70 -0
  1233. package/src/models/GetInterveneTemplateFileUrlRequest.ts +2 -0
  1234. package/src/models/GetInterveneTemplateFileUrlResponseBody.ts +22 -0
  1235. package/src/models/GetMaterialByIdRequest.ts +4 -0
  1236. package/src/models/GetMaterialByIdResponseBody.ts +101 -0
  1237. package/src/models/GetPptArtifactExportResultRequest.ts +6 -0
  1238. package/src/models/GetPptArtifactExportResultResponseBody.ts +21 -1
  1239. package/src/models/GetPptArtifactRequest.ts +6 -0
  1240. package/src/models/GetPptArtifactResponseBody.ts +52 -1
  1241. package/src/models/GetPptConfigRequest.ts +3 -0
  1242. package/src/models/GetPptConfigResponseBody.ts +16 -0
  1243. package/src/models/GetPptInfoRequest.ts +6 -0
  1244. package/src/models/GetPptInfoResponseBody.ts +39 -1
  1245. package/src/models/GetPptTemplateSelectorRequest.ts +3 -0
  1246. package/src/models/GetPptTemplateSelectorResponseBody.ts +63 -0
  1247. package/src/models/GetPropertiesRequest.ts +2 -0
  1248. package/src/models/GetPropertiesResponseBody.ts +206 -1
  1249. package/src/models/GetSmartAuditResultRequest.ts +6 -0
  1250. package/src/models/GetSmartAuditResultResponseBody.ts +94 -1
  1251. package/src/models/GetSmartClipTaskRequest.ts +6 -0
  1252. package/src/models/GetSmartClipTaskResponseBody.ts +78 -1
  1253. package/src/models/GetStyleLearningResultRequest.ts +4 -0
  1254. package/src/models/GetStyleLearningResultResponseBody.ts +139 -1
  1255. package/src/models/GetTopicByIdRequest.ts +4 -0
  1256. package/src/models/GetTopicByIdResponseBody.ts +96 -1
  1257. package/src/models/GetTopicSelectionPerspectiveAnalysisTaskRequest.ts +7 -0
  1258. package/src/models/GetTopicSelectionPerspectiveAnalysisTaskResponseBody.ts +314 -4
  1259. package/src/models/HottopicNews.ts +28 -0
  1260. package/src/models/ImportInterveneFileAsyncRequest.ts +11 -0
  1261. package/src/models/ImportInterveneFileAsyncResponseBody.ts +34 -1
  1262. package/src/models/ImportInterveneFileRequest.ts +11 -0
  1263. package/src/models/ImportInterveneFileResponseBody.ts +35 -2
  1264. package/src/models/InitiatePptCreationRequest.ts +22 -0
  1265. package/src/models/InitiatePptCreationResponseBody.ts +18 -2
  1266. package/src/models/InitiatePptCreationV2request.ts +41 -0
  1267. package/src/models/InitiatePptCreationV2responseBody.ts +38 -1
  1268. package/src/models/InsertInterveneGlobalReplyRequest.ts +20 -0
  1269. package/src/models/InsertInterveneGlobalReplyResponseBody.ts +26 -0
  1270. package/src/models/InsertInterveneGlobalReplyShrinkRequest.ts +6 -0
  1271. package/src/models/InsertInterveneRuleRequest.ts +64 -1
  1272. package/src/models/InsertInterveneRuleResponseBody.ts +30 -1
  1273. package/src/models/InsertInterveneRuleShrinkRequest.ts +6 -0
  1274. package/src/models/ListAnalysisTagDetailByTaskIdRequest.ts +22 -0
  1275. package/src/models/ListAnalysisTagDetailByTaskIdResponseBody.ts +54 -0
  1276. package/src/models/ListAnalysisTagDetailByTaskIdShrinkRequest.ts +22 -0
  1277. package/src/models/ListAsyncTasksRequest.ts +42 -0
  1278. package/src/models/ListAsyncTasksResponseBody.ts +108 -1
  1279. package/src/models/ListAsyncTasksShrinkRequest.ts +42 -0
  1280. package/src/models/ListAuditContentErrorTypesRequest.ts +9 -0
  1281. package/src/models/ListAuditContentErrorTypesResponseBody.ts +53 -0
  1282. package/src/models/ListAuditTermsRequest.ts +12 -0
  1283. package/src/models/ListAuditTermsResponseBody.ts +45 -0
  1284. package/src/models/ListAutoClipsTaskRequest.ts +33 -0
  1285. package/src/models/ListAutoClipsTaskResponseBody.ts +54 -1
  1286. package/src/models/ListBiddingDocRequest.ts +34 -0
  1287. package/src/models/ListBiddingDocResponseBody.ts +53 -0
  1288. package/src/models/ListBuildConfigsRequest.ts +5 -0
  1289. package/src/models/ListBuildConfigsResponseBody.ts +72 -0
  1290. package/src/models/ListCustomTextRequest.ts +5 -0
  1291. package/src/models/ListCustomTextResponseBody.ts +42 -2
  1292. package/src/models/ListCustomViewPointsRequest.ts +26 -0
  1293. package/src/models/ListCustomViewPointsResponseBody.ts +72 -0
  1294. package/src/models/ListCustomViewPointsShrinkRequest.ts +26 -0
  1295. package/src/models/ListDataPermissionsRequest.ts +18 -0
  1296. package/src/models/ListDataPermissionsResponseBody.ts +56 -0
  1297. package/src/models/ListDatasetDocumentsRequest.ts +135 -0
  1298. package/src/models/ListDatasetDocumentsResponseBody.ts +111 -1
  1299. package/src/models/ListDatasetDocumentsShrinkRequest.ts +135 -0
  1300. package/src/models/ListDatasetsRequest.ts +33 -0
  1301. package/src/models/ListDatasetsResponseBody.ts +91 -0
  1302. package/src/models/ListDialoguesRequest.ts +22 -0
  1303. package/src/models/ListDialoguesResponseBody.ts +48 -2
  1304. package/src/models/ListDocsRequest.ts +28 -0
  1305. package/src/models/ListDocsResponseBody.ts +57 -0
  1306. package/src/models/ListDocsShrinkRequest.ts +28 -0
  1307. package/src/models/ListDocumentRetrieveRequest.ts +68 -0
  1308. package/src/models/ListDocumentRetrieveResponseBody.ts +40 -1
  1309. package/src/models/ListEnterprisePptTemplatesRequest.ts +12 -0
  1310. package/src/models/ListEnterprisePptTemplatesResponseBody.ts +38 -1
  1311. package/src/models/ListFreshViewPointsRequest.ts +12 -0
  1312. package/src/models/ListFreshViewPointsResponseBody.ts +44 -0
  1313. package/src/models/ListGeneralConfigsRequest.ts +8 -0
  1314. package/src/models/ListGeneralConfigsResponseBody.ts +40 -0
  1315. package/src/models/ListGeneratedContentsRequest.ts +79 -0
  1316. package/src/models/ListGeneratedContentsResponseBody.ts +147 -2
  1317. package/src/models/ListHotNewsWithTypeRequest.ts +21 -0
  1318. package/src/models/ListHotNewsWithTypeResponseBody.ts +116 -3
  1319. package/src/models/ListHotNewsWithTypeShrinkRequest.ts +21 -0
  1320. package/src/models/ListHotSourcesRequest.ts +8 -0
  1321. package/src/models/ListHotSourcesResponseBody.ts +40 -0
  1322. package/src/models/ListHotTopicsRequest.ts +40 -1
  1323. package/src/models/ListHotTopicsResponseBody.ts +110 -1
  1324. package/src/models/ListHotTopicsShrinkRequest.ts +40 -1
  1325. package/src/models/ListHotViewPointsRequest.ts +12 -0
  1326. package/src/models/ListHotViewPointsResponseBody.ts +97 -0
  1327. package/src/models/ListInterveneCntRequest.ts +8 -0
  1328. package/src/models/ListInterveneCntResponseBody.ts +40 -1
  1329. package/src/models/ListInterveneImportTasksRequest.ts +8 -0
  1330. package/src/models/ListInterveneImportTasksResponseBody.ts +55 -1
  1331. package/src/models/ListInterveneRulesRequest.ts +8 -0
  1332. package/src/models/ListInterveneRulesResponseBody.ts +76 -1
  1333. package/src/models/ListIntervenesRequest.ts +25 -0
  1334. package/src/models/ListIntervenesResponseBody.ts +40 -1
  1335. package/src/models/ListMaterialDocumentsRequest.ts +60 -0
  1336. package/src/models/ListMaterialDocumentsResponseBody.ts +179 -2
  1337. package/src/models/ListMaterialDocumentsShrinkRequest.ts +60 -0
  1338. package/src/models/ListPlanningProposalRequest.ts +37 -1
  1339. package/src/models/ListPlanningProposalResponseBody.ts +52 -0
  1340. package/src/models/ListPlanningProposalShrinkRequest.ts +37 -1
  1341. package/src/models/ListPptArtifactsRequest.ts +16 -0
  1342. package/src/models/ListPptArtifactsResponseBody.ts +73 -0
  1343. package/src/models/ListPptTemplatesRequest.ts +25 -0
  1344. package/src/models/ListPptTemplatesResponseBody.ts +38 -1
  1345. package/src/models/ListSearchTaskDialogueDatasRequest.ts +33 -0
  1346. package/src/models/ListSearchTaskDialogueDatasResponseBody.ts +125 -0
  1347. package/src/models/ListSearchTaskDialoguesRequest.ts +13 -0
  1348. package/src/models/ListSearchTaskDialoguesResponseBody.ts +96 -0
  1349. package/src/models/ListSearchTasksRequest.ts +11 -0
  1350. package/src/models/ListSearchTasksResponseBody.ts +46 -0
  1351. package/src/models/ListSearchTasksShrinkRequest.ts +11 -0
  1352. package/src/models/ListStyleLearningResultRequest.ts +8 -0
  1353. package/src/models/ListStyleLearningResultResponseBody.ts +43 -0
  1354. package/src/models/ListTimedViewAttitudeRequest.ts +13 -1
  1355. package/src/models/ListTimedViewAttitudeResponseBody.ts +69 -0
  1356. package/src/models/ListTopicRecommendEventListRequest.ts +8 -0
  1357. package/src/models/ListTopicRecommendEventListResponseBody.ts +28 -0
  1358. package/src/models/ListTopicViewPointRecommendEventListRequest.ts +11 -0
  1359. package/src/models/ListTopicViewPointRecommendEventListResponseBody.ts +28 -0
  1360. package/src/models/ListVersionsRequest.ts +2 -0
  1361. package/src/models/ListVersionsResponseBody.ts +59 -0
  1362. package/src/models/ListWebReviewPointsRequest.ts +12 -0
  1363. package/src/models/ListWebReviewPointsResponseBody.ts +79 -3
  1364. package/src/models/ListWritingStylesRequest.ts +14 -0
  1365. package/src/models/ListWritingStylesResponseBody.ts +77 -1
  1366. package/src/models/OutlineSearchResult.ts +28 -0
  1367. package/src/models/OutlineWritingArticle.ts +48 -0
  1368. package/src/models/QueryAsyncTaskRequest.ts +7 -0
  1369. package/src/models/QueryAsyncTaskResponseBody.ts +74 -9
  1370. package/src/models/QueryAuditTaskRequest.ts +9 -0
  1371. package/src/models/QueryAuditTaskResponseBody.ts +89 -0
  1372. package/src/models/QueryVideoAuditResultRequest.ts +3 -1
  1373. package/src/models/QueryVideoAuditResultResponseBody.ts +54 -29
  1374. package/src/models/RunAbbreviationContentRequest.ts +8 -0
  1375. package/src/models/RunAbbreviationContentResponseBody.ts +56 -0
  1376. package/src/models/RunAiHelperWritingRequest.ts +16 -3
  1377. package/src/models/RunAiHelperWritingResponseBody.ts +21 -21
  1378. package/src/models/RunAiHelperWritingShrinkRequest.ts +16 -3
  1379. package/src/models/RunBookBrainmapRequest.ts +18 -0
  1380. package/src/models/RunBookBrainmapResponseBody.ts +54 -1
  1381. package/src/models/RunBookIntroductionRequest.ts +12 -0
  1382. package/src/models/RunBookIntroductionResponseBody.ts +88 -1
  1383. package/src/models/RunBookSmartCardRequest.ts +6 -0
  1384. package/src/models/RunBookSmartCardResponseBody.ts +62 -1
  1385. package/src/models/RunCommentGenerationRequest.ts +77 -0
  1386. package/src/models/RunCommentGenerationResponseBody.ts +59 -1
  1387. package/src/models/RunCommentGenerationShrinkRequest.ts +77 -0
  1388. package/src/models/RunContinueContentRequest.ts +4 -0
  1389. package/src/models/RunContinueContentResponseBody.ts +56 -0
  1390. package/src/models/RunCustomHotTopicAnalysisRequest.ts +21 -0
  1391. package/src/models/RunCustomHotTopicAnalysisResponseBody.ts +102 -0
  1392. package/src/models/RunCustomHotTopicViewPointAnalysisRequest.ts +28 -0
  1393. package/src/models/RunCustomHotTopicViewPointAnalysisResponseBody.ts +125 -0
  1394. package/src/models/RunDeepWritingRequest.ts +8 -0
  1395. package/src/models/RunDeepWritingResponseBody.ts +122 -0
  1396. package/src/models/RunDocBrainmapRequest.ts +25 -0
  1397. package/src/models/RunDocBrainmapResponseBody.ts +56 -0
  1398. package/src/models/RunDocIntroductionRequest.ts +48 -0
  1399. package/src/models/RunDocIntroductionResponseBody.ts +113 -0
  1400. package/src/models/RunDocQaRequest.ts +47 -0
  1401. package/src/models/RunDocQaResponseBody.ts +135 -0
  1402. package/src/models/RunDocQaShrinkRequest.ts +37 -0
  1403. package/src/models/RunDocSmartCardRequest.ts +20 -0
  1404. package/src/models/RunDocSmartCardResponseBody.ts +61 -0
  1405. package/src/models/RunDocSummaryRequest.ts +35 -0
  1406. package/src/models/RunDocSummaryResponseBody.ts +60 -0
  1407. package/src/models/RunDocTranslationRequest.ts +39 -0
  1408. package/src/models/RunDocTranslationResponseBody.ts +60 -0
  1409. package/src/models/RunDocWashingRequest.ts +57 -0
  1410. package/src/models/RunDocWashingResponseBody.ts +57 -0
  1411. package/src/models/RunExpandContentRequest.ts +8 -0
  1412. package/src/models/RunExpandContentResponseBody.ts +56 -0
  1413. package/src/models/RunGenerateQuestionsRequest.ts +22 -0
  1414. package/src/models/RunGenerateQuestionsResponseBody.ts +59 -2
  1415. package/src/models/RunHotwordRequest.ts +29 -0
  1416. package/src/models/RunHotwordResponseBody.ts +58 -1
  1417. package/src/models/RunKeywordsExtractionGenerationRequest.ts +15 -0
  1418. package/src/models/RunKeywordsExtractionGenerationResponseBody.ts +49 -0
  1419. package/src/models/RunKeywordsExtractionGenerationShrinkRequest.ts +13 -0
  1420. package/src/models/RunMultiDocIntroductionRequest.ts +27 -0
  1421. package/src/models/RunMultiDocIntroductionResponseBody.ts +76 -1
  1422. package/src/models/RunMultiDocIntroductionShrinkRequest.ts +27 -0
  1423. package/src/models/RunPptOutlineGenerationRequest.ts +7 -0
  1424. package/src/models/RunPptOutlineGenerationResponseBody.ts +55 -0
  1425. package/src/models/RunQuickWritingRequest.ts +44 -0
  1426. package/src/models/RunQuickWritingResponseBody.ts +55 -0
  1427. package/src/models/RunQuickWritingShrinkRequest.ts +21 -0
  1428. package/src/models/RunSearchGenerationRequest.ts +377 -9
  1429. package/src/models/RunSearchGenerationResponseBody.ts +1783 -1
  1430. package/src/models/RunSearchGenerationShrinkRequest.ts +32 -2
  1431. package/src/models/RunSearchSimilarArticlesRequest.ts +118 -0
  1432. package/src/models/RunSearchSimilarArticlesResponseBody.ts +148 -0
  1433. package/src/models/RunSearchSimilarArticlesShrinkRequest.ts +18 -0
  1434. package/src/models/RunStepByStepWritingRequest.ts +167 -1
  1435. package/src/models/RunStepByStepWritingResponseBody.ts +103 -0
  1436. package/src/models/RunStepByStepWritingShrinkRequest.ts +23 -0
  1437. package/src/models/RunStyleFeatureAnalysisRequest.ts +10 -0
  1438. package/src/models/RunStyleFeatureAnalysisResponseBody.ts +56 -0
  1439. package/src/models/RunStyleFeatureAnalysisShrinkRequest.ts +10 -0
  1440. package/src/models/RunSummaryGenerateRequest.ts +7 -0
  1441. package/src/models/RunSummaryGenerateResponseBody.ts +56 -0
  1442. package/src/models/RunTextPolishingRequest.ts +21 -0
  1443. package/src/models/RunTextPolishingResponseBody.ts +52 -0
  1444. package/src/models/RunTitleGenerationRequest.ts +22 -0
  1445. package/src/models/RunTitleGenerationResponseBody.ts +84 -0
  1446. package/src/models/RunTitleGenerationShrinkRequest.ts +20 -0
  1447. package/src/models/RunTopicSelectionMergeRequest.ts +11 -0
  1448. package/src/models/RunTopicSelectionMergeResponseBody.ts +66 -0
  1449. package/src/models/RunTopicSelectionMergeShrinkRequest.ts +11 -0
  1450. package/src/models/RunTranslateGenerationRequest.ts +26 -1
  1451. package/src/models/RunTranslateGenerationResponseBody.ts +49 -0
  1452. package/src/models/RunTranslateGenerationShrinkRequest.ts +24 -1
  1453. package/src/models/RunVideoScriptGenerateRequest.ts +35 -0
  1454. package/src/models/RunVideoScriptGenerateResponseBody.ts +72 -0
  1455. package/src/models/RunWriteToneGenerationRequest.ts +16 -0
  1456. package/src/models/RunWriteToneGenerationResponseBody.ts +49 -0
  1457. package/src/models/RunWriteToneGenerationShrinkRequest.ts +14 -0
  1458. package/src/models/RunWritingRequest.ts +96 -1
  1459. package/src/models/RunWritingResponseBody.ts +106 -0
  1460. package/src/models/RunWritingShrinkRequest.ts +23 -0
  1461. package/src/models/RunWritingV2request.ts +219 -0
  1462. package/src/models/RunWritingV2responseBody.ts +126 -1
  1463. package/src/models/RunWritingV2shrinkRequest.ts +113 -0
  1464. package/src/models/SaveCustomTextRequest.ts +11 -0
  1465. package/src/models/SaveCustomTextResponseBody.ts +20 -2
  1466. package/src/models/SaveDataSourceOrderConfigRequest.ts +36 -0
  1467. package/src/models/SaveDataSourceOrderConfigResponseBody.ts +19 -1
  1468. package/src/models/SaveDataSourceOrderConfigShrinkRequest.ts +19 -0
  1469. package/src/models/SaveMaterialDocumentRequest.ts +61 -0
  1470. package/src/models/SaveMaterialDocumentResponseBody.ts +18 -0
  1471. package/src/models/SaveMaterialDocumentShrinkRequest.ts +61 -0
  1472. package/src/models/SaveOrUpdateOssConfigRequest.ts +8 -0
  1473. package/src/models/SaveOrUpdateOssConfigResponseBody.ts +26 -1
  1474. package/src/models/SaveStyleLearningResultRequest.ts +35 -0
  1475. package/src/models/SaveStyleLearningResultResponseBody.ts +18 -0
  1476. package/src/models/SaveStyleLearningResultShrinkRequest.ts +35 -0
  1477. package/src/models/SearchDatasetDocumentsRequest.ts +67 -0
  1478. package/src/models/SearchDatasetDocumentsResponseBody.ts +141 -2
  1479. package/src/models/SearchDatasetDocumentsShrinkRequest.ts +67 -0
  1480. package/src/models/SearchNewsRequest.ts +23 -2
  1481. package/src/models/SearchNewsResponseBody.ts +70 -2
  1482. package/src/models/SearchNewsShrinkRequest.ts +23 -2
  1483. package/src/models/SubmitAsyncTaskRequest.ts +14 -1
  1484. package/src/models/SubmitAsyncTaskResponseBody.ts +31 -3
  1485. package/src/models/SubmitAuditNoteRequest.ts +11 -0
  1486. package/src/models/SubmitAuditNoteResponseBody.ts +16 -1
  1487. package/src/models/SubmitAuditTaskRequest.ts +27 -0
  1488. package/src/models/SubmitAuditTaskResponseBody.ts +19 -0
  1489. package/src/models/SubmitCustomHotTopicBroadcastJobRequest.ts +43 -0
  1490. package/src/models/SubmitCustomHotTopicBroadcastJobResponseBody.ts +22 -0
  1491. package/src/models/SubmitCustomHotTopicBroadcastJobShrinkRequest.ts +11 -0
  1492. package/src/models/SubmitCustomSourceTopicAnalysisRequest.ts +83 -1
  1493. package/src/models/SubmitCustomSourceTopicAnalysisResponseBody.ts +25 -0
  1494. package/src/models/SubmitCustomSourceTopicAnalysisShrinkRequest.ts +31 -0
  1495. package/src/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest.ts +31 -0
  1496. package/src/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBody.ts +22 -0
  1497. package/src/models/SubmitCustomTopicSelectionPerspectiveAnalysisTaskShrinkRequest.ts +11 -0
  1498. package/src/models/SubmitDeepWriteTaskRequest.ts +77 -1
  1499. package/src/models/SubmitDeepWriteTaskResponseBody.ts +23 -1
  1500. package/src/models/SubmitDeepWriteTaskShrinkRequest.ts +23 -0
  1501. package/src/models/SubmitDocClusterTaskRequest.ts +21 -0
  1502. package/src/models/SubmitDocClusterTaskResponseBody.ts +22 -0
  1503. package/src/models/SubmitDocClusterTaskShrinkRequest.ts +13 -0
  1504. package/src/models/SubmitEnterpriseVocAnalysisTaskRequest.ts +86 -0
  1505. package/src/models/SubmitEnterpriseVocAnalysisTaskResponseBody.ts +22 -0
  1506. package/src/models/SubmitEnterpriseVocAnalysisTaskShrinkRequest.ts +40 -0
  1507. package/src/models/SubmitExportTermsTaskRequest.ts +6 -0
  1508. package/src/models/SubmitExportTermsTaskResponseBody.ts +20 -1
  1509. package/src/models/SubmitFactAuditUrlRequest.ts +4 -0
  1510. package/src/models/SubmitFactAuditUrlResponseBody.ts +16 -1
  1511. package/src/models/SubmitImportTermsTaskRequest.ts +8 -0
  1512. package/src/models/SubmitImportTermsTaskResponseBody.ts +19 -0
  1513. package/src/models/SubmitParseDocumentLayoutTaskRequest.ts +3 -0
  1514. package/src/models/SubmitParseDocumentLayoutTaskResponseBody.ts +0 -3
  1515. package/src/models/SubmitSmartAuditRequest.ts +64 -0
  1516. package/src/models/SubmitSmartAuditResponseBody.ts +20 -1
  1517. package/src/models/SubmitSmartAuditShrinkRequest.ts +36 -0
  1518. package/src/models/SubmitSmartClipTaskRequest.ts +214 -0
  1519. package/src/models/SubmitSmartClipTaskResponseBody.ts +22 -0
  1520. package/src/models/SubmitSmartClipTaskShrinkRequest.ts +19 -0
  1521. package/src/models/SubmitTopicSelectionPerspectiveAnalysisTaskRequest.ts +50 -0
  1522. package/src/models/SubmitTopicSelectionPerspectiveAnalysisTaskResponseBody.ts +25 -0
  1523. package/src/models/SubmitTopicSelectionPerspectiveAnalysisTaskShrinkRequest.ts +12 -0
  1524. package/src/models/SubmitVideoAuditRequest.ts +7 -5
  1525. package/src/models/SubmitVideoAuditResponseBody.ts +7 -7
  1526. package/src/models/TopicSelection.ts +32 -0
  1527. package/src/models/UpdateCustomTextRequest.ts +13 -0
  1528. package/src/models/UpdateCustomTextResponseBody.ts +18 -0
  1529. package/src/models/UpdateDatasetDocumentRequest.ts +54 -2
  1530. package/src/models/UpdateDatasetDocumentResponseBody.ts +64 -0
  1531. package/src/models/UpdateDatasetDocumentShrinkRequest.ts +11 -0
  1532. package/src/models/UpdateDatasetRequest.ts +156 -2
  1533. package/src/models/UpdateDatasetResponseBody.ts +81 -0
  1534. package/src/models/UpdateDatasetShrinkRequest.ts +15 -0
  1535. package/src/models/UpdateGeneralConfigRequest.ts +22 -0
  1536. package/src/models/UpdateGeneralConfigResponseBody.ts +31 -0
  1537. package/src/models/UpdateGeneratedContentRequest.ts +21 -1
  1538. package/src/models/UpdateGeneratedContentResponseBody.ts +18 -0
  1539. package/src/models/UpdateGeneratedContentShrinkRequest.ts +21 -1
  1540. package/src/models/UpdateMaterialDocumentRequest.ts +60 -0
  1541. package/src/models/UpdateMaterialDocumentResponseBody.ts +18 -0
  1542. package/src/models/UpdateMaterialDocumentShrinkRequest.ts +60 -0
  1543. package/src/models/UploadBookRequest.ts +21 -0
  1544. package/src/models/UploadBookResponseBody.ts +25 -1
  1545. package/src/models/UploadBookShrinkRequest.ts +11 -0
  1546. package/src/models/UploadDocRequest.ts +14 -0
  1547. package/src/models/UploadDocResponseBody.ts +24 -0
  1548. package/src/models/UploadDocShrinkRequest.ts +7 -0
  1549. package/src/models/ValidateUploadTemplateRequest.ts +9 -0
  1550. package/src/models/ValidateUploadTemplateResponseBody.ts +28 -0
  1551. package/src/models/WritingOutline.ts +36 -0
  1552. package/src/models/WritingStyleTemplateDefine.ts +0 -8
  1553. 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
@@ -6490,7 +6562,7 @@ class Client extends openapi_core_1.default {
6490
6562
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListHotTopicsResponse({}));
6491
6563
  }
6492
6564
  /**
6493
- * 获取热点事件列表
6565
+ * Retrieves a list of trending topics.
6494
6566
  *
6495
6567
  * @param request - ListHotTopicsRequest
6496
6568
  * @returns ListHotTopicsResponse
@@ -6500,7 +6572,7 @@ class Client extends openapi_core_1.default {
6500
6572
  return await this.listHotTopicsWithOptions(request, runtime);
6501
6573
  }
6502
6574
  /**
6503
- * 热门视角列表
6575
+ * List of popular viewpoints.
6504
6576
  *
6505
6577
  * @param request - ListHotViewPointsRequest
6506
6578
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6543,7 +6615,7 @@ class Client extends openapi_core_1.default {
6543
6615
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListHotViewPointsResponse({}));
6544
6616
  }
6545
6617
  /**
6546
- * 热门视角列表
6618
+ * List of popular viewpoints.
6547
6619
  *
6548
6620
  * @param request - ListHotViewPointsRequest
6549
6621
  * @returns ListHotViewPointsResponse
@@ -6553,7 +6625,7 @@ class Client extends openapi_core_1.default {
6553
6625
  return await this.listHotViewPointsWithOptions(request, runtime);
6554
6626
  }
6555
6627
  /**
6556
- * 获得干预项目数量列表
6628
+ * Lists the number of intervention projects.
6557
6629
  *
6558
6630
  * @param request - ListInterveneCntRequest
6559
6631
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6590,7 +6662,7 @@ class Client extends openapi_core_1.default {
6590
6662
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListInterveneCntResponse({}));
6591
6663
  }
6592
6664
  /**
6593
- * 获得干预项目数量列表
6665
+ * Lists the number of intervention projects.
6594
6666
  *
6595
6667
  * @param request - ListInterveneCntRequest
6596
6668
  * @returns ListInterveneCntResponse
@@ -6600,7 +6672,7 @@ class Client extends openapi_core_1.default {
6600
6672
  return await this.listInterveneCntWithOptions(request, runtime);
6601
6673
  }
6602
6674
  /**
6603
- * 获得导入任务列表
6675
+ * Retrieve a list of import tasks.
6604
6676
  *
6605
6677
  * @param request - ListInterveneImportTasksRequest
6606
6678
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6637,7 +6709,7 @@ class Client extends openapi_core_1.default {
6637
6709
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListInterveneImportTasksResponse({}));
6638
6710
  }
6639
6711
  /**
6640
- * 获得导入任务列表
6712
+ * Retrieve a list of import tasks.
6641
6713
  *
6642
6714
  * @param request - ListInterveneImportTasksRequest
6643
6715
  * @returns ListInterveneImportTasksResponse
@@ -6647,7 +6719,7 @@ class Client extends openapi_core_1.default {
6647
6719
  return await this.listInterveneImportTasksWithOptions(request, runtime);
6648
6720
  }
6649
6721
  /**
6650
- * 获得干预规则列表
6722
+ * Retrieves a list of intervention rules.
6651
6723
  *
6652
6724
  * @param request - ListInterveneRulesRequest
6653
6725
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6684,7 +6756,7 @@ class Client extends openapi_core_1.default {
6684
6756
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListInterveneRulesResponse({}));
6685
6757
  }
6686
6758
  /**
6687
- * 获得干预规则列表
6759
+ * Retrieves a list of intervention rules.
6688
6760
  *
6689
6761
  * @param request - ListInterveneRulesRequest
6690
6762
  * @returns ListInterveneRulesResponse
@@ -6694,7 +6766,7 @@ class Client extends openapi_core_1.default {
6694
6766
  return await this.listInterveneRulesWithOptions(request, runtime);
6695
6767
  }
6696
6768
  /**
6697
- * 获得干预项列表
6769
+ * Retrieves the list of intervention items.
6698
6770
  *
6699
6771
  * @param request - ListIntervenesRequest
6700
6772
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6740,7 +6812,7 @@ class Client extends openapi_core_1.default {
6740
6812
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListIntervenesResponse({}));
6741
6813
  }
6742
6814
  /**
6743
- * 获得干预项列表
6815
+ * Retrieves the list of intervention items.
6744
6816
  *
6745
6817
  * @param request - ListIntervenesRequest
6746
6818
  * @returns ListIntervenesResponse
@@ -6750,7 +6822,7 @@ class Client extends openapi_core_1.default {
6750
6822
  return await this.listIntervenesWithOptions(request, runtime);
6751
6823
  }
6752
6824
  /**
6753
- * 查询素材列表
6825
+ * Retrieve the list of materials from the Material Library.
6754
6826
  *
6755
6827
  * @param tmpReq - ListMaterialDocumentsRequest
6756
6828
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6834,7 +6906,7 @@ class Client extends openapi_core_1.default {
6834
6906
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListMaterialDocumentsResponse({}));
6835
6907
  }
6836
6908
  /**
6837
- * 查询素材列表
6909
+ * Retrieve the list of materials from the Material Library.
6838
6910
  *
6839
6911
  * @param request - ListMaterialDocumentsRequest
6840
6912
  * @returns ListMaterialDocumentsResponse
@@ -6844,7 +6916,7 @@ class Client extends openapi_core_1.default {
6844
6916
  return await this.listMaterialDocumentsWithOptions(request, runtime);
6845
6917
  }
6846
6918
  /**
6847
- * 获取选题策划列表
6919
+ * Retrieves a list of planning proposals.
6848
6920
  *
6849
6921
  * @param tmpReq - ListPlanningProposalRequest
6850
6922
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6910,7 +6982,7 @@ class Client extends openapi_core_1.default {
6910
6982
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPlanningProposalResponse({}));
6911
6983
  }
6912
6984
  /**
6913
- * 获取选题策划列表
6985
+ * Retrieves a list of planning proposals.
6914
6986
  *
6915
6987
  * @param request - ListPlanningProposalRequest
6916
6988
  * @returns ListPlanningProposalResponse
@@ -6920,7 +6992,7 @@ class Client extends openapi_core_1.default {
6920
6992
  return await this.listPlanningProposalWithOptions(request, runtime);
6921
6993
  }
6922
6994
  /**
6923
- * PPT作品-列表
6995
+ * Queries a list of PPT artifacts.
6924
6996
  *
6925
6997
  * @param request - ListPptArtifactsRequest
6926
6998
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6963,7 +7035,7 @@ class Client extends openapi_core_1.default {
6963
7035
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPptArtifactsResponse({}));
6964
7036
  }
6965
7037
  /**
6966
- * PPT作品-列表
7038
+ * Queries a list of PPT artifacts.
6967
7039
  *
6968
7040
  * @param request - ListPptArtifactsRequest
6969
7041
  * @returns ListPptArtifactsResponse
@@ -6973,7 +7045,7 @@ class Client extends openapi_core_1.default {
6973
7045
  return await this.listPptArtifactsWithOptions(request, runtime);
6974
7046
  }
6975
7047
  /**
6976
- * 查询PPT模板列表
7048
+ * Queries a list of PowerPoint templates.
6977
7049
  *
6978
7050
  * @param request - ListPptTemplatesRequest
6979
7051
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7022,7 +7094,7 @@ class Client extends openapi_core_1.default {
7022
7094
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPptTemplatesResponse({}));
7023
7095
  }
7024
7096
  /**
7025
- * 查询PPT模板列表
7097
+ * Queries a list of PowerPoint templates.
7026
7098
  *
7027
7099
  * @param request - ListPptTemplatesRequest
7028
7100
  * @returns ListPptTemplatesResponse
@@ -7032,7 +7104,7 @@ class Client extends openapi_core_1.default {
7032
7104
  return await this.listPptTemplatesWithOptions(request, runtime);
7033
7105
  }
7034
7106
  /**
7035
- * 查询搜索生成任务对话详情中数据列表
7107
+ * Lists the dialogue data for a search generation task.
7036
7108
  *
7037
7109
  * @param request - ListSearchTaskDialogueDatasRequest
7038
7110
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7091,7 +7163,7 @@ class Client extends openapi_core_1.default {
7091
7163
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSearchTaskDialogueDatasResponse({}));
7092
7164
  }
7093
7165
  /**
7094
- * 查询搜索生成任务对话详情中数据列表
7166
+ * Lists the dialogue data for a search generation task.
7095
7167
  *
7096
7168
  * @param request - ListSearchTaskDialogueDatasRequest
7097
7169
  * @returns ListSearchTaskDialogueDatasResponse
@@ -7101,7 +7173,7 @@ class Client extends openapi_core_1.default {
7101
7173
  return await this.listSearchTaskDialogueDatasWithOptions(request, runtime);
7102
7174
  }
7103
7175
  /**
7104
- * 查询妙搜搜索生成任务详情列表
7176
+ * Retrieves the task details for MiaoSou search generation tasks.
7105
7177
  *
7106
7178
  * @param request - ListSearchTaskDialoguesRequest
7107
7179
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7139,7 +7211,7 @@ class Client extends openapi_core_1.default {
7139
7211
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSearchTaskDialoguesResponse({}));
7140
7212
  }
7141
7213
  /**
7142
- * 查询妙搜搜索生成任务详情列表
7214
+ * Retrieves the task details for MiaoSou search generation tasks.
7143
7215
  *
7144
7216
  * @param request - ListSearchTaskDialoguesRequest
7145
7217
  * @returns ListSearchTaskDialoguesResponse
@@ -7149,7 +7221,7 @@ class Client extends openapi_core_1.default {
7149
7221
  return await this.listSearchTaskDialoguesWithOptions(request, runtime);
7150
7222
  }
7151
7223
  /**
7152
- * 查询妙搜搜索生成历史任务列表
7224
+ * Queries the list of historical tasks generated by Miaosou Search.
7153
7225
  *
7154
7226
  * @param tmpReq - ListSearchTasksRequest
7155
7227
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7192,7 +7264,7 @@ class Client extends openapi_core_1.default {
7192
7264
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSearchTasksResponse({}));
7193
7265
  }
7194
7266
  /**
7195
- * 查询妙搜搜索生成历史任务列表
7267
+ * Queries the list of historical tasks generated by Miaosou Search.
7196
7268
  *
7197
7269
  * @param request - ListSearchTasksRequest
7198
7270
  * @returns ListSearchTasksResponse
@@ -7202,7 +7274,10 @@ class Client extends openapi_core_1.default {
7202
7274
  return await this.listSearchTasksWithOptions(request, runtime);
7203
7275
  }
7204
7276
  /**
7205
- * 获取文体学习分析结果列表
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).
7206
7281
  *
7207
7282
  * @param request - ListStyleLearningResultRequest
7208
7283
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7239,7 +7314,10 @@ class Client extends openapi_core_1.default {
7239
7314
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListStyleLearningResultResponse({}));
7240
7315
  }
7241
7316
  /**
7242
- * 获取文体学习分析结果列表
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).
7243
7321
  *
7244
7322
  * @param request - ListStyleLearningResultRequest
7245
7323
  * @returns ListStyleLearningResultResponse
@@ -7249,7 +7327,7 @@ class Client extends openapi_core_1.default {
7249
7327
  return await this.listStyleLearningResultWithOptions(request, runtime);
7250
7328
  }
7251
7329
  /**
7252
- * 时效性视角列表
7330
+ * List of timeliness perspectives.
7253
7331
  *
7254
7332
  * @param request - ListTimedViewAttitudeRequest
7255
7333
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7292,7 +7370,7 @@ class Client extends openapi_core_1.default {
7292
7370
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTimedViewAttitudeResponse({}));
7293
7371
  }
7294
7372
  /**
7295
- * 时效性视角列表
7373
+ * List of timeliness perspectives.
7296
7374
  *
7297
7375
  * @param request - ListTimedViewAttitudeRequest
7298
7376
  * @returns ListTimedViewAttitudeResponse
@@ -7302,7 +7380,7 @@ class Client extends openapi_core_1.default {
7302
7380
  return await this.listTimedViewAttitudeWithOptions(request, runtime);
7303
7381
  }
7304
7382
  /**
7305
- * 获取热点推荐事件
7383
+ * Retrieve hot spot recommendation events.
7306
7384
  *
7307
7385
  * @param request - ListTopicRecommendEventListRequest
7308
7386
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7339,7 +7417,7 @@ class Client extends openapi_core_1.default {
7339
7417
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTopicRecommendEventListResponse({}));
7340
7418
  }
7341
7419
  /**
7342
- * 获取热点推荐事件
7420
+ * Retrieve hot spot recommendation events.
7343
7421
  *
7344
7422
  * @param request - ListTopicRecommendEventListRequest
7345
7423
  * @returns ListTopicRecommendEventListResponse
@@ -7349,7 +7427,7 @@ class Client extends openapi_core_1.default {
7349
7427
  return await this.listTopicRecommendEventListWithOptions(request, runtime);
7350
7428
  }
7351
7429
  /**
7352
- * 获取主题事件推荐观点列表
7430
+ * Retrieves recommended viewpoints for hot spot events.
7353
7431
  *
7354
7432
  * @param request - ListTopicViewPointRecommendEventListRequest
7355
7433
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7389,7 +7467,7 @@ class Client extends openapi_core_1.default {
7389
7467
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTopicViewPointRecommendEventListResponse({}));
7390
7468
  }
7391
7469
  /**
7392
- * 获取主题事件推荐观点列表
7470
+ * Retrieves recommended viewpoints for hot spot events.
7393
7471
  *
7394
7472
  * @param request - ListTopicViewPointRecommendEventListRequest
7395
7473
  * @returns ListTopicViewPointRecommendEventListResponse
@@ -7399,7 +7477,7 @@ class Client extends openapi_core_1.default {
7399
7477
  return await this.listTopicViewPointRecommendEventListWithOptions(request, runtime);
7400
7478
  }
7401
7479
  /**
7402
- * 获取系统所有实例信息
7480
+ * Retrieve version information for your purchased services.
7403
7481
  *
7404
7482
  * @param request - ListVersionsRequest
7405
7483
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7428,7 +7506,7 @@ class Client extends openapi_core_1.default {
7428
7506
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListVersionsResponse({}));
7429
7507
  }
7430
7508
  /**
7431
- * 获取系统所有实例信息
7509
+ * Retrieve version information for your purchased services.
7432
7510
  *
7433
7511
  * @param request - ListVersionsRequest
7434
7512
  * @returns ListVersionsResponse
@@ -7438,7 +7516,7 @@ class Client extends openapi_core_1.default {
7438
7516
  return await this.listVersionsWithOptions(request, runtime);
7439
7517
  }
7440
7518
  /**
7441
- * 网友视角列表
7519
+ * List of viewpoints from netizens.
7442
7520
  *
7443
7521
  * @param request - ListWebReviewPointsRequest
7444
7522
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7481,7 +7559,7 @@ class Client extends openapi_core_1.default {
7481
7559
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListWebReviewPointsResponse({}));
7482
7560
  }
7483
7561
  /**
7484
- * 网友视角列表
7562
+ * List of viewpoints from netizens.
7485
7563
  *
7486
7564
  * @param request - ListWebReviewPointsRequest
7487
7565
  * @returns ListWebReviewPointsResponse
@@ -7491,7 +7569,7 @@ class Client extends openapi_core_1.default {
7491
7569
  return await this.listWebReviewPointsWithOptions(request, runtime);
7492
7570
  }
7493
7571
  /**
7494
- * 获取文体列表
7572
+ * Retrieves the list of writing styles.
7495
7573
  *
7496
7574
  * @param request - ListWritingStylesRequest
7497
7575
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7531,7 +7609,7 @@ class Client extends openapi_core_1.default {
7531
7609
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListWritingStylesResponse({}));
7532
7610
  }
7533
7611
  /**
7534
- * 获取文体列表
7612
+ * Retrieves the list of writing styles.
7535
7613
  *
7536
7614
  * @param request - ListWritingStylesRequest
7537
7615
  * @returns ListWritingStylesResponse
@@ -7541,7 +7619,7 @@ class Client extends openapi_core_1.default {
7541
7619
  return await this.listWritingStylesWithOptions(request, runtime);
7542
7620
  }
7543
7621
  /**
7544
- * 根据taskId查询异步任务状态
7622
+ * Queries the details of submitted asynchronous task executions.
7545
7623
  *
7546
7624
  * @param request - QueryAsyncTaskRequest
7547
7625
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7575,7 +7653,7 @@ class Client extends openapi_core_1.default {
7575
7653
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryAsyncTaskResponse({}));
7576
7654
  }
7577
7655
  /**
7578
- * 根据taskId查询异步任务状态
7656
+ * Queries the details of submitted asynchronous task executions.
7579
7657
  *
7580
7658
  * @param request - QueryAsyncTaskRequest
7581
7659
  * @returns QueryAsyncTaskResponse
@@ -7585,7 +7663,7 @@ class Client extends openapi_core_1.default {
7585
7663
  return await this.queryAsyncTaskWithOptions(request, runtime);
7586
7664
  }
7587
7665
  /**
7588
- * 查询审核结果
7666
+ * Queries the results of an audit task.
7589
7667
  *
7590
7668
  * @param request - QueryAuditTaskRequest
7591
7669
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7620,7 +7698,7 @@ class Client extends openapi_core_1.default {
7620
7698
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryAuditTaskResponse({}));
7621
7699
  }
7622
7700
  /**
7623
- * 查询审核结果
7701
+ * Queries the results of an audit task.
7624
7702
  *
7625
7703
  * @param request - QueryAuditTaskRequest
7626
7704
  * @returns QueryAuditTaskResponse
@@ -7630,10 +7708,10 @@ class Client extends openapi_core_1.default {
7630
7708
  return await this.queryAuditTaskWithOptions(request, runtime);
7631
7709
  }
7632
7710
  /**
7633
- * 查询视频审校结果
7711
+ * Queries video audit results.
7634
7712
  *
7635
7713
  * @remarks
7636
- * 根据任务ID查询视频审校结果,包含视频信息、分镜信息和审核结果
7714
+ * Queries video audit results by task ID. The response includes video information, shot information, and audit results.
7637
7715
  *
7638
7716
  * @param request - QueryVideoAuditResultRequest
7639
7717
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7665,10 +7743,10 @@ class Client extends openapi_core_1.default {
7665
7743
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryVideoAuditResultResponse({}));
7666
7744
  }
7667
7745
  /**
7668
- * 查询视频审校结果
7746
+ * Queries video audit results.
7669
7747
  *
7670
7748
  * @remarks
7671
- * 根据任务ID查询视频审校结果,包含视频信息、分镜信息和审核结果
7749
+ * Queries video audit results by task ID. The response includes video information, shot information, and audit results.
7672
7750
  *
7673
7751
  * @param request - QueryVideoAuditResultRequest
7674
7752
  * @returns QueryVideoAuditResultResponse
@@ -7678,7 +7756,7 @@ class Client extends openapi_core_1.default {
7678
7756
  return await this.queryVideoAuditResultWithOptions(request, runtime);
7679
7757
  }
7680
7758
  /**
7681
- * 内容缩写
7759
+ * Abbreviates the specified content.
7682
7760
  *
7683
7761
  * @param request - RunAbbreviationContentRequest
7684
7762
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7740,7 +7818,7 @@ class Client extends openapi_core_1.default {
7740
7818
  });
7741
7819
  }
7742
7820
  /**
7743
- * 内容缩写
7821
+ * Abbreviates the specified content.
7744
7822
  *
7745
7823
  * @param request - RunAbbreviationContentRequest
7746
7824
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7775,7 +7853,7 @@ class Client extends openapi_core_1.default {
7775
7853
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunAbbreviationContentResponse({}));
7776
7854
  }
7777
7855
  /**
7778
- * 内容缩写
7856
+ * Abbreviates the specified content.
7779
7857
  *
7780
7858
  * @param request - RunAbbreviationContentRequest
7781
7859
  * @returns RunAbbreviationContentResponse
@@ -7785,7 +7863,10 @@ class Client extends openapi_core_1.default {
7785
7863
  return await this.runAbbreviationContentWithOptions(request, runtime);
7786
7864
  }
7787
7865
  /**
7788
- * 妙笔: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).
7789
7870
  *
7790
7871
  * @param tmpReq - RunAiHelperWritingRequest
7791
7872
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7864,7 +7945,10 @@ class Client extends openapi_core_1.default {
7864
7945
  });
7865
7946
  }
7866
7947
  /**
7867
- * 妙笔: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).
7868
7952
  *
7869
7953
  * @param tmpReq - RunAiHelperWritingRequest
7870
7954
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7916,7 +8000,10 @@ class Client extends openapi_core_1.default {
7916
8000
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunAiHelperWritingResponse({}));
7917
8001
  }
7918
8002
  /**
7919
- * 妙笔: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).
7920
8007
  *
7921
8008
  * @param request - RunAiHelperWritingRequest
7922
8009
  * @returns RunAiHelperWritingResponse
@@ -7926,7 +8013,7 @@ class Client extends openapi_core_1.default {
7926
8013
  return await this.runAiHelperWritingWithOptions(request, runtime);
7927
8014
  }
7928
8015
  /**
7929
- * 妙读生成书籍脑图
8016
+ * Miaodu generates mind maps of books.
7930
8017
  *
7931
8018
  * @param request - RunBookBrainmapRequest
7932
8019
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8003,7 +8090,7 @@ class Client extends openapi_core_1.default {
8003
8090
  });
8004
8091
  }
8005
8092
  /**
8006
- * 妙读生成书籍脑图
8093
+ * Miaodu generates mind maps of books.
8007
8094
  *
8008
8095
  * @param request - RunBookBrainmapRequest
8009
8096
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8053,7 +8140,7 @@ class Client extends openapi_core_1.default {
8053
8140
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunBookBrainmapResponse({}));
8054
8141
  }
8055
8142
  /**
8056
- * 妙读生成书籍脑图
8143
+ * Miaodu generates mind maps of books.
8057
8144
  *
8058
8145
  * @param request - RunBookBrainmapRequest
8059
8146
  * @returns RunBookBrainmapResponse
@@ -8063,7 +8150,7 @@ class Client extends openapi_core_1.default {
8063
8150
  return await this.runBookBrainmapWithOptions(request, runtime);
8064
8151
  }
8065
8152
  /**
8066
- * 书籍导读接口
8153
+ * Extracts a summary, structured selling points, and hotwords from a book.
8067
8154
  *
8068
8155
  * @param request - RunBookIntroductionRequest
8069
8156
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8134,7 +8221,7 @@ class Client extends openapi_core_1.default {
8134
8221
  });
8135
8222
  }
8136
8223
  /**
8137
- * 书籍导读接口
8224
+ * Extracts a summary, structured selling points, and hotwords from a book.
8138
8225
  *
8139
8226
  * @param request - RunBookIntroductionRequest
8140
8227
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8178,7 +8265,7 @@ class Client extends openapi_core_1.default {
8178
8265
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunBookIntroductionResponse({}));
8179
8266
  }
8180
8267
  /**
8181
- * 书籍导读接口
8268
+ * Extracts a summary, structured selling points, and hotwords from a book.
8182
8269
  *
8183
8270
  * @param request - RunBookIntroductionRequest
8184
8271
  * @returns RunBookIntroductionResponse
@@ -8188,7 +8275,7 @@ class Client extends openapi_core_1.default {
8188
8275
  return await this.runBookIntroductionWithOptions(request, runtime);
8189
8276
  }
8190
8277
  /**
8191
- * 书籍智能卡片接口
8278
+ * A smart card interface for books.
8192
8279
  *
8193
8280
  * @param request - RunBookSmartCardRequest
8194
8281
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8250,7 +8337,7 @@ class Client extends openapi_core_1.default {
8250
8337
  });
8251
8338
  }
8252
8339
  /**
8253
- * 书籍智能卡片接口
8340
+ * A smart card interface for books.
8254
8341
  *
8255
8342
  * @param request - RunBookSmartCardRequest
8256
8343
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8285,7 +8372,7 @@ class Client extends openapi_core_1.default {
8285
8372
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunBookSmartCardResponse({}));
8286
8373
  }
8287
8374
  /**
8288
- * 书籍智能卡片接口
8375
+ * A smart card interface for books.
8289
8376
  *
8290
8377
  * @param request - RunBookSmartCardRequest
8291
8378
  * @returns RunBookSmartCardResponse
@@ -8295,7 +8382,7 @@ class Client extends openapi_core_1.default {
8295
8382
  return await this.runBookSmartCardWithOptions(request, runtime);
8296
8383
  }
8297
8384
  /**
8298
- * 客户之声预测
8385
+ * Predicts user comments for a specified article.
8299
8386
  *
8300
8387
  * @param tmpReq - RunCommentGenerationRequest
8301
8388
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8395,7 +8482,7 @@ class Client extends openapi_core_1.default {
8395
8482
  });
8396
8483
  }
8397
8484
  /**
8398
- * 客户之声预测
8485
+ * Predicts user comments for a specified article.
8399
8486
  *
8400
8487
  * @param tmpReq - RunCommentGenerationRequest
8401
8488
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8468,7 +8555,7 @@ class Client extends openapi_core_1.default {
8468
8555
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunCommentGenerationResponse({}));
8469
8556
  }
8470
8557
  /**
8471
- * 客户之声预测
8558
+ * Predicts user comments for a specified article.
8472
8559
  *
8473
8560
  * @param request - RunCommentGenerationRequest
8474
8561
  * @returns RunCommentGenerationResponse
@@ -8478,7 +8565,7 @@ class Client extends openapi_core_1.default {
8478
8565
  return await this.runCommentGenerationWithOptions(request, runtime);
8479
8566
  }
8480
8567
  /**
8481
- * 内容续写
8568
+ * Continues generating content.
8482
8569
  *
8483
8570
  * @param request - RunContinueContentRequest
8484
8571
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8537,7 +8624,7 @@ class Client extends openapi_core_1.default {
8537
8624
  });
8538
8625
  }
8539
8626
  /**
8540
- * 内容续写
8627
+ * Continues generating content.
8541
8628
  *
8542
8629
  * @param request - RunContinueContentRequest
8543
8630
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8569,7 +8656,7 @@ class Client extends openapi_core_1.default {
8569
8656
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunContinueContentResponse({}));
8570
8657
  }
8571
8658
  /**
8572
- * 内容续写
8659
+ * Continues generating content.
8573
8660
  *
8574
8661
  * @param request - RunContinueContentRequest
8575
8662
  * @returns RunContinueContentResponse
@@ -8579,7 +8666,7 @@ class Client extends openapi_core_1.default {
8579
8666
  return await this.runContinueContentWithOptions(request, runtime);
8580
8667
  }
8581
8668
  /**
8582
- * 自定义热点话题分析
8669
+ * Analyzes custom hot topics.
8583
8670
  *
8584
8671
  * @param request - RunCustomHotTopicAnalysisRequest
8585
8672
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8653,7 +8740,7 @@ class Client extends openapi_core_1.default {
8653
8740
  });
8654
8741
  }
8655
8742
  /**
8656
- * 自定义热点话题分析
8743
+ * Analyzes custom hot topics.
8657
8744
  *
8658
8745
  * @param request - RunCustomHotTopicAnalysisRequest
8659
8746
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8700,7 +8787,7 @@ class Client extends openapi_core_1.default {
8700
8787
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunCustomHotTopicAnalysisResponse({}));
8701
8788
  }
8702
8789
  /**
8703
- * 自定义热点话题分析
8790
+ * Analyzes custom hot topics.
8704
8791
  *
8705
8792
  * @param request - RunCustomHotTopicAnalysisRequest
8706
8793
  * @returns RunCustomHotTopicAnalysisResponse
@@ -8710,7 +8797,7 @@ class Client extends openapi_core_1.default {
8710
8797
  return await this.runCustomHotTopicAnalysisWithOptions(request, runtime);
8711
8798
  }
8712
8799
  /**
8713
- * 自定义选题视角分析
8800
+ * Perspective analysis of custom topics.
8714
8801
  *
8715
8802
  * @param request - RunCustomHotTopicViewPointAnalysisRequest
8716
8803
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8793,7 +8880,7 @@ class Client extends openapi_core_1.default {
8793
8880
  });
8794
8881
  }
8795
8882
  /**
8796
- * 自定义选题视角分析
8883
+ * Perspective analysis of custom topics.
8797
8884
  *
8798
8885
  * @param request - RunCustomHotTopicViewPointAnalysisRequest
8799
8886
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8849,7 +8936,7 @@ class Client extends openapi_core_1.default {
8849
8936
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunCustomHotTopicViewPointAnalysisResponse({}));
8850
8937
  }
8851
8938
  /**
8852
- * 自定义选题视角分析
8939
+ * Perspective analysis of custom topics.
8853
8940
  *
8854
8941
  * @param request - RunCustomHotTopicViewPointAnalysisRequest
8855
8942
  * @returns RunCustomHotTopicViewPointAnalysisResponse
@@ -8859,7 +8946,7 @@ class Client extends openapi_core_1.default {
8859
8946
  return await this.runCustomHotTopicViewPointAnalysisWithOptions(request, runtime);
8860
8947
  }
8861
8948
  /**
8862
- * 流式输出深度写作事件
8949
+ * Queries deep writing events. The system returns detailed information about the task execution as a stream of Server-Sent Events (SSE).
8863
8950
  *
8864
8951
  * @param request - RunDeepWritingRequest
8865
8952
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8921,7 +9008,7 @@ class Client extends openapi_core_1.default {
8921
9008
  });
8922
9009
  }
8923
9010
  /**
8924
- * 流式输出深度写作事件
9011
+ * Queries deep writing events. The system returns detailed information about the task execution as a stream of Server-Sent Events (SSE).
8925
9012
  *
8926
9013
  * @param request - RunDeepWritingRequest
8927
9014
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8956,7 +9043,7 @@ class Client extends openapi_core_1.default {
8956
9043
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDeepWritingResponse({}));
8957
9044
  }
8958
9045
  /**
8959
- * 流式输出深度写作事件
9046
+ * Queries deep writing events. The system returns detailed information about the task execution as a stream of Server-Sent Events (SSE).
8960
9047
  *
8961
9048
  * @param request - RunDeepWritingRequest
8962
9049
  * @returns RunDeepWritingResponse
@@ -8966,7 +9053,7 @@ class Client extends openapi_core_1.default {
8966
9053
  return await this.runDeepWritingWithOptions(request, runtime);
8967
9054
  }
8968
9055
  /**
8969
- * 妙读脑图生成接口
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.
8970
9057
  *
8971
9058
  * @param request - RunDocBrainmapRequest
8972
9059
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9049,7 +9136,7 @@ class Client extends openapi_core_1.default {
9049
9136
  });
9050
9137
  }
9051
9138
  /**
9052
- * 妙读脑图生成接口
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.
9053
9140
  *
9054
9141
  * @param request - RunDocBrainmapRequest
9055
9142
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9105,7 +9192,7 @@ class Client extends openapi_core_1.default {
9105
9192
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocBrainmapResponse({}));
9106
9193
  }
9107
9194
  /**
9108
- * 妙读脑图生成接口
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.
9109
9196
  *
9110
9197
  * @param request - RunDocBrainmapRequest
9111
9198
  * @returns RunDocBrainmapResponse
@@ -9115,7 +9202,7 @@ class Client extends openapi_core_1.default {
9115
9202
  return await this.runDocBrainmapWithOptions(request, runtime);
9116
9203
  }
9117
9204
  /**
9118
- * 妙读文档导读接口
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.
9119
9206
  *
9120
9207
  * @param request - RunDocIntroductionRequest
9121
9208
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9195,7 +9282,7 @@ class Client extends openapi_core_1.default {
9195
9282
  });
9196
9283
  }
9197
9284
  /**
9198
- * 妙读文档导读接口
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.
9199
9286
  *
9200
9287
  * @param request - RunDocIntroductionRequest
9201
9288
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9248,7 +9335,7 @@ class Client extends openapi_core_1.default {
9248
9335
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocIntroductionResponse({}));
9249
9336
  }
9250
9337
  /**
9251
- * 妙读文档导读接口
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.
9252
9339
  *
9253
9340
  * @param request - RunDocIntroductionRequest
9254
9341
  * @returns RunDocIntroductionResponse
@@ -9258,7 +9345,8 @@ class Client extends openapi_core_1.default {
9258
9345
  return await this.runDocIntroductionWithOptions(request, runtime);
9259
9346
  }
9260
9347
  /**
9261
- * 妙读问答接口
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.
9262
9350
  *
9263
9351
  * @param tmpReq - RunDocQaRequest
9264
9352
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9349,7 +9437,8 @@ class Client extends openapi_core_1.default {
9349
9437
  });
9350
9438
  }
9351
9439
  /**
9352
- * 妙读问答接口
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.
9353
9442
  *
9354
9443
  * @param tmpReq - RunDocQaRequest
9355
9444
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9413,7 +9502,8 @@ class Client extends openapi_core_1.default {
9413
9502
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocQaResponse({}));
9414
9503
  }
9415
9504
  /**
9416
- * 妙读问答接口
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.
9417
9507
  *
9418
9508
  * @param request - RunDocQaRequest
9419
9509
  * @returns RunDocQaResponse
@@ -9423,7 +9513,7 @@ class Client extends openapi_core_1.default {
9423
9513
  return await this.runDocQaWithOptions(request, runtime);
9424
9514
  }
9425
9515
  /**
9426
- * 文档智能卡片接口
9516
+ * Automatically adds tags to selected text or a specified chat and generates a smart card note.
9427
9517
  *
9428
9518
  * @param request - RunDocSmartCardRequest
9429
9519
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9491,7 +9581,7 @@ class Client extends openapi_core_1.default {
9491
9581
  });
9492
9582
  }
9493
9583
  /**
9494
- * 文档智能卡片接口
9584
+ * Automatically adds tags to selected text or a specified chat and generates a smart card note.
9495
9585
  *
9496
9586
  * @param request - RunDocSmartCardRequest
9497
9587
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9532,7 +9622,7 @@ class Client extends openapi_core_1.default {
9532
9622
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocSmartCardResponse({}));
9533
9623
  }
9534
9624
  /**
9535
- * 文档智能卡片接口
9625
+ * Automatically adds tags to selected text or a specified chat and generates a smart card note.
9536
9626
  *
9537
9627
  * @param request - RunDocSmartCardRequest
9538
9628
  * @returns RunDocSmartCardResponse
@@ -9542,7 +9632,7 @@ class Client extends openapi_core_1.default {
9542
9632
  return await this.runDocSmartCardWithOptions(request, runtime);
9543
9633
  }
9544
9634
  /**
9545
- * 妙读文档总结摘要接口
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.
9546
9636
  *
9547
9637
  * @param request - RunDocSummaryRequest
9548
9638
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9616,7 +9706,7 @@ class Client extends openapi_core_1.default {
9616
9706
  });
9617
9707
  }
9618
9708
  /**
9619
- * 妙读文档总结摘要接口
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.
9620
9710
  *
9621
9711
  * @param request - RunDocSummaryRequest
9622
9712
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9663,7 +9753,7 @@ class Client extends openapi_core_1.default {
9663
9753
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocSummaryResponse({}));
9664
9754
  }
9665
9755
  /**
9666
- * 妙读文档总结摘要接口
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.
9667
9757
  *
9668
9758
  * @param request - RunDocSummaryRequest
9669
9759
  * @returns RunDocSummaryResponse
@@ -9673,7 +9763,7 @@ class Client extends openapi_core_1.default {
9673
9763
  return await this.runDocSummaryWithOptions(request, runtime);
9674
9764
  }
9675
9765
  /**
9676
- * 妙读文档翻译接口
9766
+ * An API for document translation between English and Chinese.
9677
9767
  *
9678
9768
  * @param request - RunDocTranslationRequest
9679
9769
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9747,7 +9837,7 @@ class Client extends openapi_core_1.default {
9747
9837
  });
9748
9838
  }
9749
9839
  /**
9750
- * 妙读文档翻译接口
9840
+ * An API for document translation between English and Chinese.
9751
9841
  *
9752
9842
  * @param request - RunDocTranslationRequest
9753
9843
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9794,7 +9884,7 @@ class Client extends openapi_core_1.default {
9794
9884
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocTranslationResponse({}));
9795
9885
  }
9796
9886
  /**
9797
- * 妙读文档翻译接口
9887
+ * An API for document translation between English and Chinese.
9798
9888
  *
9799
9889
  * @param request - RunDocTranslationRequest
9800
9890
  * @returns RunDocTranslationResponse
@@ -9804,7 +9894,7 @@ class Client extends openapi_core_1.default {
9804
9894
  return await this.runDocTranslationWithOptions(request, runtime);
9805
9895
  }
9806
9896
  /**
9807
- * 文档改写
9897
+ * Rewrites an article in a specified style.
9808
9898
  *
9809
9899
  * @param request - RunDocWashingRequest
9810
9900
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9884,7 +9974,7 @@ class Client extends openapi_core_1.default {
9884
9974
  });
9885
9975
  }
9886
9976
  /**
9887
- * 文档改写
9977
+ * Rewrites an article in a specified style.
9888
9978
  *
9889
9979
  * @param request - RunDocWashingRequest
9890
9980
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9937,7 +10027,7 @@ class Client extends openapi_core_1.default {
9937
10027
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunDocWashingResponse({}));
9938
10028
  }
9939
10029
  /**
9940
- * 文档改写
10030
+ * Rewrites an article in a specified style.
9941
10031
  *
9942
10032
  * @param request - RunDocWashingRequest
9943
10033
  * @returns RunDocWashingResponse
@@ -9947,7 +10037,7 @@ class Client extends openapi_core_1.default {
9947
10037
  return await this.runDocWashingWithOptions(request, runtime);
9948
10038
  }
9949
10039
  /**
9950
- * 内容扩写
10040
+ * Expands content.
9951
10041
  *
9952
10042
  * @param request - RunExpandContentRequest
9953
10043
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10009,7 +10099,7 @@ class Client extends openapi_core_1.default {
10009
10099
  });
10010
10100
  }
10011
10101
  /**
10012
- * 内容扩写
10102
+ * Expands content.
10013
10103
  *
10014
10104
  * @param request - RunExpandContentRequest
10015
10105
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10044,7 +10134,7 @@ class Client extends openapi_core_1.default {
10044
10134
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunExpandContentResponse({}));
10045
10135
  }
10046
10136
  /**
10047
- * 内容扩写
10137
+ * Expands content.
10048
10138
  *
10049
10139
  * @param request - RunExpandContentRequest
10050
10140
  * @returns RunExpandContentResponse
@@ -10054,7 +10144,7 @@ class Client extends openapi_core_1.default {
10054
10144
  return await this.runExpandContentWithOptions(request, runtime);
10055
10145
  }
10056
10146
  /**
10057
- * 妙读猜你想问接口
10147
+ * Submits a query and returns several related queries.
10058
10148
  *
10059
10149
  * @param request - RunGenerateQuestionsRequest
10060
10150
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10122,7 +10212,7 @@ class Client extends openapi_core_1.default {
10122
10212
  });
10123
10213
  }
10124
10214
  /**
10125
- * 妙读猜你想问接口
10215
+ * Submits a query and returns several related queries.
10126
10216
  *
10127
10217
  * @param request - RunGenerateQuestionsRequest
10128
10218
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10163,7 +10253,7 @@ class Client extends openapi_core_1.default {
10163
10253
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunGenerateQuestionsResponse({}));
10164
10254
  }
10165
10255
  /**
10166
- * 妙读猜你想问接口
10256
+ * Submits a query and returns several related queries.
10167
10257
  *
10168
10258
  * @param request - RunGenerateQuestionsRequest
10169
10259
  * @returns RunGenerateQuestionsResponse
@@ -10173,7 +10263,7 @@ class Client extends openapi_core_1.default {
10173
10263
  return await this.runGenerateQuestionsWithOptions(request, runtime);
10174
10264
  }
10175
10265
  /**
10176
- * 妙读文档关键词抽取接口
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.
10177
10267
  *
10178
10268
  * @param request - RunHotwordRequest
10179
10269
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10244,7 +10334,7 @@ class Client extends openapi_core_1.default {
10244
10334
  });
10245
10335
  }
10246
10336
  /**
10247
- * 妙读文档关键词抽取接口
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.
10248
10338
  *
10249
10339
  * @param request - RunHotwordRequest
10250
10340
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10288,7 +10378,7 @@ class Client extends openapi_core_1.default {
10288
10378
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunHotwordResponse({}));
10289
10379
  }
10290
10380
  /**
10291
- * 妙读文档关键词抽取接口
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.
10292
10382
  *
10293
10383
  * @param request - RunHotwordRequest
10294
10384
  * @returns RunHotwordResponse
@@ -10298,7 +10388,7 @@ class Client extends openapi_core_1.default {
10298
10388
  return await this.runHotwordWithOptions(request, runtime);
10299
10389
  }
10300
10390
  /**
10301
- * AI妙笔-创作-抽取关键词
10391
+ * Extracts and generates keywords using AMB.
10302
10392
  *
10303
10393
  * @param tmpReq - RunKeywordsExtractionGenerationRequest
10304
10394
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10368,7 +10458,7 @@ class Client extends openapi_core_1.default {
10368
10458
  });
10369
10459
  }
10370
10460
  /**
10371
- * AI妙笔-创作-抽取关键词
10461
+ * Extracts and generates keywords using AMB.
10372
10462
  *
10373
10463
  * @param tmpReq - RunKeywordsExtractionGenerationRequest
10374
10464
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10411,7 +10501,7 @@ class Client extends openapi_core_1.default {
10411
10501
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunKeywordsExtractionGenerationResponse({}));
10412
10502
  }
10413
10503
  /**
10414
- * AI妙笔-创作-抽取关键词
10504
+ * Extracts and generates keywords using AMB.
10415
10505
  *
10416
10506
  * @param request - RunKeywordsExtractionGenerationRequest
10417
10507
  * @returns RunKeywordsExtractionGenerationResponse
@@ -10421,7 +10511,7 @@ class Client extends openapi_core_1.default {
10421
10511
  return await this.runKeywordsExtractionGenerationWithOptions(request, runtime);
10422
10512
  }
10423
10513
  /**
10424
- * 文档批量导读
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.
10425
10515
  *
10426
10516
  * @param tmpReq - RunMultiDocIntroductionRequest
10427
10517
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10497,7 +10587,7 @@ class Client extends openapi_core_1.default {
10497
10587
  });
10498
10588
  }
10499
10589
  /**
10500
- * 文档批量导读
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.
10501
10591
  *
10502
10592
  * @param tmpReq - RunMultiDocIntroductionRequest
10503
10593
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10546,7 +10636,7 @@ class Client extends openapi_core_1.default {
10546
10636
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunMultiDocIntroductionResponse({}));
10547
10637
  }
10548
10638
  /**
10549
- * 文档批量导读
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.
10550
10640
  *
10551
10641
  * @param request - RunMultiDocIntroductionRequest
10552
10642
  * @returns RunMultiDocIntroductionResponse
@@ -10556,7 +10646,13 @@ class Client extends openapi_core_1.default {
10556
10646
  return await this.runMultiDocIntroductionWithOptions(request, runtime);
10557
10647
  }
10558
10648
  /**
10559
- * 流式输出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).
10560
10656
  *
10561
10657
  * @param request - RunPptOutlineGenerationRequest
10562
10658
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10618,7 +10714,13 @@ class Client extends openapi_core_1.default {
10618
10714
  });
10619
10715
  }
10620
10716
  /**
10621
- * 流式输出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).
10622
10724
  *
10623
10725
  * @param request - RunPptOutlineGenerationRequest
10624
10726
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10653,7 +10755,13 @@ class Client extends openapi_core_1.default {
10653
10755
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunPptOutlineGenerationResponse({}));
10654
10756
  }
10655
10757
  /**
10656
- * 流式输出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).
10657
10765
  *
10658
10766
  * @param request - RunPptOutlineGenerationRequest
10659
10767
  * @returns RunPptOutlineGenerationResponse
@@ -10663,7 +10771,12 @@ class Client extends openapi_core_1.default {
10663
10771
  return await this.runPptOutlineGenerationWithOptions(request, runtime);
10664
10772
  }
10665
10773
  /**
10666
- * 快速写作
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.
10667
10780
  *
10668
10781
  * @param tmpReq - RunQuickWritingRequest
10669
10782
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10739,7 +10852,12 @@ class Client extends openapi_core_1.default {
10739
10852
  });
10740
10853
  }
10741
10854
  /**
10742
- * 快速写作
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.
10743
10861
  *
10744
10862
  * @param tmpReq - RunQuickWritingRequest
10745
10863
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10788,7 +10906,12 @@ class Client extends openapi_core_1.default {
10788
10906
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunQuickWritingResponse({}));
10789
10907
  }
10790
10908
  /**
10791
- * 快速写作
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.
10792
10915
  *
10793
10916
  * @param request - RunQuickWritingRequest
10794
10917
  * @returns RunQuickWritingResponse
@@ -10798,7 +10921,20 @@ class Client extends openapi_core_1.default {
10798
10921
  return await this.runQuickWritingWithOptions(request, runtime);
10799
10922
  }
10800
10923
  /**
10801
- * 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.
10802
10938
  *
10803
10939
  * @param tmpReq - RunSearchGenerationRequest
10804
10940
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10883,7 +11019,20 @@ class Client extends openapi_core_1.default {
10883
11019
  });
10884
11020
  }
10885
11021
  /**
10886
- * 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.
10887
11036
  *
10888
11037
  * @param tmpReq - RunSearchGenerationRequest
10889
11038
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10941,7 +11090,20 @@ class Client extends openapi_core_1.default {
10941
11090
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunSearchGenerationResponse({}));
10942
11091
  }
10943
11092
  /**
10944
- * 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.
10945
11107
  *
10946
11108
  * @param request - RunSearchGenerationRequest
10947
11109
  * @returns RunSearchGenerationResponse
@@ -10951,7 +11113,7 @@ class Client extends openapi_core_1.default {
10951
11113
  return await this.runSearchGenerationWithOptions(request, runtime);
10952
11114
  }
10953
11115
  /**
10954
- * 妙搜-文搜文
11116
+ * Miao Search enables text-to-text search.
10955
11117
  *
10956
11118
  * @param tmpReq - RunSearchSimilarArticlesRequest
10957
11119
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11024,7 +11186,7 @@ class Client extends openapi_core_1.default {
11024
11186
  });
11025
11187
  }
11026
11188
  /**
11027
- * 妙搜-文搜文
11189
+ * Miao Search enables text-to-text search.
11028
11190
  *
11029
11191
  * @param tmpReq - RunSearchSimilarArticlesRequest
11030
11192
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11070,7 +11232,7 @@ class Client extends openapi_core_1.default {
11070
11232
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunSearchSimilarArticlesResponse({}));
11071
11233
  }
11072
11234
  /**
11073
- * 妙搜-文搜文
11235
+ * Miao Search enables text-to-text search.
11074
11236
  *
11075
11237
  * @param request - RunSearchSimilarArticlesRequest
11076
11238
  * @returns RunSearchSimilarArticlesResponse
@@ -11080,7 +11242,10 @@ class Client extends openapi_core_1.default {
11080
11242
  return await this.runSearchSimilarArticlesWithOptions(request, runtime);
11081
11243
  }
11082
11244
  /**
11083
- * 创作-分步骤写作
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).
11084
11249
  *
11085
11250
  * @param tmpReq - RunStepByStepWritingRequest
11086
11251
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11162,7 +11327,10 @@ class Client extends openapi_core_1.default {
11162
11327
  });
11163
11328
  }
11164
11329
  /**
11165
- * 创作-分步骤写作
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).
11166
11334
  *
11167
11335
  * @param tmpReq - RunStepByStepWritingRequest
11168
11336
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11217,7 +11385,10 @@ class Client extends openapi_core_1.default {
11217
11385
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunStepByStepWritingResponse({}));
11218
11386
  }
11219
11387
  /**
11220
- * 创作-分步骤写作
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).
11221
11392
  *
11222
11393
  * @param request - RunStepByStepWritingRequest
11223
11394
  * @returns RunStepByStepWritingResponse
@@ -11227,7 +11398,10 @@ class Client extends openapi_core_1.default {
11227
11398
  return await this.runStepByStepWritingWithOptions(request, runtime);
11228
11399
  }
11229
11400
  /**
11230
- * 内容特点分析
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).
11231
11405
  *
11232
11406
  * @param tmpReq - RunStyleFeatureAnalysisRequest
11233
11407
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11297,7 +11471,10 @@ class Client extends openapi_core_1.default {
11297
11471
  });
11298
11472
  }
11299
11473
  /**
11300
- * 内容特点分析
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).
11301
11478
  *
11302
11479
  * @param tmpReq - RunStyleFeatureAnalysisRequest
11303
11480
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11340,7 +11517,10 @@ class Client extends openapi_core_1.default {
11340
11517
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunStyleFeatureAnalysisResponse({}));
11341
11518
  }
11342
11519
  /**
11343
- * 内容特点分析
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).
11344
11524
  *
11345
11525
  * @param request - RunStyleFeatureAnalysisRequest
11346
11526
  * @returns RunStyleFeatureAnalysisResponse
@@ -11350,7 +11530,7 @@ class Client extends openapi_core_1.default {
11350
11530
  return await this.runStyleFeatureAnalysisWithOptions(request, runtime);
11351
11531
  }
11352
11532
  /**
11353
- * 内容摘要生成
11533
+ * Generates a summary of content.
11354
11534
  *
11355
11535
  * @param request - RunSummaryGenerateRequest
11356
11536
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11412,7 +11592,7 @@ class Client extends openapi_core_1.default {
11412
11592
  });
11413
11593
  }
11414
11594
  /**
11415
- * 内容摘要生成
11595
+ * Generates a summary of content.
11416
11596
  *
11417
11597
  * @param request - RunSummaryGenerateRequest
11418
11598
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11447,7 +11627,7 @@ class Client extends openapi_core_1.default {
11447
11627
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunSummaryGenerateResponse({}));
11448
11628
  }
11449
11629
  /**
11450
- * 内容摘要生成
11630
+ * Generates a summary of content.
11451
11631
  *
11452
11632
  * @param request - RunSummaryGenerateRequest
11453
11633
  * @returns RunSummaryGenerateResponse
@@ -11457,7 +11637,7 @@ class Client extends openapi_core_1.default {
11457
11637
  return await this.runSummaryGenerateWithOptions(request, runtime);
11458
11638
  }
11459
11639
  /**
11460
- * 创作-文本润色
11640
+ * Polishes the specified text.
11461
11641
  *
11462
11642
  * @param request - RunTextPolishingRequest
11463
11643
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11525,7 +11705,7 @@ class Client extends openapi_core_1.default {
11525
11705
  });
11526
11706
  }
11527
11707
  /**
11528
- * 创作-文本润色
11708
+ * Polishes the specified text.
11529
11709
  *
11530
11710
  * @param request - RunTextPolishingRequest
11531
11711
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11566,7 +11746,7 @@ class Client extends openapi_core_1.default {
11566
11746
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunTextPolishingResponse({}));
11567
11747
  }
11568
11748
  /**
11569
- * 创作-文本润色
11749
+ * Polishes the specified text.
11570
11750
  *
11571
11751
  * @param request - RunTextPolishingRequest
11572
11752
  * @returns RunTextPolishingResponse
@@ -11576,7 +11756,7 @@ class Client extends openapi_core_1.default {
11576
11756
  return await this.runTextPolishingWithOptions(request, runtime);
11577
11757
  }
11578
11758
  /**
11579
- * 妙笔:标题生成
11759
+ * Miaobi generates titles.
11580
11760
  *
11581
11761
  * @param tmpReq - RunTitleGenerationRequest
11582
11762
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11652,7 +11832,7 @@ class Client extends openapi_core_1.default {
11652
11832
  });
11653
11833
  }
11654
11834
  /**
11655
- * 妙笔:标题生成
11835
+ * Miaobi generates titles.
11656
11836
  *
11657
11837
  * @param tmpReq - RunTitleGenerationRequest
11658
11838
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11701,7 +11881,7 @@ class Client extends openapi_core_1.default {
11701
11881
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunTitleGenerationResponse({}));
11702
11882
  }
11703
11883
  /**
11704
- * 妙笔:标题生成
11884
+ * Miaobi generates titles.
11705
11885
  *
11706
11886
  * @param request - RunTitleGenerationRequest
11707
11887
  * @returns RunTitleGenerationResponse
@@ -11711,7 +11891,10 @@ class Client extends openapi_core_1.default {
11711
11891
  return await this.runTitleGenerationWithOptions(request, runtime);
11712
11892
  }
11713
11893
  /**
11714
- * 妙策选题策划聚合
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).
11715
11898
  *
11716
11899
  * @param tmpReq - RunTopicSelectionMergeRequest
11717
11900
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11778,7 +11961,10 @@ class Client extends openapi_core_1.default {
11778
11961
  });
11779
11962
  }
11780
11963
  /**
11781
- * 妙策选题策划聚合
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).
11782
11968
  *
11783
11969
  * @param tmpReq - RunTopicSelectionMergeRequest
11784
11970
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11818,7 +12004,10 @@ class Client extends openapi_core_1.default {
11818
12004
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunTopicSelectionMergeResponse({}));
11819
12005
  }
11820
12006
  /**
11821
- * 妙策选题策划聚合
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).
11822
12011
  *
11823
12012
  * @param request - RunTopicSelectionMergeRequest
11824
12013
  * @returns RunTopicSelectionMergeResponse
@@ -11828,7 +12017,7 @@ class Client extends openapi_core_1.default {
11828
12017
  return await this.runTopicSelectionMergeWithOptions(request, runtime);
11829
12018
  }
11830
12019
  /**
11831
- * AI妙笔-创作-中英文翻译
12020
+ * Translates text for content creation using AMB.
11832
12021
  *
11833
12022
  * @param tmpReq - RunTranslateGenerationRequest
11834
12023
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11898,7 +12087,7 @@ class Client extends openapi_core_1.default {
11898
12087
  });
11899
12088
  }
11900
12089
  /**
11901
- * AI妙笔-创作-中英文翻译
12090
+ * Translates text for content creation using AMB.
11902
12091
  *
11903
12092
  * @param tmpReq - RunTranslateGenerationRequest
11904
12093
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11941,7 +12130,7 @@ class Client extends openapi_core_1.default {
11941
12130
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunTranslateGenerationResponse({}));
11942
12131
  }
11943
12132
  /**
11944
- * AI妙笔-创作-中英文翻译
12133
+ * Translates text for content creation using AMB.
11945
12134
  *
11946
12135
  * @param request - RunTranslateGenerationRequest
11947
12136
  * @returns RunTranslateGenerationResponse
@@ -11951,7 +12140,7 @@ class Client extends openapi_core_1.default {
11951
12140
  return await this.runTranslateGenerationWithOptions(request, runtime);
11952
12141
  }
11953
12142
  /**
11954
- * AI生成视频剪辑脚本
12143
+ * Generates video clip scripts using AI.
11955
12144
  *
11956
12145
  * @param request - RunVideoScriptGenerateRequest
11957
12146
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12022,7 +12211,7 @@ class Client extends openapi_core_1.default {
12022
12211
  });
12023
12212
  }
12024
12213
  /**
12025
- * AI生成视频剪辑脚本
12214
+ * Generates video clip scripts using AI.
12026
12215
  *
12027
12216
  * @param request - RunVideoScriptGenerateRequest
12028
12217
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12066,7 +12255,7 @@ class Client extends openapi_core_1.default {
12066
12255
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunVideoScriptGenerateResponse({}));
12067
12256
  }
12068
12257
  /**
12069
- * AI生成视频剪辑脚本
12258
+ * Generates video clip scripts using AI.
12070
12259
  *
12071
12260
  * @param request - RunVideoScriptGenerateRequest
12072
12261
  * @returns RunVideoScriptGenerateResponse
@@ -12076,7 +12265,7 @@ class Client extends openapi_core_1.default {
12076
12265
  return await this.runVideoScriptGenerateWithOptions(request, runtime);
12077
12266
  }
12078
12267
  /**
12079
- * AI妙笔-创作-文风改写
12268
+ * Calls AMB to rewrite text in a new tone.
12080
12269
  *
12081
12270
  * @param tmpReq - RunWriteToneGenerationRequest
12082
12271
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12146,7 +12335,7 @@ class Client extends openapi_core_1.default {
12146
12335
  });
12147
12336
  }
12148
12337
  /**
12149
- * AI妙笔-创作-文风改写
12338
+ * Calls AMB to rewrite text in a new tone.
12150
12339
  *
12151
12340
  * @param tmpReq - RunWriteToneGenerationRequest
12152
12341
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12189,7 +12378,7 @@ class Client extends openapi_core_1.default {
12189
12378
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunWriteToneGenerationResponse({}));
12190
12379
  }
12191
12380
  /**
12192
- * AI妙笔-创作-文风改写
12381
+ * Calls AMB to rewrite text in a new tone.
12193
12382
  *
12194
12383
  * @param request - RunWriteToneGenerationRequest
12195
12384
  * @returns RunWriteToneGenerationResponse
@@ -12199,7 +12388,11 @@ class Client extends openapi_core_1.default {
12199
12388
  return await this.runWriteToneGenerationWithOptions(request, runtime);
12200
12389
  }
12201
12390
  /**
12202
- * 直接写作
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).
12203
12396
  *
12204
12397
  * @param tmpReq - RunWritingRequest
12205
12398
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12281,7 +12474,11 @@ class Client extends openapi_core_1.default {
12281
12474
  });
12282
12475
  }
12283
12476
  /**
12284
- * 直接写作
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).
12285
12482
  *
12286
12483
  * @param tmpReq - RunWritingRequest
12287
12484
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12336,7 +12533,11 @@ class Client extends openapi_core_1.default {
12336
12533
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunWritingResponse({}));
12337
12534
  }
12338
12535
  /**
12339
- * 直接写作
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).
12340
12541
  *
12341
12542
  * @param request - RunWritingRequest
12342
12543
  * @returns RunWritingResponse
@@ -12346,7 +12547,10 @@ class Client extends openapi_core_1.default {
12346
12547
  return await this.runWritingWithOptions(request, runtime);
12347
12548
  }
12348
12549
  /**
12349
- * 直接写作
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).
12350
12554
  *
12351
12555
  * @param tmpReq - RunWritingV2Request
12352
12556
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12491,7 +12695,10 @@ class Client extends openapi_core_1.default {
12491
12695
  });
12492
12696
  }
12493
12697
  /**
12494
- * 直接写作
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).
12495
12702
  *
12496
12703
  * @param tmpReq - RunWritingV2Request
12497
12704
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12609,7 +12816,10 @@ class Client extends openapi_core_1.default {
12609
12816
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunWritingV2Response({}));
12610
12817
  }
12611
12818
  /**
12612
- * 直接写作
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).
12613
12823
  *
12614
12824
  * @param request - RunWritingV2Request
12615
12825
  * @returns RunWritingV2Response
@@ -12619,7 +12829,7 @@ class Client extends openapi_core_1.default {
12619
12829
  return await this.runWritingV2WithOptions(request, runtime);
12620
12830
  }
12621
12831
  /**
12622
- * 保存自定义文本
12832
+ * Saves custom text.
12623
12833
  *
12624
12834
  * @param request - SaveCustomTextRequest
12625
12835
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12659,7 +12869,7 @@ class Client extends openapi_core_1.default {
12659
12869
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveCustomTextResponse({}));
12660
12870
  }
12661
12871
  /**
12662
- * 保存自定义文本
12872
+ * Saves custom text.
12663
12873
  *
12664
12874
  * @param request - SaveCustomTextRequest
12665
12875
  * @returns SaveCustomTextResponse
@@ -12669,7 +12879,7 @@ class Client extends openapi_core_1.default {
12669
12879
  return await this.saveCustomTextWithOptions(request, runtime);
12670
12880
  }
12671
12881
  /**
12672
- * 保存用户的信源配置
12882
+ * Saves the data source configuration for content creation and general search.
12673
12883
  *
12674
12884
  * @param tmpReq - SaveDataSourceOrderConfigRequest
12675
12885
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12714,7 +12924,7 @@ class Client extends openapi_core_1.default {
12714
12924
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveDataSourceOrderConfigResponse({}));
12715
12925
  }
12716
12926
  /**
12717
- * 保存用户的信源配置
12927
+ * Saves the data source configuration for content creation and general search.
12718
12928
  *
12719
12929
  * @param request - SaveDataSourceOrderConfigRequest
12720
12930
  * @returns SaveDataSourceOrderConfigResponse
@@ -12724,7 +12934,7 @@ class Client extends openapi_core_1.default {
12724
12934
  return await this.saveDataSourceOrderConfigWithOptions(request, runtime);
12725
12935
  }
12726
12936
  /**
12727
- * 保存素材
12937
+ * Save material: Save material to the Material Library.
12728
12938
  *
12729
12939
  * @param tmpReq - SaveMaterialDocumentRequest
12730
12940
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12799,7 +13009,7 @@ class Client extends openapi_core_1.default {
12799
13009
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveMaterialDocumentResponse({}));
12800
13010
  }
12801
13011
  /**
12802
- * 保存素材
13012
+ * Save material: Save material to the Material Library.
12803
13013
  *
12804
13014
  * @param request - SaveMaterialDocumentRequest
12805
13015
  * @returns SaveMaterialDocumentResponse
@@ -12809,7 +13019,7 @@ class Client extends openapi_core_1.default {
12809
13019
  return await this.saveMaterialDocumentWithOptions(request, runtime);
12810
13020
  }
12811
13021
  /**
12812
- * 配置oss访问参数
13022
+ * Configuration: Cloud storage parameter settings
12813
13023
  *
12814
13024
  * @param request - SaveOrUpdateOssConfigRequest
12815
13025
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12844,7 +13054,7 @@ class Client extends openapi_core_1.default {
12844
13054
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveOrUpdateOssConfigResponse({}));
12845
13055
  }
12846
13056
  /**
12847
- * 配置oss访问参数
13057
+ * Configuration: Cloud storage parameter settings
12848
13058
  *
12849
13059
  * @param request - SaveOrUpdateOssConfigRequest
12850
13060
  * @returns SaveOrUpdateOssConfigResponse
@@ -12854,7 +13064,7 @@ class Client extends openapi_core_1.default {
12854
13064
  return await this.saveOrUpdateOssConfigWithOptions(request, runtime);
12855
13065
  }
12856
13066
  /**
12857
- * 保存自定义文体
13067
+ * Saves a custom writing style.
12858
13068
  *
12859
13069
  * @param tmpReq - SaveStyleLearningResultRequest
12860
13070
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12909,7 +13119,7 @@ class Client extends openapi_core_1.default {
12909
13119
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveStyleLearningResultResponse({}));
12910
13120
  }
12911
13121
  /**
12912
- * 保存自定义文体
13122
+ * Saves a custom writing style.
12913
13123
  *
12914
13124
  * @param request - SaveStyleLearningResultRequest
12915
13125
  * @returns SaveStyleLearningResultResponse
@@ -12919,7 +13129,7 @@ class Client extends openapi_core_1.default {
12919
13129
  return await this.saveStyleLearningResultWithOptions(request, runtime);
12920
13130
  }
12921
13131
  /**
12922
- * 搜索数据集文档
13132
+ * Searches documents in a data source.
12923
13133
  *
12924
13134
  * @param tmpReq - SearchDatasetDocumentsRequest
12925
13135
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13019,7 +13229,7 @@ class Client extends openapi_core_1.default {
13019
13229
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SearchDatasetDocumentsResponse({}));
13020
13230
  }
13021
13231
  /**
13022
- * 搜索数据集文档
13232
+ * Searches documents in a data source.
13023
13233
  *
13024
13234
  * @param request - SearchDatasetDocumentsRequest
13025
13235
  * @returns SearchDatasetDocumentsResponse
@@ -13029,7 +13239,7 @@ class Client extends openapi_core_1.default {
13029
13239
  return await this.searchDatasetDocumentsWithOptions(request, runtime);
13030
13240
  }
13031
13241
  /**
13032
- * 新闻检索
13242
+ * Searches for news based on your input. This feature is currently limited to web search.
13033
13243
  *
13034
13244
  * @param tmpReq - SearchNewsRequest
13035
13245
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13083,7 +13293,7 @@ class Client extends openapi_core_1.default {
13083
13293
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SearchNewsResponse({}));
13084
13294
  }
13085
13295
  /**
13086
- * 新闻检索
13296
+ * Searches for news based on your input. This feature is currently limited to web search.
13087
13297
  *
13088
13298
  * @param request - SearchNewsRequest
13089
13299
  * @returns SearchNewsResponse
@@ -13093,7 +13303,7 @@ class Client extends openapi_core_1.default {
13093
13303
  return await this.searchNewsWithOptions(request, runtime);
13094
13304
  }
13095
13305
  /**
13096
- * 提交异步任务
13306
+ * Executes predefined asynchronous tasks.
13097
13307
  *
13098
13308
  * @param request - SubmitAsyncTaskRequest
13099
13309
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13136,7 +13346,7 @@ class Client extends openapi_core_1.default {
13136
13346
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitAsyncTaskResponse({}));
13137
13347
  }
13138
13348
  /**
13139
- * 提交异步任务
13349
+ * Executes predefined asynchronous tasks.
13140
13350
  *
13141
13351
  * @param request - SubmitAsyncTaskRequest
13142
13352
  * @returns SubmitAsyncTaskResponse
@@ -13146,7 +13356,10 @@ class Client extends openapi_core_1.default {
13146
13356
  return await this.submitAsyncTaskWithOptions(request, runtime);
13147
13357
  }
13148
13358
  /**
13149
- * 妙笔为您提供了与公有云“智能审校”模块中相同的上传自定义规则库的功能。由于鉴权限制,用户需要开通阿里云 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).
13150
13363
  *
13151
13364
  * @param request - SubmitAuditNoteRequest
13152
13365
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13181,7 +13394,10 @@ class Client extends openapi_core_1.default {
13181
13394
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitAuditNoteResponse({}));
13182
13395
  }
13183
13396
  /**
13184
- * 妙笔为您提供了与公有云“智能审校”模块中相同的上传自定义规则库的功能。由于鉴权限制,用户需要开通阿里云 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).
13185
13401
  *
13186
13402
  * @param request - SubmitAuditNoteRequest
13187
13403
  * @returns SubmitAuditNoteResponse
@@ -13191,7 +13407,10 @@ class Client extends openapi_core_1.default {
13191
13407
  return await this.submitAuditNoteWithOptions(request, runtime);
13192
13408
  }
13193
13409
  /**
13194
- * 提交审核任务
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).
13195
13414
  *
13196
13415
  * @param request - SubmitAuditTaskRequest
13197
13416
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13232,7 +13451,10 @@ class Client extends openapi_core_1.default {
13232
13451
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitAuditTaskResponse({}));
13233
13452
  }
13234
13453
  /**
13235
- * 提交审核任务
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).
13236
13458
  *
13237
13459
  * @param request - SubmitAuditTaskRequest
13238
13460
  * @returns SubmitAuditTaskResponse
@@ -13242,7 +13464,7 @@ class Client extends openapi_core_1.default {
13242
13464
  return await this.submitAuditTaskWithOptions(request, runtime);
13243
13465
  }
13244
13466
  /**
13245
- * 提交自定义播报单任务
13467
+ * You can submit a custom broadcast list job.
13246
13468
  *
13247
13469
  * @param tmpReq - SubmitCustomHotTopicBroadcastJobRequest
13248
13470
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13288,7 +13510,7 @@ class Client extends openapi_core_1.default {
13288
13510
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitCustomHotTopicBroadcastJobResponse({}));
13289
13511
  }
13290
13512
  /**
13291
- * 提交自定义播报单任务
13513
+ * You can submit a custom broadcast list job.
13292
13514
  *
13293
13515
  * @param request - SubmitCustomHotTopicBroadcastJobRequest
13294
13516
  * @returns SubmitCustomHotTopicBroadcastJobResponse
@@ -13298,7 +13520,7 @@ class Client extends openapi_core_1.default {
13298
13520
  return await this.submitCustomHotTopicBroadcastJobWithOptions(request, runtime);
13299
13521
  }
13300
13522
  /**
13301
- * 从自定义数据源提交选题热点分析
13523
+ * Submit topic trend analysis using a custom data source
13302
13524
  *
13303
13525
  * @param tmpReq - SubmitCustomSourceTopicAnalysisRequest
13304
13526
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13359,7 +13581,7 @@ class Client extends openapi_core_1.default {
13359
13581
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitCustomSourceTopicAnalysisResponse({}));
13360
13582
  }
13361
13583
  /**
13362
- * 从自定义数据源提交选题热点分析
13584
+ * Submit topic trend analysis using a custom data source
13363
13585
  *
13364
13586
  * @param request - SubmitCustomSourceTopicAnalysisRequest
13365
13587
  * @returns SubmitCustomSourceTopicAnalysisResponse
@@ -13369,7 +13591,7 @@ class Client extends openapi_core_1.default {
13369
13591
  return await this.submitCustomSourceTopicAnalysisWithOptions(request, runtime);
13370
13592
  }
13371
13593
  /**
13372
- * 提交自定义热点选题视角分析任务
13594
+ * Submits a custom analysis task to analyze hot topic perspectives.
13373
13595
  *
13374
13596
  * @param tmpReq - SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest
13375
13597
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13414,7 +13636,7 @@ class Client extends openapi_core_1.default {
13414
13636
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponse({}));
13415
13637
  }
13416
13638
  /**
13417
- * 提交自定义热点选题视角分析任务
13639
+ * Submits a custom analysis task to analyze hot topic perspectives.
13418
13640
  *
13419
13641
  * @param request - SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest
13420
13642
  * @returns SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponse
@@ -13424,7 +13646,7 @@ class Client extends openapi_core_1.default {
13424
13646
  return await this.submitCustomTopicSelectionPerspectiveAnalysisTaskWithOptions(request, runtime);
13425
13647
  }
13426
13648
  /**
13427
- * 提交深度写作任务
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.
13428
13650
  *
13429
13651
  * @param tmpReq - SubmitDeepWriteTaskRequest
13430
13652
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13475,7 +13697,7 @@ class Client extends openapi_core_1.default {
13475
13697
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitDeepWriteTaskResponse({}));
13476
13698
  }
13477
13699
  /**
13478
- * 提交深度写作任务
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.
13479
13701
  *
13480
13702
  * @param request - SubmitDeepWriteTaskRequest
13481
13703
  * @returns SubmitDeepWriteTaskResponse
@@ -13485,7 +13707,7 @@ class Client extends openapi_core_1.default {
13485
13707
  return await this.submitDeepWriteTaskWithOptions(request, runtime);
13486
13708
  }
13487
13709
  /**
13488
- * 提交文档聚合任务
13710
+ * Submits a content clustering task.
13489
13711
  *
13490
13712
  * @param tmpReq - SubmitDocClusterTaskRequest
13491
13713
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13533,7 +13755,7 @@ class Client extends openapi_core_1.default {
13533
13755
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitDocClusterTaskResponse({}));
13534
13756
  }
13535
13757
  /**
13536
- * 提交文档聚合任务
13758
+ * Submits a content clustering task.
13537
13759
  *
13538
13760
  * @param request - SubmitDocClusterTaskRequest
13539
13761
  * @returns SubmitDocClusterTaskResponse
@@ -13543,7 +13765,7 @@ class Client extends openapi_core_1.default {
13543
13765
  return await this.submitDocClusterTaskWithOptions(request, runtime);
13544
13766
  }
13545
13767
  /**
13546
- * 提交VOC异步任务
13768
+ * Submits a Voice of the Customer (VOC) asynchronous task.
13547
13769
  *
13548
13770
  * @param tmpReq - SubmitEnterpriseVocAnalysisTaskRequest
13549
13771
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13613,7 +13835,7 @@ class Client extends openapi_core_1.default {
13613
13835
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitEnterpriseVocAnalysisTaskResponse({}));
13614
13836
  }
13615
13837
  /**
13616
- * 提交VOC异步任务
13838
+ * Submits a Voice of the Customer (VOC) asynchronous task.
13617
13839
  *
13618
13840
  * @param request - SubmitEnterpriseVocAnalysisTaskRequest
13619
13841
  * @returns SubmitEnterpriseVocAnalysisTaskResponse
@@ -13623,7 +13845,7 @@ class Client extends openapi_core_1.default {
13623
13845
  return await this.submitEnterpriseVocAnalysisTaskWithOptions(request, runtime);
13624
13846
  }
13625
13847
  /**
13626
- * 导出词库任务
13848
+ * Export task for a thesaurus
13627
13849
  *
13628
13850
  * @param request - SubmitExportTermsTaskRequest
13629
13851
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13655,7 +13877,7 @@ class Client extends openapi_core_1.default {
13655
13877
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitExportTermsTaskResponse({}));
13656
13878
  }
13657
13879
  /**
13658
- * 导出词库任务
13880
+ * Export task for a thesaurus
13659
13881
  *
13660
13882
  * @param request - SubmitExportTermsTaskRequest
13661
13883
  * @returns SubmitExportTermsTaskResponse
@@ -13665,7 +13887,7 @@ class Client extends openapi_core_1.default {
13665
13887
  return await this.submitExportTermsTaskWithOptions(request, runtime);
13666
13888
  }
13667
13889
  /**
13668
- * 妙笔为您提供了新的事实性审核能力,在联网搜索并判断正误的前提下,还支持用户自定义配置搜索来源 URL。
13890
+ * MiaoBi provides a factuality audit capability that verifies facts using web search and supports custom configuration of search source URLs.
13669
13891
  *
13670
13892
  * @param request - SubmitFactAuditUrlRequest
13671
13893
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13697,7 +13919,7 @@ class Client extends openapi_core_1.default {
13697
13919
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitFactAuditUrlResponse({}));
13698
13920
  }
13699
13921
  /**
13700
- * 妙笔为您提供了新的事实性审核能力,在联网搜索并判断正误的前提下,还支持用户自定义配置搜索来源 URL。
13922
+ * MiaoBi provides a factuality audit capability that verifies facts using web search and supports custom configuration of search source URLs.
13701
13923
  *
13702
13924
  * @param request - SubmitFactAuditUrlRequest
13703
13925
  * @returns SubmitFactAuditUrlResponse
@@ -13707,7 +13929,7 @@ class Client extends openapi_core_1.default {
13707
13929
  return await this.submitFactAuditUrlWithOptions(request, runtime);
13708
13930
  }
13709
13931
  /**
13710
- * 提交导入自定义词库任务
13932
+ * Submit a custom dictionary import task.
13711
13933
  *
13712
13934
  * @param request - SubmitImportTermsTaskRequest
13713
13935
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13742,7 +13964,7 @@ class Client extends openapi_core_1.default {
13742
13964
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitImportTermsTaskResponse({}));
13743
13965
  }
13744
13966
  /**
13745
- * 提交导入自定义词库任务
13967
+ * Submit a custom dictionary import task.
13746
13968
  *
13747
13969
  * @param request - SubmitImportTermsTaskRequest
13748
13970
  * @returns SubmitImportTermsTaskResponse
@@ -13796,7 +14018,112 @@ class Client extends openapi_core_1.default {
13796
14018
  return await this.submitParseDocumentLayoutTaskWithOptions(request, runtime);
13797
14019
  }
13798
14020
  /**
13799
- * 提交智能审核
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 |
13800
14127
  *
13801
14128
  * @param tmpReq - SubmitSmartAuditRequest
13802
14129
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13854,7 +14181,112 @@ class Client extends openapi_core_1.default {
13854
14181
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitSmartAuditResponse({}));
13855
14182
  }
13856
14183
  /**
13857
- * 提交智能审核
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 |
13858
14290
  *
13859
14291
  * @param request - SubmitSmartAuditRequest
13860
14292
  * @returns SubmitSmartAuditResponse
@@ -13864,7 +14296,7 @@ class Client extends openapi_core_1.default {
13864
14296
  return await this.submitSmartAuditWithOptions(request, runtime);
13865
14297
  }
13866
14298
  /**
13867
- * 提交一键成片剪辑任务
14299
+ * Submits a one-click video editing task.
13868
14300
  *
13869
14301
  * @param tmpReq - SubmitSmartClipTaskRequest
13870
14302
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13916,7 +14348,7 @@ class Client extends openapi_core_1.default {
13916
14348
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitSmartClipTaskResponse({}));
13917
14349
  }
13918
14350
  /**
13919
- * 提交一键成片剪辑任务
14351
+ * Submits a one-click video editing task.
13920
14352
  *
13921
14353
  * @param request - SubmitSmartClipTaskRequest
13922
14354
  * @returns SubmitSmartClipTaskResponse
@@ -13926,7 +14358,7 @@ class Client extends openapi_core_1.default {
13926
14358
  return await this.submitSmartClipTaskWithOptions(request, runtime);
13927
14359
  }
13928
14360
  /**
13929
- * 提交选题热点分析任务
14361
+ * Submits a hot spot analysis task for topic selection.
13930
14362
  *
13931
14363
  * @param tmpReq - SubmitTopicSelectionPerspectiveAnalysisTaskRequest
13932
14364
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13974,7 +14406,7 @@ class Client extends openapi_core_1.default {
13974
14406
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitTopicSelectionPerspectiveAnalysisTaskResponse({}));
13975
14407
  }
13976
14408
  /**
13977
- * 提交选题热点分析任务
14409
+ * Submits a hot spot analysis task for topic selection.
13978
14410
  *
13979
14411
  * @param request - SubmitTopicSelectionPerspectiveAnalysisTaskRequest
13980
14412
  * @returns SubmitTopicSelectionPerspectiveAnalysisTaskResponse
@@ -13984,10 +14416,10 @@ class Client extends openapi_core_1.default {
13984
14416
  return await this.submitTopicSelectionPerspectiveAnalysisTaskWithOptions(request, runtime);
13985
14417
  }
13986
14418
  /**
13987
- * 提交视频审校
14419
+ * Submits a video for review.
13988
14420
  *
13989
14421
  * @remarks
13990
- * 提交视频审校任务,支持传入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).
13991
14423
  *
13992
14424
  * @param request - SubmitVideoAuditRequest
13993
14425
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14028,10 +14460,10 @@ class Client extends openapi_core_1.default {
14028
14460
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitVideoAuditResponse({}));
14029
14461
  }
14030
14462
  /**
14031
- * 提交视频审校
14463
+ * Submits a video for review.
14032
14464
  *
14033
14465
  * @remarks
14034
- * 提交视频审校任务,支持传入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).
14035
14467
  *
14036
14468
  * @param request - SubmitVideoAuditRequest
14037
14469
  * @returns SubmitVideoAuditResponse
@@ -14041,7 +14473,7 @@ class Client extends openapi_core_1.default {
14041
14473
  return await this.submitVideoAuditWithOptions(request, runtime);
14042
14474
  }
14043
14475
  /**
14044
- * 更新自定义文本
14476
+ * Updates custom text.
14045
14477
  *
14046
14478
  * @param request - UpdateCustomTextRequest
14047
14479
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14084,7 +14516,7 @@ class Client extends openapi_core_1.default {
14084
14516
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateCustomTextResponse({}));
14085
14517
  }
14086
14518
  /**
14087
- * 更新自定义文本
14519
+ * Updates custom text.
14088
14520
  *
14089
14521
  * @param request - UpdateCustomTextRequest
14090
14522
  * @returns UpdateCustomTextResponse
@@ -14094,7 +14526,7 @@ class Client extends openapi_core_1.default {
14094
14526
  return await this.updateCustomTextWithOptions(request, runtime);
14095
14527
  }
14096
14528
  /**
14097
- * 数据集管理-更新
14529
+ * This operation updates a data source.
14098
14530
  *
14099
14531
  * @param tmpReq - UpdateDatasetRequest
14100
14532
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14143,7 +14575,7 @@ class Client extends openapi_core_1.default {
14143
14575
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDatasetResponse({}));
14144
14576
  }
14145
14577
  /**
14146
- * 数据集管理-更新
14578
+ * This operation updates a data source.
14147
14579
  *
14148
14580
  * @param request - UpdateDatasetRequest
14149
14581
  * @returns UpdateDatasetResponse
@@ -14153,7 +14585,7 @@ class Client extends openapi_core_1.default {
14153
14585
  return await this.updateDatasetWithOptions(request, runtime);
14154
14586
  }
14155
14587
  /**
14156
- * 修改数据集文档
14588
+ * Updates a document in a dataset.
14157
14589
  *
14158
14590
  * @param tmpReq - UpdateDatasetDocumentRequest
14159
14591
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14196,7 +14628,7 @@ class Client extends openapi_core_1.default {
14196
14628
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDatasetDocumentResponse({}));
14197
14629
  }
14198
14630
  /**
14199
- * 修改数据集文档
14631
+ * Updates a document in a dataset.
14200
14632
  *
14201
14633
  * @param request - UpdateDatasetDocumentRequest
14202
14634
  * @returns UpdateDatasetDocumentResponse
@@ -14206,7 +14638,7 @@ class Client extends openapi_core_1.default {
14206
14638
  return await this.updateDatasetDocumentWithOptions(request, runtime);
14207
14639
  }
14208
14640
  /**
14209
- * 通用配置-更新
14641
+ * Updates general configurations.
14210
14642
  *
14211
14643
  * @param request - UpdateGeneralConfigRequest
14212
14644
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14241,7 +14673,7 @@ class Client extends openapi_core_1.default {
14241
14673
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateGeneralConfigResponse({}));
14242
14674
  }
14243
14675
  /**
14244
- * 通用配置-更新
14676
+ * Updates general configurations.
14245
14677
  *
14246
14678
  * @param request - UpdateGeneralConfigRequest
14247
14679
  * @returns UpdateGeneralConfigResponse
@@ -14251,7 +14683,7 @@ class Client extends openapi_core_1.default {
14251
14683
  return await this.updateGeneralConfigWithOptions(request, runtime);
14252
14684
  }
14253
14685
  /**
14254
- * 文档管理-更新。
14686
+ * Updates the history of an article created in AiMiaoBi.
14255
14687
  *
14256
14688
  * @param tmpReq - UpdateGeneratedContentRequest
14257
14689
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14305,7 +14737,7 @@ class Client extends openapi_core_1.default {
14305
14737
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateGeneratedContentResponse({}));
14306
14738
  }
14307
14739
  /**
14308
- * 文档管理-更新。
14740
+ * Updates the history of an article created in AiMiaoBi.
14309
14741
  *
14310
14742
  * @param request - UpdateGeneratedContentRequest
14311
14743
  * @returns UpdateGeneratedContentResponse
@@ -14315,7 +14747,7 @@ class Client extends openapi_core_1.default {
14315
14747
  return await this.updateGeneratedContentWithOptions(request, runtime);
14316
14748
  }
14317
14749
  /**
14318
- * 根据ID更新素材
14750
+ * Update a material in the Material Library.
14319
14751
  *
14320
14752
  * @param tmpReq - UpdateMaterialDocumentRequest
14321
14753
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14393,7 +14825,7 @@ class Client extends openapi_core_1.default {
14393
14825
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateMaterialDocumentResponse({}));
14394
14826
  }
14395
14827
  /**
14396
- * 根据ID更新素材
14828
+ * Update a material in the Material Library.
14397
14829
  *
14398
14830
  * @param request - UpdateMaterialDocumentRequest
14399
14831
  * @returns UpdateMaterialDocumentResponse
@@ -14403,7 +14835,7 @@ class Client extends openapi_core_1.default {
14403
14835
  return await this.updateMaterialDocumentWithOptions(request, runtime);
14404
14836
  }
14405
14837
  /**
14406
- * 妙读上传书籍
14838
+ * Use MiaoDu to upload books.
14407
14839
  *
14408
14840
  * @param tmpReq - UploadBookRequest
14409
14841
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14443,7 +14875,7 @@ class Client extends openapi_core_1.default {
14443
14875
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadBookResponse({}));
14444
14876
  }
14445
14877
  /**
14446
- * 妙读上传书籍
14878
+ * Use MiaoDu to upload books.
14447
14879
  *
14448
14880
  * @param request - UploadBookRequest
14449
14881
  * @returns UploadBookResponse
@@ -14453,7 +14885,10 @@ class Client extends openapi_core_1.default {
14453
14885
  return await this.uploadBookWithOptions(request, runtime);
14454
14886
  }
14455
14887
  /**
14456
- * 妙读上传文档接口
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.
14457
14892
  *
14458
14893
  * @param tmpReq - UploadDocRequest
14459
14894
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14493,7 +14928,10 @@ class Client extends openapi_core_1.default {
14493
14928
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadDocResponse({}));
14494
14929
  }
14495
14930
  /**
14496
- * 妙读上传文档接口
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.
14497
14935
  *
14498
14936
  * @param request - UploadDocRequest
14499
14937
  * @returns UploadDocResponse
@@ -14503,7 +14941,7 @@ class Client extends openapi_core_1.default {
14503
14941
  return await this.uploadDocWithOptions(request, runtime);
14504
14942
  }
14505
14943
  /**
14506
- * 校验企业VOC上传模板
14944
+ * Validates an enterprise VOC upload template.
14507
14945
  *
14508
14946
  * @param request - ValidateUploadTemplateRequest
14509
14947
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14541,7 +14979,7 @@ class Client extends openapi_core_1.default {
14541
14979
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ValidateUploadTemplateResponse({}));
14542
14980
  }
14543
14981
  /**
14544
- * 校验企业VOC上传模板
14982
+ * Validates an enterprise VOC upload template.
14545
14983
  *
14546
14984
  * @param request - ValidateUploadTemplateRequest
14547
14985
  * @returns ValidateUploadTemplateResponse