volcengine-python-sdk 4.0.18__py2.py3-none-any.whl → 4.0.20__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of volcengine-python-sdk might be problematic. Click here for more details.

Files changed (242) hide show
  1. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.20.dist-info}/METADATA +1 -1
  2. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.20.dist-info}/RECORD +242 -115
  3. volcenginesdkalb/__init__.py +41 -0
  4. volcenginesdkalb/models/__init__.py +41 -0
  5. volcenginesdkalb/models/clone_load_balancer_request.py +1 -1
  6. volcenginesdkalb/models/convert_forward_group_config_for_create_rules_input.py +149 -0
  7. volcenginesdkalb/models/convert_forward_group_config_for_describe_rules_output.py +149 -0
  8. volcenginesdkalb/models/convert_forward_group_config_for_modify_rules_input.py +149 -0
  9. volcenginesdkalb/models/convert_redirect_config_for_create_rules_input.py +227 -0
  10. volcenginesdkalb/models/convert_redirect_config_for_describe_rules_output.py +227 -0
  11. volcenginesdkalb/models/convert_redirect_config_for_modify_rules_input.py +227 -0
  12. volcenginesdkalb/models/convert_rewrite_config_for_create_rules_input.py +123 -0
  13. volcenginesdkalb/models/convert_rewrite_config_for_describe_rules_output.py +123 -0
  14. volcenginesdkalb/models/convert_rewrite_config_for_modify_rules_input.py +123 -0
  15. volcenginesdkalb/models/create_listener_request.py +105 -1
  16. volcenginesdkalb/models/create_load_balancer_request.py +27 -1
  17. volcenginesdkalb/models/create_server_group_request.py +27 -1
  18. volcenginesdkalb/models/describe_listener_attributes_response.py +105 -1
  19. volcenginesdkalb/models/describe_server_group_attributes_response.py +27 -1
  20. volcenginesdkalb/models/domain_extension_for_create_listener_input.py +29 -3
  21. volcenginesdkalb/models/domain_extension_for_describe_listener_attributes_output.py +27 -1
  22. volcenginesdkalb/models/domain_extension_for_describe_listeners_output.py +29 -3
  23. volcenginesdkalb/models/domain_extension_for_modify_listener_attributes_input.py +29 -3
  24. volcenginesdkalb/models/fixed_response_config_for_create_rules_input.py +175 -0
  25. volcenginesdkalb/models/fixed_response_config_for_describe_rules_output.py +175 -0
  26. volcenginesdkalb/models/fixed_response_config_for_modify_rules_input.py +175 -0
  27. volcenginesdkalb/models/header_config_for_create_rules_input.py +149 -0
  28. volcenginesdkalb/models/header_config_for_describe_rules_output.py +149 -0
  29. volcenginesdkalb/models/header_config_for_modify_rules_input.py +149 -0
  30. volcenginesdkalb/models/health_check_for_create_server_group_input.py +2 -3
  31. volcenginesdkalb/models/health_check_for_modify_server_group_attributes_input.py +2 -3
  32. volcenginesdkalb/models/health_check_templates_tag_for_create_health_check_templates_input.py +2 -3
  33. volcenginesdkalb/models/host_config_for_create_rules_input.py +123 -0
  34. volcenginesdkalb/models/host_config_for_describe_rules_output.py +123 -0
  35. volcenginesdkalb/models/host_config_for_modify_rules_input.py +123 -0
  36. volcenginesdkalb/models/listener_for_describe_listeners_output.py +105 -1
  37. volcenginesdkalb/models/method_config_for_create_rules_input.py +123 -0
  38. volcenginesdkalb/models/method_config_for_describe_rules_output.py +123 -0
  39. volcenginesdkalb/models/method_config_for_modify_rules_input.py +123 -0
  40. volcenginesdkalb/models/modify_listener_attributes_request.py +105 -1
  41. volcenginesdkalb/models/modify_server_group_attributes_request.py +27 -1
  42. volcenginesdkalb/models/path_config_for_create_rules_input.py +123 -0
  43. volcenginesdkalb/models/path_config_for_describe_rules_output.py +123 -0
  44. volcenginesdkalb/models/path_config_for_modify_rules_input.py +123 -0
  45. volcenginesdkalb/models/query_string_config_for_create_rules_input.py +123 -0
  46. volcenginesdkalb/models/query_string_config_for_describe_rules_output.py +123 -0
  47. volcenginesdkalb/models/query_string_config_for_modify_rules_input.py +123 -0
  48. volcenginesdkalb/models/query_string_config_value_for_create_rules_input.py +149 -0
  49. volcenginesdkalb/models/query_string_config_value_for_modify_rules_input.py +149 -0
  50. volcenginesdkalb/models/rule_action_for_describe_rules_output.py +253 -0
  51. volcenginesdkalb/models/rule_condition_for_describe_rules_output.py +253 -0
  52. volcenginesdkalb/models/rule_for_create_rules_input.py +85 -1
  53. volcenginesdkalb/models/rule_for_describe_rules_output.py +79 -1
  54. volcenginesdkalb/models/rule_for_modify_rules_input.py +85 -1
  55. volcenginesdkalb/models/rules_rule_action_for_create_rules_input.py +253 -0
  56. volcenginesdkalb/models/rules_rule_action_for_modify_rules_input.py +253 -0
  57. volcenginesdkalb/models/rules_rule_condition_for_create_rules_input.py +253 -0
  58. volcenginesdkalb/models/rules_rule_condition_for_modify_rules_input.py +253 -0
  59. volcenginesdkalb/models/server_group_for_describe_server_groups_output.py +27 -1
  60. volcenginesdklivesaas/models/update_activity_menu_api_request.py → volcenginesdkalb/models/server_group_sticky_session_for_create_rules_input.py +39 -40
  61. volcenginesdkalb/models/server_group_sticky_session_for_describe_rules_output.py +149 -0
  62. volcenginesdkalb/models/server_group_sticky_session_for_modify_rules_input.py +149 -0
  63. volcenginesdkalb/models/traffic_limit_config_for_create_rules_input.py +123 -0
  64. volcenginesdkalb/models/traffic_limit_config_for_describe_rules_output.py +123 -0
  65. volcenginesdkalb/models/traffic_limit_config_for_modify_rules_input.py +123 -0
  66. volcenginesdkcore/api_client.py +1 -1
  67. volcenginesdkcore/configuration.py +1 -1
  68. volcenginesdkdirectconnect/__init__.py +45 -6
  69. volcenginesdkdirectconnect/api/directconnect_api.py +2015 -366
  70. volcenginesdkdirectconnect/models/__init__.py +45 -4
  71. volcenginesdkdirectconnect/models/allocate_direct_connect_virtual_interface_request.py +560 -0
  72. volcenginesdkdirectconnect/models/allocate_direct_connect_virtual_interface_response.py +149 -0
  73. volcenginesdkdirectconnect/models/confirm_direct_connect_virtual_interface_request.py +151 -0
  74. volcenginesdkdirectconnect/models/confirm_direct_connect_virtual_interface_response.py +123 -0
  75. volcenginesdkdirectconnect/models/create_direct_connect_gateway_request.py +27 -1
  76. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_policy_request.py +175 -0
  77. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_policy_response.py +149 -0
  78. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_queue_request.py +255 -0
  79. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_queue_response.py +149 -0
  80. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_rule_request.py +496 -0
  81. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_rule_response.py +149 -0
  82. volcenginesdkdirectconnect/models/create_direct_connect_virtual_interface_request.py +27 -1
  83. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_policy_request.py +124 -0
  84. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_policy_response.py +123 -0
  85. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_queue_request.py +124 -0
  86. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_queue_response.py +123 -0
  87. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_rule_request.py +124 -0
  88. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_rule_response.py +123 -0
  89. volcenginesdkdirectconnect/models/describe_direct_connect_gateways_request.py +27 -1
  90. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_policies_request.py +201 -0
  91. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_policies_response.py +227 -0
  92. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_queues_request.py +201 -0
  93. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_queues_response.py +227 -0
  94. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_rules_request.py +331 -0
  95. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_rules_response.py +227 -0
  96. volcenginesdkdirectconnect/models/describe_direct_connect_virtual_interface_attributes_response.py +27 -1
  97. volcenginesdkdirectconnect/models/direct_connect_traffic_qos_rule_for_describe_direct_connect_traffic_qos_rules_output.py +513 -0
  98. volcenginesdkdirectconnect/models/list_tags_for_resources_request.py +254 -0
  99. volcenginesdkdirectconnect/models/list_tags_for_resources_response.py +149 -0
  100. volcenginesdkdirectconnect/models/models.py +592 -0
  101. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_policy_attributes_request.py +202 -0
  102. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_policy_attributes_response.py +123 -0
  103. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_queue_attributes_request.py +202 -0
  104. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_queue_attributes_response.py +123 -0
  105. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_rule_attributes_request.py +151 -0
  106. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_rule_attributes_response.py +123 -0
  107. volcenginesdkdirectconnect/models/modify_direct_connect_virtual_interface_attributes_request.py +27 -1
  108. volcenginesdkdirectconnect/models/resource_tag_for_list_tags_for_resources_output.py +201 -0
  109. volcenginesdkdirectconnect/models/tag_filter_for_list_tags_for_resources_input.py +149 -0
  110. volcenginesdkdirectconnect/models/tag_for_allocate_direct_connect_virtual_interface_input.py +149 -0
  111. volcenginesdkdirectconnect/models/tag_for_tag_resources_input.py +150 -0
  112. volcenginesdkdirectconnect/models/tag_resources_request.py +176 -0
  113. volcenginesdkdirectconnect/models/tag_resources_response.py +95 -0
  114. volcenginesdkdirectconnect/models/untag_resources_request.py +176 -0
  115. volcenginesdkdirectconnect/models/untag_resources_response.py +95 -0
  116. volcenginesdkgraph20250815/models/get_table_response.py +29 -29
  117. volcenginesdklivesaas/__init__.py +0 -3
  118. volcenginesdklivesaas/api/livesaas_api.py +0 -97
  119. volcenginesdklivesaas/models/__init__.py +0 -3
  120. volcenginesdklivesaas/models/task_award_record_list_for_get_task_award_record_statistics_api_output.py +27 -1
  121. volcenginesdklivesaas20230801/models/award_record_for_list_award_record_statistics_output.py +27 -1
  122. volcenginesdklivesaas20230801/models/robot_comment_for_list_robot_comments_output.py +1 -1
  123. volcenginesdkmlplatform20240701/__init__.py +31 -0
  124. volcenginesdkmlplatform20240701/api/ml_platform20240701_api.py +194 -0
  125. volcenginesdkmlplatform20240701/models/__init__.py +31 -0
  126. volcenginesdkmlplatform20240701/models/allocated_compute_resource_for_list_resource_reservation_records_output.py +27 -1
  127. volcenginesdkmlplatform20240701/models/available_resource_for_list_resource_reservation_plan_available_resources_output.py +149 -0
  128. volcenginesdkmlplatform20240701/models/compute_resource_for_create_resource_reservation_plan_input.py +27 -1
  129. volcenginesdkmlplatform20240701/models/compute_resource_for_list_resource_reservation_plan_available_resources_input.py +201 -0
  130. volcenginesdkmlplatform20240701/models/config_for_create_deployment_input.py +55 -3
  131. volcenginesdkmlplatform20240701/models/config_for_create_dev_instance_input.py +55 -3
  132. volcenginesdkmlplatform20240701/models/config_for_create_job_input.py +55 -3
  133. volcenginesdkmlplatform20240701/models/config_for_get_deployment_output.py +55 -3
  134. volcenginesdkmlplatform20240701/models/config_for_get_dev_instance_output.py +55 -3
  135. volcenginesdkmlplatform20240701/models/config_for_get_job_output.py +55 -3
  136. volcenginesdkmlplatform20240701/models/config_for_list_dev_instances_output.py +55 -3
  137. volcenginesdkmlplatform20240701/models/config_for_update_deployment_input.py +55 -3
  138. volcenginesdkmlplatform20240701/models/config_for_update_dev_instance_input.py +55 -3
  139. volcenginesdkmlplatform20240701/models/create_dev_instance_request.py +87 -4
  140. volcenginesdkmlplatform20240701/models/create_job_request.py +33 -1
  141. volcenginesdkmlplatform20240701/models/create_resource_group_request.py +59 -1
  142. volcenginesdkmlplatform20240701/models/create_resource_queue_request.py +33 -1
  143. volcenginesdkmlplatform20240701/models/create_resource_reservation_plan_request.py +87 -3
  144. volcenginesdkmlplatform20240701/models/create_service_request.py +33 -1
  145. volcenginesdkmlplatform20240701/models/delivered_compute_resource_for_list_resource_reservation_records_output.py +27 -1
  146. volcenginesdkmlplatform20240701/models/desired_compute_resource_for_get_resource_reservation_plan_output.py +27 -1
  147. volcenginesdkmlplatform20240701/models/desired_compute_resource_for_list_resource_reservation_plans_output.py +27 -1
  148. volcenginesdkmlplatform20240701/models/desired_compute_resource_for_list_resource_reservation_records_output.py +27 -1
  149. volcenginesdkmlplatform20240701/models/get_deployment_response.py +27 -1
  150. volcenginesdkmlplatform20240701/models/get_dev_instance_response.py +79 -1
  151. volcenginesdkmlplatform20240701/models/get_job_response.py +27 -1
  152. volcenginesdkmlplatform20240701/models/get_resource_group_response.py +53 -1
  153. volcenginesdkmlplatform20240701/models/get_resource_queue_response.py +27 -1
  154. volcenginesdkmlplatform20240701/models/get_resource_reservation_plan_response.py +81 -3
  155. volcenginesdkmlplatform20240701/models/get_service_response.py +27 -1
  156. volcenginesdkmlplatform20240701/models/item_for_list_jobs_output.py +27 -1
  157. volcenginesdkmlplatform20240701/models/item_for_list_resource_groups_output.py +53 -1
  158. volcenginesdkmlplatform20240701/models/item_for_list_resource_queues_output.py +27 -1
  159. volcenginesdkmlplatform20240701/models/item_for_list_resource_reservation_plans_output.py +81 -3
  160. volcenginesdkmlplatform20240701/models/list_dev_instances_request.py +59 -1
  161. volcenginesdkmlplatform20240701/models/list_for_list_dev_instances_output.py +79 -1
  162. volcenginesdkmlplatform20240701/models/list_jobs_request.py +33 -1
  163. volcenginesdkmlplatform20240701/models/list_resource_claim_options_request.py +27 -1
  164. volcenginesdkmlplatform20240701/models/list_resource_groups_request.py +33 -1
  165. volcenginesdkmlplatform20240701/models/list_resource_queues_request.py +33 -1
  166. volcenginesdkmlplatform20240701/models/list_resource_reservation_plan_available_resources_request.py +243 -0
  167. volcenginesdkmlplatform20240701/models/list_resource_reservation_plan_available_resources_response.py +123 -0
  168. volcenginesdkmlplatform20240701/models/list_resource_reservation_plans_request.py +59 -1
  169. volcenginesdkmlplatform20240701/models/list_services_request.py +33 -1
  170. volcenginesdkmlplatform20240701/models/nas_ap_for_create_deployment_input.py +149 -0
  171. volcenginesdkmlplatform20240701/models/nas_ap_for_create_dev_instance_input.py +149 -0
  172. volcenginesdkmlplatform20240701/models/nas_ap_for_create_job_input.py +149 -0
  173. volcenginesdkmlplatform20240701/models/nas_ap_for_get_deployment_output.py +149 -0
  174. volcenginesdkmlplatform20240701/models/nas_ap_for_get_dev_instance_output.py +149 -0
  175. volcenginesdkmlplatform20240701/models/nas_ap_for_get_job_output.py +149 -0
  176. volcenginesdkmlplatform20240701/models/nas_ap_for_list_dev_instances_output.py +149 -0
  177. volcenginesdkmlplatform20240701/models/nas_ap_for_update_deployment_input.py +149 -0
  178. volcenginesdkmlplatform20240701/models/nas_ap_for_update_dev_instance_input.py +149 -0
  179. volcenginesdkmlplatform20240701/models/reservation_config_for_create_resource_reservation_plan_input.py +27 -1
  180. volcenginesdkmlplatform20240701/models/reservation_config_for_get_resource_reservation_plan_output.py +29 -3
  181. volcenginesdkmlplatform20240701/models/reservation_config_for_list_resource_reservation_plans_output.py +29 -3
  182. volcenginesdkmlplatform20240701/models/resource_segment_for_get_resource_reservation_plan_output.py +175 -0
  183. volcenginesdkmlplatform20240701/models/resource_segment_for_list_resource_reservation_plans_output.py +175 -0
  184. volcenginesdkmlplatform20240701/models/schedule_config_for_create_resource_reservation_plan_input.py +123 -0
  185. volcenginesdkmlplatform20240701/models/schedule_config_for_get_resource_reservation_plan_output.py +123 -0
  186. volcenginesdkmlplatform20240701/models/schedule_config_for_list_resource_reservation_plans_output.py +123 -0
  187. volcenginesdkmlplatform20240701/models/schedule_config_for_update_resource_reservation_plan_input.py +123 -0
  188. volcenginesdkmlplatform20240701/models/segment_for_list_resource_reservation_plan_available_resources_output.py +175 -0
  189. volcenginesdklivesaas/models/menu_for_update_activity_menu_api_input.py → volcenginesdkmlplatform20240701/models/sign_jwt_token_request.py +33 -57
  190. volcenginesdklivesaas/models/update_activity_menu_api_response.py → volcenginesdkmlplatform20240701/models/sign_jwt_token_response.py +23 -23
  191. volcenginesdkmlplatform20240701/models/update_dev_instance_request.py +53 -1
  192. volcenginesdkmlplatform20240701/models/update_resource_reservation_plan_request.py +55 -3
  193. volcenginesdkmlplatform20240701/models/vepfs_ap_for_create_deployment_input.py +149 -0
  194. volcenginesdkmlplatform20240701/models/vepfs_ap_for_create_dev_instance_input.py +149 -0
  195. volcenginesdkmlplatform20240701/models/vepfs_ap_for_create_job_input.py +149 -0
  196. volcenginesdkmlplatform20240701/models/vepfs_ap_for_get_deployment_output.py +149 -0
  197. volcenginesdkmlplatform20240701/models/vepfs_ap_for_get_dev_instance_output.py +149 -0
  198. volcenginesdkmlplatform20240701/models/vepfs_ap_for_get_job_output.py +149 -0
  199. volcenginesdkmlplatform20240701/models/vepfs_ap_for_list_dev_instances_output.py +149 -0
  200. volcenginesdkmlplatform20240701/models/vepfs_ap_for_update_deployment_input.py +149 -0
  201. volcenginesdkmlplatform20240701/models/vepfs_ap_for_update_dev_instance_input.py +149 -0
  202. volcenginesdkvod20250101/__init__.py +18 -0
  203. volcenginesdkvod20250101/api/vod20250101_api.py +485 -0
  204. volcenginesdkvod20250101/models/__init__.py +18 -0
  205. volcenginesdkvod20250101/models/background_audio_for_get_ai_translation_project_output.py +27 -1
  206. volcenginesdkvod20250101/models/clip_audio_for_generate_ai_translation_utterance_audio_output.py +27 -1
  207. volcenginesdkvod20250101/models/clip_video_for_generate_ai_translation_utterance_audio_output.py +27 -1
  208. volcenginesdkvod20250101/models/create_ai_translation_speaker_request.py +205 -0
  209. volcenginesdkvod20250101/models/create_ai_translation_speaker_response.py +149 -0
  210. volcenginesdkvod20250101/models/create_ai_translation_speech_request.py +232 -0
  211. volcenginesdkvod20250101/models/create_ai_translation_speech_response.py +123 -0
  212. volcenginesdkvod20250101/models/delete_ai_translation_speech_request.py +151 -0
  213. volcenginesdkvod20250101/models/delete_ai_translation_speech_response.py +95 -0
  214. volcenginesdkvod20250101/models/erased_subtitle_video_for_get_ai_translation_project_output.py +27 -1
  215. volcenginesdkvod20250101/models/facial_translation_video_for_get_ai_translation_project_output.py +27 -1
  216. volcenginesdkvod20250101/models/foreground_audio_for_get_ai_translation_project_output.py +27 -1
  217. volcenginesdkvod20250101/models/input_subtitle_for_get_ai_translation_project_output.py +253 -0
  218. volcenginesdkvod20250101/models/input_video_for_get_ai_translation_project_output.py +27 -1
  219. volcenginesdkvod20250101/models/input_video_for_list_ai_translation_project_output.py +27 -1
  220. volcenginesdkvod20250101/models/list_ai_translation_speech_request.py +178 -0
  221. volcenginesdkvod20250101/models/list_ai_translation_speech_response.py +149 -0
  222. volcenginesdkvod20250101/models/output_subtitle_for_get_ai_translation_project_output.py +253 -0
  223. volcenginesdkvod20250101/models/output_video_for_get_ai_translation_project_output.py +27 -1
  224. volcenginesdkvod20250101/models/output_video_for_list_ai_translation_project_output.py +27 -1
  225. volcenginesdkvod20250101/models/preset_speech_for_list_ai_translation_speech_output.py +253 -0
  226. volcenginesdkvod20250101/models/preview_video_for_get_ai_translation_project_output.py +27 -1
  227. volcenginesdkvod20250101/models/preview_video_muted_for_get_ai_translation_project_output.py +27 -1
  228. volcenginesdkvod20250101/models/project_base_info_for_create_ai_translation_speaker_output.py +149 -0
  229. volcenginesdkvod20250101/models/project_info_for_get_ai_translation_project_output.py +53 -1
  230. volcenginesdkvod20250101/models/speaker_for_create_ai_translation_speaker_output.py +227 -0
  231. volcenginesdkvod20250101/models/speaker_for_get_ai_translation_project_output.py +27 -1
  232. volcenginesdkvod20250101/models/speaker_for_update_ai_translation_speakers_input.py +29 -3
  233. volcenginesdkvod20250101/models/speech_for_create_ai_translation_speech_output.py +253 -0
  234. volcenginesdkvod20250101/models/speech_for_update_ai_translation_speeches_input.py +149 -0
  235. volcenginesdkvod20250101/models/update_ai_translation_speeches_request.py +150 -0
  236. volcenginesdkvod20250101/models/update_ai_translation_speeches_response.py +95 -0
  237. volcenginesdkvod20250101/models/user_speech_for_list_ai_translation_speech_output.py +253 -0
  238. volcenginesdkvod20250101/models/voice_translation_video_for_get_ai_translation_project_output.py +27 -1
  239. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.20.dist-info}/LICENSE.txt +0 -0
  240. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.20.dist-info}/NOTICE.md +0 -0
  241. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.20.dist-info}/WHEEL +0 -0
  242. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.20.dist-info}/top_level.txt +0 -0
@@ -130,6 +130,297 @@ class VOD20250101Api(object):
130
130
  _request_timeout=params.get('_request_timeout'),
131
131
  collection_formats=collection_formats)
132
132
 
133
+ def create_ai_translation_speaker(self, body, **kwargs): # noqa: E501
134
+ """create_ai_translation_speaker # noqa: E501
135
+
136
+ This method makes a synchronous HTTP request by default. To make an
137
+ asynchronous HTTP request, please pass async_req=True
138
+ >>> thread = api.create_ai_translation_speaker(body, async_req=True)
139
+ >>> result = thread.get()
140
+
141
+ :param async_req bool
142
+ :param CreateAITranslationSpeakerRequest body: (required)
143
+ :return: CreateAITranslationSpeakerResponse
144
+ If the method is called asynchronously,
145
+ returns the request thread.
146
+ """
147
+ kwargs['_return_http_data_only'] = True
148
+ if kwargs.get('async_req'):
149
+ return self.create_ai_translation_speaker_with_http_info(body, **kwargs) # noqa: E501
150
+ else:
151
+ (data) = self.create_ai_translation_speaker_with_http_info(body, **kwargs) # noqa: E501
152
+ return data
153
+
154
+ def create_ai_translation_speaker_with_http_info(self, body, **kwargs): # noqa: E501
155
+ """create_ai_translation_speaker # noqa: E501
156
+
157
+ This method makes a synchronous HTTP request by default. To make an
158
+ asynchronous HTTP request, please pass async_req=True
159
+ >>> thread = api.create_ai_translation_speaker_with_http_info(body, async_req=True)
160
+ >>> result = thread.get()
161
+
162
+ :param async_req bool
163
+ :param CreateAITranslationSpeakerRequest body: (required)
164
+ :return: CreateAITranslationSpeakerResponse
165
+ If the method is called asynchronously,
166
+ returns the request thread.
167
+ """
168
+
169
+ all_params = ['body'] # noqa: E501
170
+ all_params.append('async_req')
171
+ all_params.append('_return_http_data_only')
172
+ all_params.append('_preload_content')
173
+ all_params.append('_request_timeout')
174
+
175
+ params = locals()
176
+ for key, val in six.iteritems(params['kwargs']):
177
+ if key not in all_params:
178
+ raise TypeError(
179
+ "Got an unexpected keyword argument '%s'"
180
+ " to method create_ai_translation_speaker" % key
181
+ )
182
+ params[key] = val
183
+ del params['kwargs']
184
+ # verify the required parameter 'body' is set
185
+ if self.api_client.client_side_validation and ('body' not in params or
186
+ params['body'] is None): # noqa: E501
187
+ raise ValueError("Missing the required parameter `body` when calling `create_ai_translation_speaker`") # noqa: E501
188
+
189
+ collection_formats = {}
190
+
191
+ path_params = {}
192
+
193
+ query_params = []
194
+
195
+ header_params = {}
196
+
197
+ form_params = []
198
+ local_var_files = {}
199
+
200
+ body_params = None
201
+ if 'body' in params:
202
+ body_params = params['body']
203
+ # HTTP header `Accept`
204
+ header_params['Accept'] = self.api_client.select_header_accept(
205
+ ['application/json']) # noqa: E501
206
+
207
+ # HTTP header `Content-Type`
208
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
209
+ ['application/json']) # noqa: E501
210
+
211
+ # Authentication setting
212
+ auth_settings = ['volcengineSign'] # noqa: E501
213
+
214
+ return self.api_client.call_api(
215
+ '/CreateAITranslationSpeaker/2025-01-01/vod/post/application_json/', 'POST',
216
+ path_params,
217
+ query_params,
218
+ header_params,
219
+ body=body_params,
220
+ post_params=form_params,
221
+ files=local_var_files,
222
+ response_type='CreateAITranslationSpeakerResponse', # noqa: E501
223
+ auth_settings=auth_settings,
224
+ async_req=params.get('async_req'),
225
+ _return_http_data_only=params.get('_return_http_data_only'),
226
+ _preload_content=params.get('_preload_content', True),
227
+ _request_timeout=params.get('_request_timeout'),
228
+ collection_formats=collection_formats)
229
+
230
+ def create_ai_translation_speech(self, body, **kwargs): # noqa: E501
231
+ """create_ai_translation_speech # noqa: E501
232
+
233
+ This method makes a synchronous HTTP request by default. To make an
234
+ asynchronous HTTP request, please pass async_req=True
235
+ >>> thread = api.create_ai_translation_speech(body, async_req=True)
236
+ >>> result = thread.get()
237
+
238
+ :param async_req bool
239
+ :param CreateAITranslationSpeechRequest body: (required)
240
+ :return: CreateAITranslationSpeechResponse
241
+ If the method is called asynchronously,
242
+ returns the request thread.
243
+ """
244
+ kwargs['_return_http_data_only'] = True
245
+ if kwargs.get('async_req'):
246
+ return self.create_ai_translation_speech_with_http_info(body, **kwargs) # noqa: E501
247
+ else:
248
+ (data) = self.create_ai_translation_speech_with_http_info(body, **kwargs) # noqa: E501
249
+ return data
250
+
251
+ def create_ai_translation_speech_with_http_info(self, body, **kwargs): # noqa: E501
252
+ """create_ai_translation_speech # noqa: E501
253
+
254
+ This method makes a synchronous HTTP request by default. To make an
255
+ asynchronous HTTP request, please pass async_req=True
256
+ >>> thread = api.create_ai_translation_speech_with_http_info(body, async_req=True)
257
+ >>> result = thread.get()
258
+
259
+ :param async_req bool
260
+ :param CreateAITranslationSpeechRequest body: (required)
261
+ :return: CreateAITranslationSpeechResponse
262
+ If the method is called asynchronously,
263
+ returns the request thread.
264
+ """
265
+
266
+ all_params = ['body'] # noqa: E501
267
+ all_params.append('async_req')
268
+ all_params.append('_return_http_data_only')
269
+ all_params.append('_preload_content')
270
+ all_params.append('_request_timeout')
271
+
272
+ params = locals()
273
+ for key, val in six.iteritems(params['kwargs']):
274
+ if key not in all_params:
275
+ raise TypeError(
276
+ "Got an unexpected keyword argument '%s'"
277
+ " to method create_ai_translation_speech" % key
278
+ )
279
+ params[key] = val
280
+ del params['kwargs']
281
+ # verify the required parameter 'body' is set
282
+ if self.api_client.client_side_validation and ('body' not in params or
283
+ params['body'] is None): # noqa: E501
284
+ raise ValueError("Missing the required parameter `body` when calling `create_ai_translation_speech`") # noqa: E501
285
+
286
+ collection_formats = {}
287
+
288
+ path_params = {}
289
+
290
+ query_params = []
291
+
292
+ header_params = {}
293
+
294
+ form_params = []
295
+ local_var_files = {}
296
+
297
+ body_params = None
298
+ if 'body' in params:
299
+ body_params = params['body']
300
+ # HTTP header `Accept`
301
+ header_params['Accept'] = self.api_client.select_header_accept(
302
+ ['application/json']) # noqa: E501
303
+
304
+ # HTTP header `Content-Type`
305
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
306
+ ['application/json']) # noqa: E501
307
+
308
+ # Authentication setting
309
+ auth_settings = ['volcengineSign'] # noqa: E501
310
+
311
+ return self.api_client.call_api(
312
+ '/CreateAITranslationSpeech/2025-01-01/vod/post/application_json/', 'POST',
313
+ path_params,
314
+ query_params,
315
+ header_params,
316
+ body=body_params,
317
+ post_params=form_params,
318
+ files=local_var_files,
319
+ response_type='CreateAITranslationSpeechResponse', # noqa: E501
320
+ auth_settings=auth_settings,
321
+ async_req=params.get('async_req'),
322
+ _return_http_data_only=params.get('_return_http_data_only'),
323
+ _preload_content=params.get('_preload_content', True),
324
+ _request_timeout=params.get('_request_timeout'),
325
+ collection_formats=collection_formats)
326
+
327
+ def delete_ai_translation_speech(self, body, **kwargs): # noqa: E501
328
+ """delete_ai_translation_speech # noqa: E501
329
+
330
+ This method makes a synchronous HTTP request by default. To make an
331
+ asynchronous HTTP request, please pass async_req=True
332
+ >>> thread = api.delete_ai_translation_speech(body, async_req=True)
333
+ >>> result = thread.get()
334
+
335
+ :param async_req bool
336
+ :param DeleteAITranslationSpeechRequest body: (required)
337
+ :return: DeleteAITranslationSpeechResponse
338
+ If the method is called asynchronously,
339
+ returns the request thread.
340
+ """
341
+ kwargs['_return_http_data_only'] = True
342
+ if kwargs.get('async_req'):
343
+ return self.delete_ai_translation_speech_with_http_info(body, **kwargs) # noqa: E501
344
+ else:
345
+ (data) = self.delete_ai_translation_speech_with_http_info(body, **kwargs) # noqa: E501
346
+ return data
347
+
348
+ def delete_ai_translation_speech_with_http_info(self, body, **kwargs): # noqa: E501
349
+ """delete_ai_translation_speech # noqa: E501
350
+
351
+ This method makes a synchronous HTTP request by default. To make an
352
+ asynchronous HTTP request, please pass async_req=True
353
+ >>> thread = api.delete_ai_translation_speech_with_http_info(body, async_req=True)
354
+ >>> result = thread.get()
355
+
356
+ :param async_req bool
357
+ :param DeleteAITranslationSpeechRequest body: (required)
358
+ :return: DeleteAITranslationSpeechResponse
359
+ If the method is called asynchronously,
360
+ returns the request thread.
361
+ """
362
+
363
+ all_params = ['body'] # noqa: E501
364
+ all_params.append('async_req')
365
+ all_params.append('_return_http_data_only')
366
+ all_params.append('_preload_content')
367
+ all_params.append('_request_timeout')
368
+
369
+ params = locals()
370
+ for key, val in six.iteritems(params['kwargs']):
371
+ if key not in all_params:
372
+ raise TypeError(
373
+ "Got an unexpected keyword argument '%s'"
374
+ " to method delete_ai_translation_speech" % key
375
+ )
376
+ params[key] = val
377
+ del params['kwargs']
378
+ # verify the required parameter 'body' is set
379
+ if self.api_client.client_side_validation and ('body' not in params or
380
+ params['body'] is None): # noqa: E501
381
+ raise ValueError("Missing the required parameter `body` when calling `delete_ai_translation_speech`") # noqa: E501
382
+
383
+ collection_formats = {}
384
+
385
+ path_params = {}
386
+
387
+ query_params = []
388
+
389
+ header_params = {}
390
+
391
+ form_params = []
392
+ local_var_files = {}
393
+
394
+ body_params = None
395
+ if 'body' in params:
396
+ body_params = params['body']
397
+ # HTTP header `Accept`
398
+ header_params['Accept'] = self.api_client.select_header_accept(
399
+ ['application/json']) # noqa: E501
400
+
401
+ # HTTP header `Content-Type`
402
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
403
+ ['application/json']) # noqa: E501
404
+
405
+ # Authentication setting
406
+ auth_settings = ['volcengineSign'] # noqa: E501
407
+
408
+ return self.api_client.call_api(
409
+ '/DeleteAITranslationSpeech/2025-01-01/vod/post/application_json/', 'POST',
410
+ path_params,
411
+ query_params,
412
+ header_params,
413
+ body=body_params,
414
+ post_params=form_params,
415
+ files=local_var_files,
416
+ response_type='DeleteAITranslationSpeechResponse', # noqa: E501
417
+ auth_settings=auth_settings,
418
+ async_req=params.get('async_req'),
419
+ _return_http_data_only=params.get('_return_http_data_only'),
420
+ _preload_content=params.get('_preload_content', True),
421
+ _request_timeout=params.get('_request_timeout'),
422
+ collection_formats=collection_formats)
423
+
133
424
  def generate_ai_translation_utterance_audio(self, body, **kwargs): # noqa: E501
134
425
  """generate_ai_translation_utterance_audio # noqa: E501
135
426
 
@@ -518,6 +809,103 @@ class VOD20250101Api(object):
518
809
  _request_timeout=params.get('_request_timeout'),
519
810
  collection_formats=collection_formats)
520
811
 
812
+ def list_ai_translation_speech(self, body, **kwargs): # noqa: E501
813
+ """list_ai_translation_speech # noqa: E501
814
+
815
+ This method makes a synchronous HTTP request by default. To make an
816
+ asynchronous HTTP request, please pass async_req=True
817
+ >>> thread = api.list_ai_translation_speech(body, async_req=True)
818
+ >>> result = thread.get()
819
+
820
+ :param async_req bool
821
+ :param ListAITranslationSpeechRequest body: (required)
822
+ :return: ListAITranslationSpeechResponse
823
+ If the method is called asynchronously,
824
+ returns the request thread.
825
+ """
826
+ kwargs['_return_http_data_only'] = True
827
+ if kwargs.get('async_req'):
828
+ return self.list_ai_translation_speech_with_http_info(body, **kwargs) # noqa: E501
829
+ else:
830
+ (data) = self.list_ai_translation_speech_with_http_info(body, **kwargs) # noqa: E501
831
+ return data
832
+
833
+ def list_ai_translation_speech_with_http_info(self, body, **kwargs): # noqa: E501
834
+ """list_ai_translation_speech # noqa: E501
835
+
836
+ This method makes a synchronous HTTP request by default. To make an
837
+ asynchronous HTTP request, please pass async_req=True
838
+ >>> thread = api.list_ai_translation_speech_with_http_info(body, async_req=True)
839
+ >>> result = thread.get()
840
+
841
+ :param async_req bool
842
+ :param ListAITranslationSpeechRequest body: (required)
843
+ :return: ListAITranslationSpeechResponse
844
+ If the method is called asynchronously,
845
+ returns the request thread.
846
+ """
847
+
848
+ all_params = ['body'] # noqa: E501
849
+ all_params.append('async_req')
850
+ all_params.append('_return_http_data_only')
851
+ all_params.append('_preload_content')
852
+ all_params.append('_request_timeout')
853
+
854
+ params = locals()
855
+ for key, val in six.iteritems(params['kwargs']):
856
+ if key not in all_params:
857
+ raise TypeError(
858
+ "Got an unexpected keyword argument '%s'"
859
+ " to method list_ai_translation_speech" % key
860
+ )
861
+ params[key] = val
862
+ del params['kwargs']
863
+ # verify the required parameter 'body' is set
864
+ if self.api_client.client_side_validation and ('body' not in params or
865
+ params['body'] is None): # noqa: E501
866
+ raise ValueError("Missing the required parameter `body` when calling `list_ai_translation_speech`") # noqa: E501
867
+
868
+ collection_formats = {}
869
+
870
+ path_params = {}
871
+
872
+ query_params = []
873
+
874
+ header_params = {}
875
+
876
+ form_params = []
877
+ local_var_files = {}
878
+
879
+ body_params = None
880
+ if 'body' in params:
881
+ body_params = params['body']
882
+ # HTTP header `Accept`
883
+ header_params['Accept'] = self.api_client.select_header_accept(
884
+ ['application/json']) # noqa: E501
885
+
886
+ # HTTP header `Content-Type`
887
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
888
+ ['text/plain']) # noqa: E501
889
+
890
+ # Authentication setting
891
+ auth_settings = ['volcengineSign'] # noqa: E501
892
+
893
+ return self.api_client.call_api(
894
+ '/ListAITranslationSpeech/2025-01-01/vod/get/text_plain/', 'GET',
895
+ path_params,
896
+ query_params,
897
+ header_params,
898
+ body=body_params,
899
+ post_params=form_params,
900
+ files=local_var_files,
901
+ response_type='ListAITranslationSpeechResponse', # noqa: E501
902
+ auth_settings=auth_settings,
903
+ async_req=params.get('async_req'),
904
+ _return_http_data_only=params.get('_return_http_data_only'),
905
+ _preload_content=params.get('_preload_content', True),
906
+ _request_timeout=params.get('_request_timeout'),
907
+ collection_formats=collection_formats)
908
+
521
909
  def refresh_ai_translation_project(self, body, **kwargs): # noqa: E501
522
910
  """refresh_ai_translation_project # noqa: E501
523
911
 
@@ -906,6 +1294,103 @@ class VOD20250101Api(object):
906
1294
  _request_timeout=params.get('_request_timeout'),
907
1295
  collection_formats=collection_formats)
908
1296
 
1297
+ def update_ai_translation_speeches(self, body, **kwargs): # noqa: E501
1298
+ """update_ai_translation_speeches # noqa: E501
1299
+
1300
+ This method makes a synchronous HTTP request by default. To make an
1301
+ asynchronous HTTP request, please pass async_req=True
1302
+ >>> thread = api.update_ai_translation_speeches(body, async_req=True)
1303
+ >>> result = thread.get()
1304
+
1305
+ :param async_req bool
1306
+ :param UpdateAITranslationSpeechesRequest body: (required)
1307
+ :return: UpdateAITranslationSpeechesResponse
1308
+ If the method is called asynchronously,
1309
+ returns the request thread.
1310
+ """
1311
+ kwargs['_return_http_data_only'] = True
1312
+ if kwargs.get('async_req'):
1313
+ return self.update_ai_translation_speeches_with_http_info(body, **kwargs) # noqa: E501
1314
+ else:
1315
+ (data) = self.update_ai_translation_speeches_with_http_info(body, **kwargs) # noqa: E501
1316
+ return data
1317
+
1318
+ def update_ai_translation_speeches_with_http_info(self, body, **kwargs): # noqa: E501
1319
+ """update_ai_translation_speeches # noqa: E501
1320
+
1321
+ This method makes a synchronous HTTP request by default. To make an
1322
+ asynchronous HTTP request, please pass async_req=True
1323
+ >>> thread = api.update_ai_translation_speeches_with_http_info(body, async_req=True)
1324
+ >>> result = thread.get()
1325
+
1326
+ :param async_req bool
1327
+ :param UpdateAITranslationSpeechesRequest body: (required)
1328
+ :return: UpdateAITranslationSpeechesResponse
1329
+ If the method is called asynchronously,
1330
+ returns the request thread.
1331
+ """
1332
+
1333
+ all_params = ['body'] # noqa: E501
1334
+ all_params.append('async_req')
1335
+ all_params.append('_return_http_data_only')
1336
+ all_params.append('_preload_content')
1337
+ all_params.append('_request_timeout')
1338
+
1339
+ params = locals()
1340
+ for key, val in six.iteritems(params['kwargs']):
1341
+ if key not in all_params:
1342
+ raise TypeError(
1343
+ "Got an unexpected keyword argument '%s'"
1344
+ " to method update_ai_translation_speeches" % key
1345
+ )
1346
+ params[key] = val
1347
+ del params['kwargs']
1348
+ # verify the required parameter 'body' is set
1349
+ if self.api_client.client_side_validation and ('body' not in params or
1350
+ params['body'] is None): # noqa: E501
1351
+ raise ValueError("Missing the required parameter `body` when calling `update_ai_translation_speeches`") # noqa: E501
1352
+
1353
+ collection_formats = {}
1354
+
1355
+ path_params = {}
1356
+
1357
+ query_params = []
1358
+
1359
+ header_params = {}
1360
+
1361
+ form_params = []
1362
+ local_var_files = {}
1363
+
1364
+ body_params = None
1365
+ if 'body' in params:
1366
+ body_params = params['body']
1367
+ # HTTP header `Accept`
1368
+ header_params['Accept'] = self.api_client.select_header_accept(
1369
+ ['application/json']) # noqa: E501
1370
+
1371
+ # HTTP header `Content-Type`
1372
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
1373
+ ['application/json']) # noqa: E501
1374
+
1375
+ # Authentication setting
1376
+ auth_settings = ['volcengineSign'] # noqa: E501
1377
+
1378
+ return self.api_client.call_api(
1379
+ '/UpdateAITranslationSpeeches/2025-01-01/vod/post/application_json/', 'POST',
1380
+ path_params,
1381
+ query_params,
1382
+ header_params,
1383
+ body=body_params,
1384
+ post_params=form_params,
1385
+ files=local_var_files,
1386
+ response_type='UpdateAITranslationSpeechesResponse', # noqa: E501
1387
+ auth_settings=auth_settings,
1388
+ async_req=params.get('async_req'),
1389
+ _return_http_data_only=params.get('_return_http_data_only'),
1390
+ _preload_content=params.get('_preload_content', True),
1391
+ _request_timeout=params.get('_request_timeout'),
1392
+ collection_formats=collection_formats)
1393
+
909
1394
  def update_ai_translation_utterances(self, body, **kwargs): # noqa: E501
910
1395
  """update_ai_translation_utterances # noqa: E501
911
1396
 
@@ -74,7 +74,13 @@ from volcenginesdkvod20250101.models.convert_video_generation_for_get_execution_
74
74
  from volcenginesdkvod20250101.models.convert_video_summary_for_get_execution_output import ConvertVideoSummaryForGetExecutionOutput
75
75
  from volcenginesdkvod20250101.models.convert_vision_for_get_execution_output import ConvertVisionForGetExecutionOutput
76
76
  from volcenginesdkvod20250101.models.convert_workflow_for_get_execution_output import ConvertWorkflowForGetExecutionOutput
77
+ from volcenginesdkvod20250101.models.create_ai_translation_speaker_request import CreateAITranslationSpeakerRequest
78
+ from volcenginesdkvod20250101.models.create_ai_translation_speaker_response import CreateAITranslationSpeakerResponse
79
+ from volcenginesdkvod20250101.models.create_ai_translation_speech_request import CreateAITranslationSpeechRequest
80
+ from volcenginesdkvod20250101.models.create_ai_translation_speech_response import CreateAITranslationSpeechResponse
77
81
  from volcenginesdkvod20250101.models.cut_segment_for_get_execution_output import CutSegmentForGetExecutionOutput
82
+ from volcenginesdkvod20250101.models.delete_ai_translation_speech_request import DeleteAITranslationSpeechRequest
83
+ from volcenginesdkvod20250101.models.delete_ai_translation_speech_response import DeleteAITranslationSpeechResponse
78
84
  from volcenginesdkvod20250101.models.direct_url_for_get_execution_output import DirectUrlForGetExecutionOutput
79
85
  from volcenginesdkvod20250101.models.direct_url_for_start_execution_input import DirectUrlForStartExecutionInput
80
86
  from volcenginesdkvod20250101.models.encryption_for_get_execution_output import EncryptionForGetExecutionOutput
@@ -102,10 +108,13 @@ from volcenginesdkvod20250101.models.image_set_for_get_execution_output import I
102
108
  from volcenginesdkvod20250101.models.info_for_get_execution_output import InfoForGetExecutionOutput
103
109
  from volcenginesdkvod20250101.models.input_for_get_execution_output import InputForGetExecutionOutput
104
110
  from volcenginesdkvod20250101.models.input_for_start_execution_input import InputForStartExecutionInput
111
+ from volcenginesdkvod20250101.models.input_subtitle_for_get_ai_translation_project_output import InputSubtitleForGetAITranslationProjectOutput
105
112
  from volcenginesdkvod20250101.models.input_video_for_get_ai_translation_project_output import InputVideoForGetAITranslationProjectOutput
106
113
  from volcenginesdkvod20250101.models.input_video_for_list_ai_translation_project_output import InputVideoForListAITranslationProjectOutput
107
114
  from volcenginesdkvod20250101.models.list_ai_translation_project_request import ListAITranslationProjectRequest
108
115
  from volcenginesdkvod20250101.models.list_ai_translation_project_response import ListAITranslationProjectResponse
116
+ from volcenginesdkvod20250101.models.list_ai_translation_speech_request import ListAITranslationSpeechRequest
117
+ from volcenginesdkvod20250101.models.list_ai_translation_speech_response import ListAITranslationSpeechResponse
109
118
  from volcenginesdkvod20250101.models.location_for_get_execution_output import LocationForGetExecutionOutput
110
119
  from volcenginesdkvod20250101.models.location_for_start_execution_input import LocationForStartExecutionInput
111
120
  from volcenginesdkvod20250101.models.manual_for_get_execution_output import ManualForGetExecutionOutput
@@ -125,15 +134,18 @@ from volcenginesdkvod20250101.models.operator_config_for_get_ai_translation_proj
125
134
  from volcenginesdkvod20250101.models.operator_config_for_list_ai_translation_project_output import OperatorConfigForListAITranslationProjectOutput
126
135
  from volcenginesdkvod20250101.models.operator_config_for_submit_ai_translation_workflow_input import OperatorConfigForSubmitAITranslationWorkflowInput
127
136
  from volcenginesdkvod20250101.models.output_for_get_execution_output import OutputForGetExecutionOutput
137
+ from volcenginesdkvod20250101.models.output_subtitle_for_get_ai_translation_project_output import OutputSubtitleForGetAITranslationProjectOutput
128
138
  from volcenginesdkvod20250101.models.output_video_for_get_ai_translation_project_output import OutputVideoForGetAITranslationProjectOutput
129
139
  from volcenginesdkvod20250101.models.output_video_for_list_ai_translation_project_output import OutputVideoForListAITranslationProjectOutput
130
140
  from volcenginesdkvod20250101.models.pixel_rectangle_for_get_execution_output import PixelRectangleForGetExecutionOutput
131
141
  from volcenginesdkvod20250101.models.policy_for_get_execution_output import PolicyForGetExecutionOutput
132
142
  from volcenginesdkvod20250101.models.policy_for_start_execution_input import PolicyForStartExecutionInput
143
+ from volcenginesdkvod20250101.models.preset_speech_for_list_ai_translation_speech_output import PresetSpeechForListAITranslationSpeechOutput
133
144
  from volcenginesdkvod20250101.models.preview_video_for_get_ai_translation_project_output import PreviewVideoForGetAITranslationProjectOutput
134
145
  from volcenginesdkvod20250101.models.preview_video_muted_for_get_ai_translation_project_output import PreviewVideoMutedForGetAITranslationProjectOutput
135
146
  from volcenginesdkvod20250101.models.process_config_for_submit_ai_translation_workflow_input import ProcessConfigForSubmitAITranslationWorkflowInput
136
147
  from volcenginesdkvod20250101.models.project_base_info_for_continue_ai_translation_workflow_output import ProjectBaseInfoForContinueAITranslationWorkflowOutput
148
+ from volcenginesdkvod20250101.models.project_base_info_for_create_ai_translation_speaker_output import ProjectBaseInfoForCreateAITranslationSpeakerOutput
137
149
  from volcenginesdkvod20250101.models.project_base_info_for_generate_ai_translation_utterance_audio_output import ProjectBaseInfoForGenerateAITranslationUtteranceAudioOutput
138
150
  from volcenginesdkvod20250101.models.project_base_info_for_refresh_ai_translation_project_output import ProjectBaseInfoForRefreshAITranslationProjectOutput
139
151
  from volcenginesdkvod20250101.models.project_base_info_for_submit_ai_translation_workflow_output import ProjectBaseInfoForSubmitAITranslationWorkflowOutput
@@ -154,8 +166,11 @@ from volcenginesdkvod20250101.models.source_blueprint_for_list_ai_translation_pr
154
166
  from volcenginesdkvod20250101.models.source_clip_for_get_ai_translation_project_output import SourceClipForGetAITranslationProjectOutput
155
167
  from volcenginesdkvod20250101.models.source_track_for_get_ai_translation_project_output import SourceTrackForGetAITranslationProjectOutput
156
168
  from volcenginesdkvod20250101.models.source_utterance_for_get_ai_translation_project_output import SourceUtteranceForGetAITranslationProjectOutput
169
+ from volcenginesdkvod20250101.models.speaker_for_create_ai_translation_speaker_output import SpeakerForCreateAITranslationSpeakerOutput
157
170
  from volcenginesdkvod20250101.models.speaker_for_get_ai_translation_project_output import SpeakerForGetAITranslationProjectOutput
158
171
  from volcenginesdkvod20250101.models.speaker_for_update_ai_translation_speakers_input import SpeakerForUpdateAITranslationSpeakersInput
172
+ from volcenginesdkvod20250101.models.speech_for_create_ai_translation_speech_output import SpeechForCreateAITranslationSpeechOutput
173
+ from volcenginesdkvod20250101.models.speech_for_update_ai_translation_speeches_input import SpeechForUpdateAITranslationSpeechesInput
159
174
  from volcenginesdkvod20250101.models.start_execution_request import StartExecutionRequest
160
175
  from volcenginesdkvod20250101.models.start_execution_response import StartExecutionResponse
161
176
  from volcenginesdkvod20250101.models.storyline_cuts_for_get_execution_output import StorylineCutsForGetExecutionOutput
@@ -192,8 +207,11 @@ from volcenginesdkvod20250101.models.trim_for_get_ai_translation_project_output
192
207
  from volcenginesdkvod20250101.models.trim_for_update_ai_translation_utterances_input import TrimForUpdateAITranslationUtterancesInput
193
208
  from volcenginesdkvod20250101.models.update_ai_translation_speakers_request import UpdateAITranslationSpeakersRequest
194
209
  from volcenginesdkvod20250101.models.update_ai_translation_speakers_response import UpdateAITranslationSpeakersResponse
210
+ from volcenginesdkvod20250101.models.update_ai_translation_speeches_request import UpdateAITranslationSpeechesRequest
211
+ from volcenginesdkvod20250101.models.update_ai_translation_speeches_response import UpdateAITranslationSpeechesResponse
195
212
  from volcenginesdkvod20250101.models.update_ai_translation_utterances_request import UpdateAITranslationUtterancesRequest
196
213
  from volcenginesdkvod20250101.models.update_ai_translation_utterances_response import UpdateAITranslationUtterancesResponse
214
+ from volcenginesdkvod20250101.models.user_speech_for_list_ai_translation_speech_output import UserSpeechForListAITranslationSpeechOutput
197
215
  from volcenginesdkvod20250101.models.utterance_for_get_execution_output import UtteranceForGetExecutionOutput
198
216
  from volcenginesdkvod20250101.models.utterance_for_update_ai_translation_utterances_input import UtteranceForUpdateAITranslationUtterancesInput
199
217
  from volcenginesdkvod20250101.models.video_for_get_execution_output import VideoForGetExecutionOutput
@@ -34,6 +34,7 @@ class BackgroundAudioForGetAITranslationProjectOutput(object):
34
34
  """
35
35
  swagger_types = {
36
36
  'duration_second': 'float',
37
+ 'file_name': 'str',
37
38
  'is_audio': 'bool',
38
39
  'uri': 'str',
39
40
  'url': 'str',
@@ -42,19 +43,21 @@ class BackgroundAudioForGetAITranslationProjectOutput(object):
42
43
 
43
44
  attribute_map = {
44
45
  'duration_second': 'DurationSecond',
46
+ 'file_name': 'FileName',
45
47
  'is_audio': 'IsAudio',
46
48
  'uri': 'Uri',
47
49
  'url': 'Url',
48
50
  'vid': 'Vid'
49
51
  }
50
52
 
51
- def __init__(self, duration_second=None, is_audio=None, uri=None, url=None, vid=None, _configuration=None): # noqa: E501
53
+ def __init__(self, duration_second=None, file_name=None, is_audio=None, uri=None, url=None, vid=None, _configuration=None): # noqa: E501
52
54
  """BackgroundAudioForGetAITranslationProjectOutput - a model defined in Swagger""" # noqa: E501
53
55
  if _configuration is None:
54
56
  _configuration = Configuration()
55
57
  self._configuration = _configuration
56
58
 
57
59
  self._duration_second = None
60
+ self._file_name = None
58
61
  self._is_audio = None
59
62
  self._uri = None
60
63
  self._url = None
@@ -63,6 +66,8 @@ class BackgroundAudioForGetAITranslationProjectOutput(object):
63
66
 
64
67
  if duration_second is not None:
65
68
  self.duration_second = duration_second
69
+ if file_name is not None:
70
+ self.file_name = file_name
66
71
  if is_audio is not None:
67
72
  self.is_audio = is_audio
68
73
  if uri is not None:
@@ -93,6 +98,27 @@ class BackgroundAudioForGetAITranslationProjectOutput(object):
93
98
 
94
99
  self._duration_second = duration_second
95
100
 
101
+ @property
102
+ def file_name(self):
103
+ """Gets the file_name of this BackgroundAudioForGetAITranslationProjectOutput. # noqa: E501
104
+
105
+
106
+ :return: The file_name of this BackgroundAudioForGetAITranslationProjectOutput. # noqa: E501
107
+ :rtype: str
108
+ """
109
+ return self._file_name
110
+
111
+ @file_name.setter
112
+ def file_name(self, file_name):
113
+ """Sets the file_name of this BackgroundAudioForGetAITranslationProjectOutput.
114
+
115
+
116
+ :param file_name: The file_name of this BackgroundAudioForGetAITranslationProjectOutput. # noqa: E501
117
+ :type: str
118
+ """
119
+
120
+ self._file_name = file_name
121
+
96
122
  @property
97
123
  def is_audio(self):
98
124
  """Gets the is_audio of this BackgroundAudioForGetAITranslationProjectOutput. # noqa: E501