yandexcloud 0.348.0__py3-none-any.whl → 0.350.0__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 yandexcloud might be problematic. Click here for more details.

Files changed (489) hide show
  1. yandex/cloud/ai/assistants/v1/assistant_pb2.py +4 -4
  2. yandex/cloud/ai/assistants/v1/assistant_pb2.pyi +8 -2
  3. yandex/cloud/ai/assistants/v1/assistant_service_pb2.py +26 -26
  4. yandex/cloud/ai/assistants/v1/assistant_service_pb2.pyi +14 -4
  5. yandex/cloud/ai/assistants/v1/common_pb2.py +5 -1
  6. yandex/cloud/ai/assistants/v1/common_pb2.pyi +50 -0
  7. yandex/cloud/ai/assistants/v1/package_options_pb2.py +35 -0
  8. yandex/cloud/ai/assistants/v1/package_options_pb2.pyi +8 -0
  9. yandex/cloud/ai/assistants/v1/package_options_pb2_grpc.py +24 -0
  10. yandex/cloud/ai/assistants/v1/package_options_pb2_grpc.pyi +17 -0
  11. yandex/cloud/ai/assistants/v1/runs/run_pb2.py +10 -10
  12. yandex/cloud/ai/assistants/v1/runs/run_pb2.pyi +8 -2
  13. yandex/cloud/ai/assistants/v1/runs/run_service_pb2.py +28 -28
  14. yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +8 -2
  15. yandex/cloud/ai/dataset/v1/package_options_pb2.py +35 -0
  16. yandex/cloud/ai/dataset/v1/package_options_pb2.pyi +8 -0
  17. yandex/cloud/ai/dataset/v1/package_options_pb2_grpc.py +24 -0
  18. yandex/cloud/ai/dataset/v1/package_options_pb2_grpc.pyi +17 -0
  19. yandex/cloud/ai/files/v1/package_options_pb2.py +35 -0
  20. yandex/cloud/ai/files/v1/package_options_pb2.pyi +8 -0
  21. yandex/cloud/ai/files/v1/package_options_pb2_grpc.py +24 -0
  22. yandex/cloud/ai/files/v1/package_options_pb2_grpc.pyi +17 -0
  23. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_pb2.pyi +2 -2
  24. yandex/cloud/ai/foundation_models/v1/package_options_pb2.py +35 -0
  25. yandex/cloud/ai/foundation_models/v1/package_options_pb2.pyi +8 -0
  26. yandex/cloud/ai/foundation_models/v1/package_options_pb2_grpc.py +24 -0
  27. yandex/cloud/ai/foundation_models/v1/package_options_pb2_grpc.pyi +17 -0
  28. yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +20 -16
  29. yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +62 -1
  30. yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.py +24 -23
  31. yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +15 -2
  32. yandex/cloud/ai/llm/v1alpha/package_options_pb2.py +35 -0
  33. yandex/cloud/ai/llm/v1alpha/package_options_pb2.pyi +8 -0
  34. yandex/cloud/ai/llm/v1alpha/package_options_pb2_grpc.py +24 -0
  35. yandex/cloud/ai/llm/v1alpha/package_options_pb2_grpc.pyi +17 -0
  36. yandex/cloud/ai/ocr/v1/ocr_pb2.py +24 -20
  37. yandex/cloud/ai/ocr/v1/ocr_pb2.pyi +72 -2
  38. yandex/cloud/ai/ocr/v1/package_options_pb2.py +35 -0
  39. yandex/cloud/ai/ocr/v1/package_options_pb2.pyi +8 -0
  40. yandex/cloud/ai/ocr/v1/package_options_pb2_grpc.py +24 -0
  41. yandex/cloud/ai/ocr/v1/package_options_pb2_grpc.pyi +17 -0
  42. yandex/cloud/ai/stt/v2/package_options_pb2.py +35 -0
  43. yandex/cloud/ai/stt/v2/package_options_pb2.pyi +8 -0
  44. yandex/cloud/ai/stt/v2/package_options_pb2_grpc.py +24 -0
  45. yandex/cloud/ai/stt/v2/package_options_pb2_grpc.pyi +17 -0
  46. yandex/cloud/ai/stt/v3/package_options_pb2.py +35 -0
  47. yandex/cloud/ai/stt/v3/package_options_pb2.pyi +8 -0
  48. yandex/cloud/ai/stt/v3/package_options_pb2_grpc.py +24 -0
  49. yandex/cloud/ai/stt/v3/package_options_pb2_grpc.pyi +17 -0
  50. yandex/cloud/ai/stt/v3/stt_pb2.py +120 -107
  51. yandex/cloud/ai/stt/v3/stt_pb2.pyi +174 -8
  52. yandex/cloud/ai/translate/v2/package_options_pb2.py +35 -0
  53. yandex/cloud/ai/translate/v2/package_options_pb2.pyi +8 -0
  54. yandex/cloud/ai/translate/v2/package_options_pb2_grpc.py +24 -0
  55. yandex/cloud/ai/translate/v2/package_options_pb2_grpc.pyi +17 -0
  56. yandex/cloud/ai/tts/v3/package_options_pb2.py +35 -0
  57. yandex/cloud/ai/tts/v3/package_options_pb2.pyi +8 -0
  58. yandex/cloud/ai/tts/v3/package_options_pb2_grpc.py +24 -0
  59. yandex/cloud/ai/tts/v3/package_options_pb2_grpc.pyi +17 -0
  60. yandex/cloud/ai/tuning/v1/package_options_pb2.py +35 -0
  61. yandex/cloud/ai/tuning/v1/package_options_pb2.pyi +8 -0
  62. yandex/cloud/ai/tuning/v1/package_options_pb2_grpc.py +24 -0
  63. yandex/cloud/ai/tuning/v1/package_options_pb2_grpc.pyi +17 -0
  64. yandex/cloud/ai/vision/v1/package_options_pb2.py +35 -0
  65. yandex/cloud/ai/vision/v1/package_options_pb2.pyi +8 -0
  66. yandex/cloud/ai/vision/v1/package_options_pb2_grpc.py +24 -0
  67. yandex/cloud/ai/vision/v1/package_options_pb2_grpc.pyi +17 -0
  68. yandex/cloud/ai/vision/v2/package_options_pb2.py +35 -0
  69. yandex/cloud/ai/vision/v2/package_options_pb2.pyi +8 -0
  70. yandex/cloud/ai/vision/v2/package_options_pb2_grpc.py +24 -0
  71. yandex/cloud/ai/vision/v2/package_options_pb2_grpc.pyi +17 -0
  72. yandex/cloud/airflow/v1/cluster_pb2.py +9 -7
  73. yandex/cloud/airflow/v1/cluster_pb2.pyi +32 -4
  74. yandex/cloud/airflow/v1/package_options_pb2.py +35 -0
  75. yandex/cloud/airflow/v1/package_options_pb2.pyi +8 -0
  76. yandex/cloud/airflow/v1/package_options_pb2_grpc.py +24 -0
  77. yandex/cloud/airflow/v1/package_options_pb2_grpc.pyi +17 -0
  78. yandex/cloud/apploadbalancer/v1/package_options_pb2.py +35 -0
  79. yandex/cloud/apploadbalancer/v1/package_options_pb2.pyi +8 -0
  80. yandex/cloud/apploadbalancer/v1/package_options_pb2_grpc.py +24 -0
  81. yandex/cloud/apploadbalancer/v1/package_options_pb2_grpc.pyi +17 -0
  82. yandex/cloud/apploadbalancer/v1/virtual_host_pb2.py +35 -21
  83. yandex/cloud/apploadbalancer/v1/virtual_host_pb2.pyi +112 -3
  84. yandex/cloud/audittrails/v1/package_options_pb2.py +35 -0
  85. yandex/cloud/audittrails/v1/package_options_pb2.pyi +8 -0
  86. yandex/cloud/audittrails/v1/package_options_pb2_grpc.py +24 -0
  87. yandex/cloud/audittrails/v1/package_options_pb2_grpc.pyi +17 -0
  88. yandex/cloud/audittrails/v1/trail_pb2.py +11 -9
  89. yandex/cloud/audittrails/v1/trail_pb2.pyi +6 -2
  90. yandex/cloud/backup/v1/package_options_pb2.py +35 -0
  91. yandex/cloud/backup/v1/package_options_pb2.pyi +8 -0
  92. yandex/cloud/backup/v1/package_options_pb2_grpc.py +24 -0
  93. yandex/cloud/backup/v1/package_options_pb2_grpc.pyi +17 -0
  94. yandex/cloud/backup/v1/policy_pb2.py +56 -52
  95. yandex/cloud/backup/v1/policy_pb2.pyi +64 -1
  96. yandex/cloud/baremetal/v1alpha/package_options_pb2.py +35 -0
  97. yandex/cloud/baremetal/v1alpha/package_options_pb2.pyi +8 -0
  98. yandex/cloud/baremetal/v1alpha/package_options_pb2_grpc.py +24 -0
  99. yandex/cloud/baremetal/v1alpha/package_options_pb2_grpc.pyi +17 -0
  100. yandex/cloud/billing/v1/package_options_pb2.py +35 -0
  101. yandex/cloud/billing/v1/package_options_pb2.pyi +8 -0
  102. yandex/cloud/billing/v1/package_options_pb2_grpc.py +24 -0
  103. yandex/cloud/billing/v1/package_options_pb2_grpc.pyi +17 -0
  104. yandex/cloud/cdn/v1/package_options_pb2.py +35 -0
  105. yandex/cloud/cdn/v1/package_options_pb2.pyi +8 -0
  106. yandex/cloud/cdn/v1/package_options_pb2_grpc.py +24 -0
  107. yandex/cloud/cdn/v1/package_options_pb2_grpc.pyi +17 -0
  108. yandex/cloud/cic/v1/package_options_pb2.py +35 -0
  109. yandex/cloud/cic/v1/package_options_pb2.pyi +8 -0
  110. yandex/cloud/cic/v1/package_options_pb2_grpc.py +24 -0
  111. yandex/cloud/cic/v1/package_options_pb2_grpc.pyi +17 -0
  112. yandex/cloud/cloudapps/workload/v1/package_options_pb2.py +35 -0
  113. yandex/cloud/cloudapps/workload/v1/package_options_pb2.pyi +8 -0
  114. yandex/cloud/cloudapps/workload/v1/package_options_pb2_grpc.py +24 -0
  115. yandex/cloud/cloudapps/workload/v1/package_options_pb2_grpc.pyi +17 -0
  116. yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.py +1 -1
  117. yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.pyi +2 -2
  118. yandex/cloud/clouddesktop/v1/desktop_image_service_pb2.py +1 -1
  119. yandex/cloud/clouddesktop/v1/desktop_image_service_pb2.pyi +10 -4
  120. yandex/cloud/clouddesktop/v1/desktop_service_pb2.py +1 -1
  121. yandex/cloud/clouddesktop/v1/desktop_service_pb2.pyi +2 -2
  122. yandex/cloud/clouddesktop/v1/package_options_pb2.py +35 -0
  123. yandex/cloud/clouddesktop/v1/package_options_pb2.pyi +8 -0
  124. yandex/cloud/clouddesktop/v1/package_options_pb2_grpc.py +24 -0
  125. yandex/cloud/clouddesktop/v1/package_options_pb2_grpc.pyi +17 -0
  126. yandex/cloud/cloudregistry/v1/package_options_pb2.py +35 -0
  127. yandex/cloud/cloudregistry/v1/package_options_pb2.pyi +8 -0
  128. yandex/cloud/cloudregistry/v1/package_options_pb2_grpc.py +24 -0
  129. yandex/cloud/cloudregistry/v1/package_options_pb2_grpc.pyi +17 -0
  130. yandex/cloud/cloudrouter/v1/package_options_pb2.py +35 -0
  131. yandex/cloud/cloudrouter/v1/package_options_pb2.pyi +8 -0
  132. yandex/cloud/cloudrouter/v1/package_options_pb2_grpc.py +24 -0
  133. yandex/cloud/cloudrouter/v1/package_options_pb2_grpc.pyi +17 -0
  134. yandex/cloud/compute/v1/instancegroup/instance_group_service_pb2.py +64 -64
  135. yandex/cloud/compute/v1/instancegroup/instance_group_service_pb2.pyi +16 -4
  136. yandex/cloud/compute/v1/instancegroup/package_options_pb2.py +35 -0
  137. yandex/cloud/compute/v1/instancegroup/package_options_pb2.pyi +8 -0
  138. yandex/cloud/compute/v1/instancegroup/package_options_pb2_grpc.py +24 -0
  139. yandex/cloud/compute/v1/instancegroup/package_options_pb2_grpc.pyi +17 -0
  140. yandex/cloud/compute/v1/package_options_pb2.py +35 -0
  141. yandex/cloud/compute/v1/package_options_pb2.pyi +8 -0
  142. yandex/cloud/compute/v1/package_options_pb2_grpc.py +24 -0
  143. yandex/cloud/compute/v1/package_options_pb2_grpc.pyi +17 -0
  144. yandex/cloud/containerregistry/v1/package_options_pb2.py +35 -0
  145. yandex/cloud/containerregistry/v1/package_options_pb2.pyi +8 -0
  146. yandex/cloud/containerregistry/v1/package_options_pb2_grpc.py +24 -0
  147. yandex/cloud/containerregistry/v1/package_options_pb2_grpc.pyi +17 -0
  148. yandex/cloud/dataproc/manager/v1/package_options_pb2.py +35 -0
  149. yandex/cloud/dataproc/manager/v1/package_options_pb2.pyi +8 -0
  150. yandex/cloud/dataproc/manager/v1/package_options_pb2_grpc.py +24 -0
  151. yandex/cloud/dataproc/manager/v1/package_options_pb2_grpc.pyi +17 -0
  152. yandex/cloud/dataproc/v1/package_options_pb2.py +35 -0
  153. yandex/cloud/dataproc/v1/package_options_pb2.pyi +8 -0
  154. yandex/cloud/dataproc/v1/package_options_pb2_grpc.py +24 -0
  155. yandex/cloud/dataproc/v1/package_options_pb2_grpc.pyi +17 -0
  156. yandex/cloud/datasphere/v1/package_options_pb2.py +35 -0
  157. yandex/cloud/datasphere/v1/package_options_pb2.pyi +8 -0
  158. yandex/cloud/datasphere/v1/package_options_pb2_grpc.py +24 -0
  159. yandex/cloud/datasphere/v1/package_options_pb2_grpc.pyi +17 -0
  160. yandex/cloud/datasphere/v2/package_options_pb2.py +35 -0
  161. yandex/cloud/datasphere/v2/package_options_pb2.pyi +8 -0
  162. yandex/cloud/datasphere/v2/package_options_pb2_grpc.py +24 -0
  163. yandex/cloud/datasphere/v2/package_options_pb2_grpc.pyi +17 -0
  164. yandex/cloud/datatransfer/v1/endpoint/clickhouse_pb2.py +18 -18
  165. yandex/cloud/datatransfer/v1/endpoint/clickhouse_pb2.pyi +11 -4
  166. yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.py +2 -2
  167. yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi +4 -1
  168. yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.py +2 -2
  169. yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +5 -5
  170. yandex/cloud/datatransfer/v1/endpoint/ydb_pb2.py +6 -6
  171. yandex/cloud/datatransfer/v1/endpoint/ydb_pb2.pyi +4 -1
  172. yandex/cloud/datatransfer/v1/package_options_pb2.py +35 -0
  173. yandex/cloud/datatransfer/v1/package_options_pb2.pyi +8 -0
  174. yandex/cloud/datatransfer/v1/package_options_pb2_grpc.py +24 -0
  175. yandex/cloud/datatransfer/v1/package_options_pb2_grpc.pyi +17 -0
  176. yandex/cloud/datatransfer/v1/transfer_pb2.py +2 -2
  177. yandex/cloud/datatransfer/v1/transfer_pb2.pyi +8 -0
  178. yandex/cloud/dns/v1/package_options_pb2.py +35 -0
  179. yandex/cloud/dns/v1/package_options_pb2.pyi +8 -0
  180. yandex/cloud/dns/v1/package_options_pb2_grpc.py +24 -0
  181. yandex/cloud/dns/v1/package_options_pb2_grpc.pyi +17 -0
  182. yandex/cloud/gitlab/v1/instance_pb2.pyi +58 -4
  183. yandex/cloud/gitlab/v1/instance_service_pb2.py +50 -27
  184. yandex/cloud/gitlab/v1/instance_service_pb2.pyi +163 -2
  185. yandex/cloud/gitlab/v1/instance_service_pb2_grpc.py +62 -9
  186. yandex/cloud/gitlab/v1/instance_service_pb2_grpc.pyi +50 -6
  187. yandex/cloud/gitlab/v1/maintenance_pb2.pyi +10 -3
  188. yandex/cloud/iam/v1/package_options_pb2.py +35 -0
  189. yandex/cloud/iam/v1/package_options_pb2.pyi +8 -0
  190. yandex/cloud/iam/v1/package_options_pb2_grpc.py +24 -0
  191. yandex/cloud/iam/v1/package_options_pb2_grpc.pyi +17 -0
  192. yandex/cloud/k8s/marketplace/v1/package_options_pb2.py +35 -0
  193. yandex/cloud/k8s/marketplace/v1/package_options_pb2.pyi +8 -0
  194. yandex/cloud/k8s/marketplace/v1/package_options_pb2_grpc.py +24 -0
  195. yandex/cloud/k8s/marketplace/v1/package_options_pb2_grpc.pyi +17 -0
  196. yandex/cloud/k8s/v1/cluster_service_pb2.py +6 -10
  197. yandex/cloud/k8s/v1/cluster_service_pb2.pyi +3 -23
  198. yandex/cloud/k8s/v1/package_options_pb2.py +35 -0
  199. yandex/cloud/k8s/v1/package_options_pb2.pyi +8 -0
  200. yandex/cloud/k8s/v1/package_options_pb2_grpc.py +24 -0
  201. yandex/cloud/k8s/v1/package_options_pb2_grpc.pyi +17 -0
  202. yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.py +26 -22
  203. yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.pyi +34 -1
  204. yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.py +86 -63
  205. yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.pyi +86 -0
  206. yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2_grpc.py +88 -0
  207. yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2_grpc.pyi +40 -0
  208. yandex/cloud/loadbalancer/v1/package_options_pb2.py +35 -0
  209. yandex/cloud/loadbalancer/v1/package_options_pb2.pyi +8 -0
  210. yandex/cloud/loadbalancer/v1/package_options_pb2_grpc.py +24 -0
  211. yandex/cloud/loadbalancer/v1/package_options_pb2_grpc.pyi +17 -0
  212. yandex/cloud/loadtesting/api/v1/package_options_pb2.py +35 -0
  213. yandex/cloud/loadtesting/api/v1/package_options_pb2.pyi +8 -0
  214. yandex/cloud/loadtesting/api/v1/package_options_pb2_grpc.py +24 -0
  215. yandex/cloud/loadtesting/api/v1/package_options_pb2_grpc.pyi +17 -0
  216. yandex/cloud/logging/v1/package_options_pb2.py +35 -0
  217. yandex/cloud/logging/v1/package_options_pb2.pyi +8 -0
  218. yandex/cloud/logging/v1/package_options_pb2_grpc.py +24 -0
  219. yandex/cloud/logging/v1/package_options_pb2_grpc.pyi +17 -0
  220. yandex/cloud/marketplace/licensemanager/saas/v1/package_options_pb2.py +35 -0
  221. yandex/cloud/marketplace/licensemanager/saas/v1/package_options_pb2.pyi +8 -0
  222. yandex/cloud/marketplace/licensemanager/saas/v1/package_options_pb2_grpc.py +24 -0
  223. yandex/cloud/marketplace/licensemanager/saas/v1/package_options_pb2_grpc.pyi +17 -0
  224. yandex/cloud/marketplace/licensemanager/v1/external_instance_pb2.py +45 -0
  225. yandex/cloud/marketplace/licensemanager/v1/external_instance_pb2.pyi +107 -0
  226. yandex/cloud/marketplace/licensemanager/v1/external_instance_pb2_grpc.py +24 -0
  227. yandex/cloud/marketplace/licensemanager/v1/external_instance_pb2_grpc.pyi +17 -0
  228. yandex/cloud/marketplace/licensemanager/v1/instance_pb2.py +6 -5
  229. yandex/cloud/marketplace/licensemanager/v1/instance_pb2.pyi +9 -2
  230. yandex/cloud/marketplace/licensemanager/v1/lock_pb2.py +6 -5
  231. yandex/cloud/marketplace/licensemanager/v1/lock_pb2.pyi +11 -2
  232. yandex/cloud/marketplace/licensemanager/v1/package_options_pb2.py +35 -0
  233. yandex/cloud/marketplace/licensemanager/v1/package_options_pb2.pyi +8 -0
  234. yandex/cloud/marketplace/licensemanager/v1/package_options_pb2_grpc.py +24 -0
  235. yandex/cloud/marketplace/licensemanager/v1/package_options_pb2_grpc.pyi +17 -0
  236. yandex/cloud/marketplace/metering/v1/package_options_pb2.py +35 -0
  237. yandex/cloud/marketplace/metering/v1/package_options_pb2.pyi +8 -0
  238. yandex/cloud/marketplace/metering/v1/package_options_pb2_grpc.py +24 -0
  239. yandex/cloud/marketplace/metering/v1/package_options_pb2_grpc.pyi +17 -0
  240. yandex/cloud/marketplace/pim/v1/saas/package_options_pb2.py +35 -0
  241. yandex/cloud/marketplace/pim/v1/saas/package_options_pb2.pyi +8 -0
  242. yandex/cloud/marketplace/pim/v1/saas/package_options_pb2_grpc.py +24 -0
  243. yandex/cloud/marketplace/pim/v1/saas/package_options_pb2_grpc.pyi +17 -0
  244. yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.py +4 -4
  245. yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.pyi +5 -1
  246. yandex/cloud/marketplace/v1/metering/package_options_pb2.py +35 -0
  247. yandex/cloud/marketplace/v1/metering/package_options_pb2.pyi +8 -0
  248. yandex/cloud/marketplace/v1/metering/package_options_pb2_grpc.py +24 -0
  249. yandex/cloud/marketplace/v1/metering/package_options_pb2_grpc.pyi +17 -0
  250. yandex/cloud/mdb/clickhouse/v1/cluster_pb2.py +52 -46
  251. yandex/cloud/mdb/clickhouse/v1/cluster_pb2.pyi +63 -8
  252. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +170 -170
  253. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.pyi +48 -10
  254. yandex/cloud/mdb/clickhouse/v1/package_options_pb2.py +35 -0
  255. yandex/cloud/mdb/clickhouse/v1/package_options_pb2.pyi +8 -0
  256. yandex/cloud/mdb/clickhouse/v1/package_options_pb2_grpc.py +24 -0
  257. yandex/cloud/mdb/clickhouse/v1/package_options_pb2_grpc.pyi +17 -0
  258. yandex/cloud/mdb/elasticsearch/v1/package_options_pb2.py +35 -0
  259. yandex/cloud/mdb/elasticsearch/v1/package_options_pb2.pyi +8 -0
  260. yandex/cloud/mdb/elasticsearch/v1/package_options_pb2_grpc.py +24 -0
  261. yandex/cloud/mdb/elasticsearch/v1/package_options_pb2_grpc.pyi +17 -0
  262. yandex/cloud/mdb/greenplum/v1/package_options_pb2.py +35 -0
  263. yandex/cloud/mdb/greenplum/v1/package_options_pb2.pyi +8 -0
  264. yandex/cloud/mdb/greenplum/v1/package_options_pb2_grpc.py +24 -0
  265. yandex/cloud/mdb/greenplum/v1/package_options_pb2_grpc.pyi +17 -0
  266. yandex/cloud/mdb/kafka/v1/package_options_pb2.py +35 -0
  267. yandex/cloud/mdb/kafka/v1/package_options_pb2.pyi +8 -0
  268. yandex/cloud/mdb/kafka/v1/package_options_pb2_grpc.py +24 -0
  269. yandex/cloud/mdb/kafka/v1/package_options_pb2_grpc.pyi +17 -0
  270. yandex/cloud/mdb/mongodb/v1/cluster_pb2.py +142 -142
  271. yandex/cloud/mdb/mongodb/v1/cluster_pb2.pyi +8 -2
  272. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.py +242 -241
  273. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +35 -6
  274. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.py +1 -0
  275. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.pyi +9 -3
  276. yandex/cloud/mdb/mongodb/v1/package_options_pb2.py +35 -0
  277. yandex/cloud/mdb/mongodb/v1/package_options_pb2.pyi +8 -0
  278. yandex/cloud/mdb/mongodb/v1/package_options_pb2_grpc.py +24 -0
  279. yandex/cloud/mdb/mongodb/v1/package_options_pb2_grpc.pyi +17 -0
  280. yandex/cloud/mdb/mysql/v1/cluster_pb2.py +38 -32
  281. yandex/cloud/mdb/mysql/v1/cluster_pb2.pyi +40 -4
  282. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +96 -96
  283. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +24 -6
  284. yandex/cloud/mdb/mysql/v1/package_options_pb2.py +35 -0
  285. yandex/cloud/mdb/mysql/v1/package_options_pb2.pyi +8 -0
  286. yandex/cloud/mdb/mysql/v1/package_options_pb2_grpc.py +24 -0
  287. yandex/cloud/mdb/mysql/v1/package_options_pb2_grpc.pyi +17 -0
  288. yandex/cloud/mdb/mysql/v1alpha/package_options_pb2.py +35 -0
  289. yandex/cloud/mdb/mysql/v1alpha/package_options_pb2.pyi +8 -0
  290. yandex/cloud/mdb/mysql/v1alpha/package_options_pb2_grpc.py +24 -0
  291. yandex/cloud/mdb/mysql/v1alpha/package_options_pb2_grpc.pyi +17 -0
  292. yandex/cloud/mdb/opensearch/v1/cluster_pb2.py +46 -45
  293. yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +9 -2
  294. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +141 -139
  295. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +34 -6
  296. yandex/cloud/mdb/opensearch/v1/package_options_pb2.py +35 -0
  297. yandex/cloud/mdb/opensearch/v1/package_options_pb2.pyi +8 -0
  298. yandex/cloud/mdb/opensearch/v1/package_options_pb2_grpc.py +24 -0
  299. yandex/cloud/mdb/opensearch/v1/package_options_pb2_grpc.pyi +17 -0
  300. yandex/cloud/mdb/operationlog/__init__.py +0 -0
  301. yandex/cloud/mdb/operationlog/v1/__init__.py +0 -0
  302. yandex/cloud/mdb/operationlog/v1/operation_log_pb2.py +42 -0
  303. yandex/cloud/mdb/operationlog/v1/operation_log_pb2.pyi +80 -0
  304. yandex/cloud/mdb/operationlog/v1/operation_log_pb2_grpc.py +24 -0
  305. yandex/cloud/mdb/operationlog/v1/operation_log_pb2_grpc.pyi +17 -0
  306. yandex/cloud/mdb/postgresql/v1/cluster_pb2.py +42 -42
  307. yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +8 -2
  308. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +108 -107
  309. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +33 -6
  310. yandex/cloud/mdb/postgresql/v1/config/postgresql14_1c_pb2.py +38 -36
  311. yandex/cloud/mdb/postgresql/v1/config/postgresql14_1c_pb2.pyi +24 -1
  312. yandex/cloud/mdb/postgresql/v1/config/postgresql14_pb2.py +38 -36
  313. yandex/cloud/mdb/postgresql/v1/config/postgresql14_pb2.pyi +24 -1
  314. yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.py +38 -36
  315. yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.pyi +24 -1
  316. yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.py +38 -36
  317. yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.pyi +24 -1
  318. yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.py +38 -36
  319. yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.pyi +24 -1
  320. yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py +38 -36
  321. yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.pyi +24 -1
  322. yandex/cloud/mdb/postgresql/v1/package_options_pb2.py +35 -0
  323. yandex/cloud/mdb/postgresql/v1/package_options_pb2.pyi +8 -0
  324. yandex/cloud/mdb/postgresql/v1/package_options_pb2_grpc.py +24 -0
  325. yandex/cloud/mdb/postgresql/v1/package_options_pb2_grpc.pyi +17 -0
  326. yandex/cloud/mdb/redis/v1/cluster_pb2.py +36 -36
  327. yandex/cloud/mdb/redis/v1/cluster_pb2.pyi +8 -2
  328. yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +114 -114
  329. yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +16 -4
  330. yandex/cloud/mdb/redis/v1/package_options_pb2.py +35 -0
  331. yandex/cloud/mdb/redis/v1/package_options_pb2.pyi +8 -0
  332. yandex/cloud/mdb/redis/v1/package_options_pb2_grpc.py +24 -0
  333. yandex/cloud/mdb/redis/v1/package_options_pb2_grpc.pyi +17 -0
  334. yandex/cloud/mdb/spqr/v1/package_options_pb2.py +35 -0
  335. yandex/cloud/mdb/spqr/v1/package_options_pb2.pyi +8 -0
  336. yandex/cloud/mdb/spqr/v1/package_options_pb2_grpc.py +24 -0
  337. yandex/cloud/mdb/spqr/v1/package_options_pb2_grpc.pyi +17 -0
  338. yandex/cloud/mdb/sqlserver/v1/package_options_pb2.py +35 -0
  339. yandex/cloud/mdb/sqlserver/v1/package_options_pb2.pyi +8 -0
  340. yandex/cloud/mdb/sqlserver/v1/package_options_pb2_grpc.py +24 -0
  341. yandex/cloud/mdb/sqlserver/v1/package_options_pb2_grpc.pyi +17 -0
  342. yandex/cloud/metastore/v1/package_options_pb2.py +35 -0
  343. yandex/cloud/metastore/v1/package_options_pb2.pyi +8 -0
  344. yandex/cloud/metastore/v1/package_options_pb2_grpc.py +24 -0
  345. yandex/cloud/metastore/v1/package_options_pb2_grpc.pyi +17 -0
  346. yandex/cloud/monitoring/v3/dashboard_service_pb2.py +26 -18
  347. yandex/cloud/monitoring/v3/dashboard_service_pb2.pyi +94 -0
  348. yandex/cloud/monitoring/v3/package_options_pb2.py +35 -0
  349. yandex/cloud/monitoring/v3/package_options_pb2.pyi +8 -0
  350. yandex/cloud/monitoring/v3/package_options_pb2_grpc.py +24 -0
  351. yandex/cloud/monitoring/v3/package_options_pb2_grpc.pyi +17 -0
  352. yandex/cloud/operation/package_options_pb2.py +35 -0
  353. yandex/cloud/operation/package_options_pb2.pyi +8 -0
  354. yandex/cloud/operation/package_options_pb2_grpc.py +24 -0
  355. yandex/cloud/operation/package_options_pb2_grpc.pyi +17 -0
  356. yandex/cloud/organizationmanager/v1/package_options_pb2.py +35 -0
  357. yandex/cloud/organizationmanager/v1/package_options_pb2.pyi +8 -0
  358. yandex/cloud/organizationmanager/v1/package_options_pb2_grpc.py +24 -0
  359. yandex/cloud/organizationmanager/v1/package_options_pb2_grpc.pyi +17 -0
  360. yandex/cloud/quotamanager/v1/package_options_pb2.py +35 -0
  361. yandex/cloud/quotamanager/v1/package_options_pb2.pyi +8 -0
  362. yandex/cloud/quotamanager/v1/package_options_pb2_grpc.py +24 -0
  363. yandex/cloud/quotamanager/v1/package_options_pb2_grpc.pyi +17 -0
  364. yandex/cloud/quotamanager/v1/quota_request_pb2.py +45 -0
  365. yandex/cloud/quotamanager/v1/quota_request_pb2.pyi +166 -0
  366. yandex/cloud/quotamanager/v1/quota_request_pb2_grpc.py +24 -0
  367. yandex/cloud/quotamanager/v1/quota_request_pb2_grpc.pyi +17 -0
  368. yandex/cloud/quotamanager/v1/quota_request_service_pb2.py +101 -0
  369. yandex/cloud/quotamanager/v1/quota_request_service_pb2.pyi +258 -0
  370. yandex/cloud/quotamanager/v1/quota_request_service_pb2_grpc.py +279 -0
  371. yandex/cloud/quotamanager/v1/quota_request_service_pb2_grpc.pyi +132 -0
  372. yandex/cloud/resourcemanager/v1/package_options_pb2.py +35 -0
  373. yandex/cloud/resourcemanager/v1/package_options_pb2.pyi +8 -0
  374. yandex/cloud/resourcemanager/v1/package_options_pb2_grpc.py +24 -0
  375. yandex/cloud/resourcemanager/v1/package_options_pb2_grpc.pyi +17 -0
  376. yandex/cloud/searchapi/v2/img_search_service_pb2.py +23 -3
  377. yandex/cloud/searchapi/v2/img_search_service_pb2.pyi +112 -0
  378. yandex/cloud/searchapi/v2/img_search_service_pb2_grpc.py +43 -0
  379. yandex/cloud/searchapi/v2/img_search_service_pb2_grpc.pyi +17 -0
  380. yandex/cloud/searchapi/v2/package_options_pb2.py +35 -0
  381. yandex/cloud/searchapi/v2/package_options_pb2.pyi +8 -0
  382. yandex/cloud/searchapi/v2/package_options_pb2_grpc.py +24 -0
  383. yandex/cloud/searchapi/v2/package_options_pb2_grpc.pyi +17 -0
  384. yandex/cloud/serverless/apigateway/v1/package_options_pb2.py +35 -0
  385. yandex/cloud/serverless/apigateway/v1/package_options_pb2.pyi +8 -0
  386. yandex/cloud/serverless/apigateway/v1/package_options_pb2_grpc.py +24 -0
  387. yandex/cloud/serverless/apigateway/v1/package_options_pb2_grpc.pyi +17 -0
  388. yandex/cloud/serverless/apigateway/websocket/v1/package_options_pb2.py +35 -0
  389. yandex/cloud/serverless/apigateway/websocket/v1/package_options_pb2.pyi +8 -0
  390. yandex/cloud/serverless/apigateway/websocket/v1/package_options_pb2_grpc.py +24 -0
  391. yandex/cloud/serverless/apigateway/websocket/v1/package_options_pb2_grpc.pyi +17 -0
  392. yandex/cloud/serverless/containers/v1/package_options_pb2.py +35 -0
  393. yandex/cloud/serverless/containers/v1/package_options_pb2.pyi +8 -0
  394. yandex/cloud/serverless/containers/v1/package_options_pb2_grpc.py +24 -0
  395. yandex/cloud/serverless/containers/v1/package_options_pb2_grpc.pyi +17 -0
  396. yandex/cloud/serverless/eventrouter/v1/bus_pb2.py +8 -8
  397. yandex/cloud/serverless/eventrouter/v1/bus_pb2.pyi +1 -5
  398. yandex/cloud/serverless/eventrouter/v1/package_options_pb2.py +35 -0
  399. yandex/cloud/serverless/eventrouter/v1/package_options_pb2.pyi +8 -0
  400. yandex/cloud/serverless/eventrouter/v1/package_options_pb2_grpc.py +24 -0
  401. yandex/cloud/serverless/eventrouter/v1/package_options_pb2_grpc.pyi +17 -0
  402. yandex/cloud/serverless/functions/v1/package_options_pb2.py +35 -0
  403. yandex/cloud/serverless/functions/v1/package_options_pb2.pyi +8 -0
  404. yandex/cloud/serverless/functions/v1/package_options_pb2_grpc.py +24 -0
  405. yandex/cloud/serverless/functions/v1/package_options_pb2_grpc.pyi +17 -0
  406. yandex/cloud/serverless/mdbproxy/v1/package_options_pb2.py +35 -0
  407. yandex/cloud/serverless/mdbproxy/v1/package_options_pb2.pyi +8 -0
  408. yandex/cloud/serverless/mdbproxy/v1/package_options_pb2_grpc.py +24 -0
  409. yandex/cloud/serverless/mdbproxy/v1/package_options_pb2_grpc.pyi +17 -0
  410. yandex/cloud/serverless/triggers/v1/package_options_pb2.py +35 -0
  411. yandex/cloud/serverless/triggers/v1/package_options_pb2.pyi +8 -0
  412. yandex/cloud/serverless/triggers/v1/package_options_pb2_grpc.py +24 -0
  413. yandex/cloud/serverless/triggers/v1/package_options_pb2_grpc.pyi +17 -0
  414. yandex/cloud/serverless/workflows/v1/package_options_pb2.py +35 -0
  415. yandex/cloud/serverless/workflows/v1/package_options_pb2.pyi +8 -0
  416. yandex/cloud/serverless/workflows/v1/package_options_pb2_grpc.py +24 -0
  417. yandex/cloud/serverless/workflows/v1/package_options_pb2_grpc.pyi +17 -0
  418. yandex/cloud/serverless/workflows/v1/workflow_pb2.py +14 -14
  419. yandex/cloud/serverless/workflows/v1/workflow_pb2.pyi +10 -2
  420. yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +30 -30
  421. yandex/cloud/serverless/workflows/v1/workflow_service_pb2.pyi +10 -2
  422. yandex/cloud/smartcaptcha/v1/package_options_pb2.py +35 -0
  423. yandex/cloud/smartcaptcha/v1/package_options_pb2.pyi +8 -0
  424. yandex/cloud/smartcaptcha/v1/package_options_pb2_grpc.py +24 -0
  425. yandex/cloud/smartcaptcha/v1/package_options_pb2_grpc.pyi +17 -0
  426. yandex/cloud/smartwebsecurity/v1/package_options_pb2.py +35 -0
  427. yandex/cloud/smartwebsecurity/v1/package_options_pb2.pyi +8 -0
  428. yandex/cloud/smartwebsecurity/v1/package_options_pb2_grpc.py +24 -0
  429. yandex/cloud/smartwebsecurity/v1/package_options_pb2_grpc.pyi +17 -0
  430. yandex/cloud/spark/v1/package_options_pb2.py +35 -0
  431. yandex/cloud/spark/v1/package_options_pb2.pyi +8 -0
  432. yandex/cloud/spark/v1/package_options_pb2_grpc.py +24 -0
  433. yandex/cloud/spark/v1/package_options_pb2_grpc.pyi +17 -0
  434. yandex/cloud/speechsense/v1/package_options_pb2.py +35 -0
  435. yandex/cloud/speechsense/v1/package_options_pb2.pyi +8 -0
  436. yandex/cloud/speechsense/v1/package_options_pb2_grpc.py +24 -0
  437. yandex/cloud/speechsense/v1/package_options_pb2_grpc.pyi +17 -0
  438. yandex/cloud/storage/v1/bucket_pb2.py +78 -78
  439. yandex/cloud/storage/v1/bucket_pb2.pyi +5 -1
  440. yandex/cloud/storage/v1/bucket_service_pb2.py +4 -2
  441. yandex/cloud/storage/v1/bucket_service_pb2_grpc.py +43 -0
  442. yandex/cloud/storage/v1/bucket_service_pb2_grpc.pyi +17 -0
  443. yandex/cloud/storage/v1/package_options_pb2.py +35 -0
  444. yandex/cloud/storage/v1/package_options_pb2.pyi +8 -0
  445. yandex/cloud/storage/v1/package_options_pb2_grpc.py +24 -0
  446. yandex/cloud/storage/v1/package_options_pb2_grpc.pyi +17 -0
  447. yandex/cloud/trino/v1/catalog_service_pb2.py +29 -24
  448. yandex/cloud/trino/v1/package_options_pb2.py +35 -0
  449. yandex/cloud/trino/v1/package_options_pb2.pyi +8 -0
  450. yandex/cloud/trino/v1/package_options_pb2_grpc.py +24 -0
  451. yandex/cloud/trino/v1/package_options_pb2_grpc.pyi +17 -0
  452. yandex/cloud/video/v1/channel_service_pb2.py +34 -28
  453. yandex/cloud/video/v1/episode_service_pb2.py +58 -52
  454. yandex/cloud/video/v1/package_options_pb2.py +35 -0
  455. yandex/cloud/video/v1/package_options_pb2.pyi +8 -0
  456. yandex/cloud/video/v1/package_options_pb2_grpc.py +24 -0
  457. yandex/cloud/video/v1/package_options_pb2_grpc.pyi +17 -0
  458. yandex/cloud/video/v1/playlist_pb2.py +14 -5
  459. yandex/cloud/video/v1/playlist_service_pb2.py +36 -30
  460. yandex/cloud/video/v1/stream_line_service_pb2.py +46 -46
  461. yandex/cloud/video/v1/stream_service_pb2.py +50 -44
  462. yandex/cloud/video/v1/subtitle_service_pb2.py +18 -16
  463. yandex/cloud/video/v1/video_service_pb2.py +86 -80
  464. yandex/cloud/vpc/v1/package_options_pb2.py +35 -0
  465. yandex/cloud/vpc/v1/package_options_pb2.pyi +8 -0
  466. yandex/cloud/vpc/v1/package_options_pb2_grpc.py +24 -0
  467. yandex/cloud/vpc/v1/package_options_pb2_grpc.pyi +17 -0
  468. yandex/cloud/ydb/v1/package_options_pb2.py +35 -0
  469. yandex/cloud/ydb/v1/package_options_pb2.pyi +8 -0
  470. yandex/cloud/ydb/v1/package_options_pb2_grpc.py +24 -0
  471. yandex/cloud/ydb/v1/package_options_pb2_grpc.pyi +17 -0
  472. yandex/cloud/ytsaurus/__init__.py +0 -0
  473. yandex/cloud/ytsaurus/v1/__init__.py +0 -0
  474. yandex/cloud/ytsaurus/v1/cluster_pb2.py +77 -0
  475. yandex/cloud/ytsaurus/v1/cluster_pb2.pyi +479 -0
  476. yandex/cloud/ytsaurus/v1/cluster_pb2_grpc.py +24 -0
  477. yandex/cloud/ytsaurus/v1/cluster_pb2_grpc.pyi +17 -0
  478. yandex/cloud/ytsaurus/v1/cluster_service_pb2.py +111 -0
  479. yandex/cloud/ytsaurus/v1/cluster_service_pb2.pyi +366 -0
  480. yandex/cloud/ytsaurus/v1/cluster_service_pb2_grpc.py +367 -0
  481. yandex/cloud/ytsaurus/v1/cluster_service_pb2_grpc.pyi +172 -0
  482. yandexcloud/__init__.py +1 -1
  483. yandexcloud/_wrappers/dataproc/__init__.py +10 -2
  484. {yandexcloud-0.348.0.dist-info → yandexcloud-0.350.0.dist-info}/METADATA +1 -1
  485. {yandexcloud-0.348.0.dist-info → yandexcloud-0.350.0.dist-info}/RECORD +489 -137
  486. {yandexcloud-0.348.0.dist-info → yandexcloud-0.350.0.dist-info}/AUTHORS +0 -0
  487. {yandexcloud-0.348.0.dist-info → yandexcloud-0.350.0.dist-info}/LICENSE +0 -0
  488. {yandexcloud-0.348.0.dist-info → yandexcloud-0.350.0.dist-info}/WHEEL +0 -0
  489. {yandexcloud-0.348.0.dist-info → yandexcloud-0.350.0.dist-info}/top_level.txt +0 -0
@@ -22,9 +22,10 @@ _runtime_version.ValidateProtobufRuntimeVersion(
22
22
  _sym_db = _symbol_database.Default()
23
23
 
24
24
 
25
+ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
25
26
 
26
27
 
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n yandex/cloud/ai/stt/v3/stt.proto\x12\x10speechkit.stt.v3\"\xe2\x03\n\x18TextNormalizationOptions\x12X\n\x12text_normalization\x18\x01 \x01(\x0e\x32<.speechkit.stt.v3.TextNormalizationOptions.TextNormalization\x12\x18\n\x10profanity_filter\x18\x02 \x01(\x08\x12\x17\n\x0fliterature_text\x18\x03 \x01(\x08\x12]\n\x15phone_formatting_mode\x18\x04 \x01(\x0e\x32>.speechkit.stt.v3.TextNormalizationOptions.PhoneFormattingMode\"x\n\x11TextNormalization\x12\"\n\x1eTEXT_NORMALIZATION_UNSPECIFIED\x10\x00\x12\x1e\n\x1aTEXT_NORMALIZATION_ENABLED\x10\x01\x12\x1f\n\x1bTEXT_NORMALIZATION_DISABLED\x10\x02\"`\n\x13PhoneFormattingMode\x12%\n!PHONE_FORMATTING_MODE_UNSPECIFIED\x10\x00\x12\"\n\x1ePHONE_FORMATTING_MODE_DISABLED\x10\x01\"\xce\x01\n\x14\x44\x65\x66\x61ultEouClassifier\x12\x43\n\x04type\x18\x01 \x01(\x0e\x32\x35.speechkit.stt.v3.DefaultEouClassifier.EouSensitivity\x12\'\n\x1fmax_pause_between_words_hint_ms\x18\x02 \x01(\x03\"H\n\x0e\x45ouSensitivity\x12\x1f\n\x1b\x45OU_SENSITIVITY_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x01\x12\x08\n\x04HIGH\x10\x02\"\x17\n\x15\x45xternalEouClassifier\"\xb2\x01\n\x14\x45ouClassifierOptions\x12\x44\n\x12\x64\x65\x66\x61ult_classifier\x18\x01 \x01(\x0b\x32&.speechkit.stt.v3.DefaultEouClassifierH\x00\x12\x46\n\x13\x65xternal_classifier\x18\x02 \x01(\x0b\x32\'.speechkit.stt.v3.ExternalEouClassifierH\x00\x42\x0c\n\nClassifier\"\xd3\x01\n\x15RecognitionClassifier\x12\x12\n\nclassifier\x18\x01 \x01(\t\x12\x45\n\x08triggers\x18\x02 \x03(\x0e\x32\x33.speechkit.stt.v3.RecognitionClassifier.TriggerType\"_\n\x0bTriggerType\x12 \n\x18TRIGGER_TYPE_UNSPECIFIED\x10\x00\x1a\x02\x08\x01\x12\x10\n\x0cON_UTTERANCE\x10\x01\x12\x0c\n\x08ON_FINAL\x10\x02\x12\x0e\n\nON_PARTIAL\x10\x03\"\\\n\x1cRecognitionClassifierOptions\x12<\n\x0b\x63lassifiers\x18\x01 \x03(\x0b\x32\'.speechkit.stt.v3.RecognitionClassifier\"\x88\x01\n\x15SpeechAnalysisOptions\x12\x1f\n\x17\x65nable_speaker_analysis\x18\x01 \x01(\x08\x12$\n\x1c\x65nable_conversation_analysis\x18\x02 \x01(\x08\x12(\n descriptive_statistics_quantiles\x18\x03 \x03(\x01\"\xc7\x01\n\x08RawAudio\x12@\n\x0e\x61udio_encoding\x18\x01 \x01(\x0e\x32(.speechkit.stt.v3.RawAudio.AudioEncoding\x12\x19\n\x11sample_rate_hertz\x18\x02 \x01(\x03\x12\x1b\n\x13\x61udio_channel_count\x18\x03 \x01(\x03\"A\n\rAudioEncoding\x12\x1e\n\x1a\x41UDIO_ENCODING_UNSPECIFIED\x10\x00\x12\x10\n\x0cLINEAR16_PCM\x10\x01\"\xbf\x01\n\x0e\x43ontainerAudio\x12Q\n\x14\x63ontainer_audio_type\x18\x01 \x01(\x0e\x32\x33.speechkit.stt.v3.ContainerAudio.ContainerAudioType\"Z\n\x12\x43ontainerAudioType\x12$\n CONTAINER_AUDIO_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03WAV\x10\x01\x12\x0c\n\x08OGG_OPUS\x10\x02\x12\x07\n\x03MP3\x10\x03\"\x91\x01\n\x12\x41udioFormatOptions\x12/\n\traw_audio\x18\x01 \x01(\x0b\x32\x1a.speechkit.stt.v3.RawAudioH\x00\x12;\n\x0f\x63ontainer_audio\x18\x02 \x01(\x0b\x32 .speechkit.stt.v3.ContainerAudioH\x00\x42\r\n\x0b\x41udioFormat\"\xf7\x01\n\x1aLanguageRestrictionOptions\x12^\n\x10restriction_type\x18\x01 \x01(\x0e\x32\x44.speechkit.stt.v3.LanguageRestrictionOptions.LanguageRestrictionType\x12\x15\n\rlanguage_code\x18\x02 \x03(\t\"b\n\x17LanguageRestrictionType\x12)\n%LANGUAGE_RESTRICTION_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tWHITELIST\x10\x01\x12\r\n\tBLACKLIST\x10\x02\"\xb2\x03\n\x17RecognitionModelOptions\x12\r\n\x05model\x18\x01 \x01(\t\x12:\n\x0c\x61udio_format\x18\x02 \x01(\x0b\x32$.speechkit.stt.v3.AudioFormatOptions\x12\x46\n\x12text_normalization\x18\x03 \x01(\x0b\x32*.speechkit.stt.v3.TextNormalizationOptions\x12J\n\x14language_restriction\x18\x04 \x01(\x0b\x32,.speechkit.stt.v3.LanguageRestrictionOptions\x12\\\n\x15\x61udio_processing_type\x18\x05 \x01(\x0e\x32=.speechkit.stt.v3.RecognitionModelOptions.AudioProcessingType\"Z\n\x13\x41udioProcessingType\x12%\n!AUDIO_PROCESSING_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tREAL_TIME\x10\x01\x12\r\n\tFULL_DATA\x10\x02\"\xde\x01\n\x16SpeakerLabelingOptions\x12R\n\x10speaker_labeling\x18\x01 \x01(\x0e\x32\x38.speechkit.stt.v3.SpeakerLabelingOptions.SpeakerLabeling\"p\n\x0fSpeakerLabeling\x12 \n\x1cSPEAKER_LABELING_UNSPECIFIED\x10\x00\x12\x1c\n\x18SPEAKER_LABELING_ENABLED\x10\x01\x12\x1d\n\x19SPEAKER_LABELING_DISABLED\x10\x02\"\xee\x02\n\x10StreamingOptions\x12\x44\n\x11recognition_model\x18\x01 \x01(\x0b\x32).speechkit.stt.v3.RecognitionModelOptions\x12>\n\x0e\x65ou_classifier\x18\x02 \x01(\x0b\x32&.speechkit.stt.v3.EouClassifierOptions\x12N\n\x16recognition_classifier\x18\x03 \x01(\x0b\x32..speechkit.stt.v3.RecognitionClassifierOptions\x12@\n\x0fspeech_analysis\x18\x04 \x01(\x0b\x32\'.speechkit.stt.v3.SpeechAnalysisOptions\x12\x42\n\x10speaker_labeling\x18\x05 \x01(\x0b\x32(.speechkit.stt.v3.SpeakerLabelingOptions\"\x1a\n\nAudioChunk\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"#\n\x0cSilenceChunk\x12\x13\n\x0b\x64uration_ms\x18\x01 \x01(\x03\"\x05\n\x03\x45ou\"\xe8\x01\n\x10StreamingRequest\x12=\n\x0fsession_options\x18\x01 \x01(\x0b\x32\".speechkit.stt.v3.StreamingOptionsH\x00\x12-\n\x05\x63hunk\x18\x02 \x01(\x0b\x32\x1c.speechkit.stt.v3.AudioChunkH\x00\x12\x37\n\rsilence_chunk\x18\x03 \x01(\x0b\x32\x1e.speechkit.stt.v3.SilenceChunkH\x00\x12$\n\x03\x65ou\x18\x04 \x01(\x0b\x32\x15.speechkit.stt.v3.EouH\x00\x42\x07\n\x05\x45vent\"\xe3\x02\n\x14RecognizeFileRequest\x12\x11\n\x07\x63ontent\x18\x01 \x01(\x0cH\x00\x12\r\n\x03uri\x18\x02 \x01(\tH\x00\x12\x44\n\x11recognition_model\x18\x03 \x01(\x0b\x32).speechkit.stt.v3.RecognitionModelOptions\x12N\n\x16recognition_classifier\x18\x04 \x01(\x0b\x32..speechkit.stt.v3.RecognitionClassifierOptions\x12@\n\x0fspeech_analysis\x18\x05 \x01(\x0b\x32\'.speechkit.stt.v3.SpeechAnalysisOptions\x12\x42\n\x10speaker_labeling\x18\x06 \x01(\x0b\x32(.speechkit.stt.v3.SpeakerLabelingOptionsB\r\n\x0b\x41udioSource\"@\n\x04Word\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x15\n\rstart_time_ms\x18\x02 \x01(\x03\x12\x13\n\x0b\x65nd_time_ms\x18\x03 \x01(\x03\"@\n\x12LanguageEstimation\x12\x15\n\rlanguage_code\x18\x01 \x01(\t\x12\x13\n\x0bprobability\x18\x02 \x01(\x01\"\xbb\x01\n\x0b\x41lternative\x12%\n\x05words\x18\x01 \x03(\x0b\x32\x16.speechkit.stt.v3.Word\x12\x0c\n\x04text\x18\x02 \x01(\t\x12\x15\n\rstart_time_ms\x18\x03 \x01(\x03\x12\x13\n\x0b\x65nd_time_ms\x18\x04 \x01(\x03\x12\x12\n\nconfidence\x18\x05 \x01(\x01\x12\x37\n\tlanguages\x18\x06 \x03(\x0b\x32$.speechkit.stt.v3.LanguageEstimation\"\x1c\n\tEouUpdate\x12\x0f\n\x07time_ms\x18\x02 \x01(\x03\"a\n\x11\x41lternativeUpdate\x12\x33\n\x0c\x61lternatives\x18\x01 \x03(\x0b\x32\x1d.speechkit.stt.v3.Alternative\x12\x17\n\x0b\x63hannel_tag\x18\x02 \x01(\tB\x02\x18\x01\"\x99\x01\n\x0c\x41udioCursors\x12\x18\n\x10received_data_ms\x18\x01 \x01(\x03\x12\x15\n\rreset_time_ms\x18\x02 \x01(\x03\x12\x17\n\x0fpartial_time_ms\x18\x03 \x01(\x03\x12\x15\n\rfinal_time_ms\x18\x04 \x01(\x03\x12\x13\n\x0b\x66inal_index\x18\x05 \x01(\x03\x12\x13\n\x0b\x65ou_time_ms\x18\x06 \x01(\x03\"n\n\x0f\x46inalRefinement\x12\x13\n\x0b\x66inal_index\x18\x01 \x01(\x03\x12>\n\x0fnormalized_text\x18\x02 \x01(\x0b\x32#.speechkit.stt.v3.AlternativeUpdateH\x00\x42\x06\n\x04Type\"L\n\nStatusCode\x12-\n\tcode_type\x18\x01 \x01(\x0e\x32\x1a.speechkit.stt.v3.CodeType\x12\x0f\n\x07message\x18\x02 \x01(\t\"4\n\x0bSessionUuid\x12\x0c\n\x04uuid\x18\x01 \x01(\t\x12\x17\n\x0fuser_request_id\x18\x02 \x01(\t\"K\n\x0fPhraseHighlight\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x15\n\rstart_time_ms\x18\x02 \x01(\x03\x12\x13\n\x0b\x65nd_time_ms\x18\x03 \x01(\x03\"?\n\x1aRecognitionClassifierLabel\x12\r\n\x05label\x18\x01 \x01(\t\x12\x12\n\nconfidence\x18\x02 \x01(\x01\"\xa6\x01\n\x1bRecognitionClassifierResult\x12\x12\n\nclassifier\x18\x01 \x01(\t\x12\x35\n\nhighlights\x18\x02 \x03(\x0b\x32!.speechkit.stt.v3.PhraseHighlight\x12<\n\x06labels\x18\x03 \x03(\x0b\x32,.speechkit.stt.v3.RecognitionClassifierLabel\"\xc7\x02\n\x1bRecognitionClassifierUpdate\x12M\n\x0bwindow_type\x18\x01 \x01(\x0e\x32\x38.speechkit.stt.v3.RecognitionClassifierUpdate.WindowType\x12\x15\n\rstart_time_ms\x18\x02 \x01(\x03\x12\x13\n\x0b\x65nd_time_ms\x18\x03 \x01(\x03\x12H\n\x11\x63lassifier_result\x18\x04 \x01(\x0b\x32-.speechkit.stt.v3.RecognitionClassifierResult\"c\n\nWindowType\x12\x1f\n\x17WINDOW_TYPE_UNSPECIFIED\x10\x00\x1a\x02\x08\x01\x12\x12\n\x0eLAST_UTTERANCE\x10\x01\x12\x0e\n\nLAST_FINAL\x10\x02\x12\x10\n\x0cLAST_PARTIAL\x10\x03\"\xbb\x01\n\x15\x44\x65scriptiveStatistics\x12\x0b\n\x03min\x18\x01 \x01(\x01\x12\x0b\n\x03max\x18\x02 \x01(\x01\x12\x0c\n\x04mean\x18\x03 \x01(\x01\x12\x0b\n\x03std\x18\x04 \x01(\x01\x12\x43\n\tquantiles\x18\x05 \x03(\x0b\x32\x30.speechkit.stt.v3.DescriptiveStatistics.Quantile\x1a(\n\x08Quantile\x12\r\n\x05level\x18\x01 \x01(\x01\x12\r\n\x05value\x18\x02 \x01(\x01\"D\n\x16\x41udioSegmentBoundaries\x12\x15\n\rstart_time_ms\x18\x01 \x01(\x03\x12\x13\n\x0b\x65nd_time_ms\x18\x02 \x01(\x03\"\x87\x06\n\x0fSpeakerAnalysis\x12\x13\n\x0bspeaker_tag\x18\x01 \x01(\t\x12\x41\n\x0bwindow_type\x18\x02 \x01(\x0e\x32,.speechkit.stt.v3.SpeakerAnalysis.WindowType\x12\x43\n\x11speech_boundaries\x18\x03 \x01(\x0b\x32(.speechkit.stt.v3.AudioSegmentBoundaries\x12\x17\n\x0ftotal_speech_ms\x18\x04 \x01(\x03\x12\x14\n\x0cspeech_ratio\x18\x05 \x01(\x01\x12\x18\n\x10total_silence_ms\x18\x06 \x01(\x03\x12\x15\n\rsilence_ratio\x18\x07 \x01(\x01\x12\x13\n\x0bwords_count\x18\x08 \x01(\x03\x12\x15\n\rletters_count\x18\t \x01(\x03\x12\x41\n\x10words_per_second\x18\n \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\x12\x43\n\x12letters_per_second\x18\x0b \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\x12\x44\n\x13words_per_utterance\x18\x0c \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\x12\x46\n\x15letters_per_utterance\x18\r \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\x12\x17\n\x0futterance_count\x18\x0e \x01(\x03\x12N\n\x1dutterance_duration_estimation\x18\x0f \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\"L\n\nWindowType\x12\x1f\n\x17WINDOW_TYPE_UNSPECIFIED\x10\x00\x1a\x02\x08\x01\x12\t\n\x05TOTAL\x10\x01\x12\x12\n\x0eLAST_UTTERANCE\x10\x02\"\x85\x06\n\x14\x43onversationAnalysis\x12I\n\x17\x63onversation_boundaries\x18\x01 \x01(\x0b\x32(.speechkit.stt.v3.AudioSegmentBoundaries\x12.\n&total_simultaneous_silence_duration_ms\x18\x02 \x01(\x03\x12(\n total_simultaneous_silence_ratio\x18\x03 \x01(\x01\x12Y\n(simultaneous_silence_duration_estimation\x18\x04 \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\x12-\n%total_simultaneous_speech_duration_ms\x18\x05 \x01(\x03\x12\'\n\x1ftotal_simultaneous_speech_ratio\x18\x06 \x01(\x01\x12X\n\'simultaneous_speech_duration_estimation\x18\x07 \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\x12W\n\x12speaker_interrupts\x18\x08 \x03(\x0b\x32;.speechkit.stt.v3.ConversationAnalysis.InterruptsEvaluation\x12 \n\x18total_speech_duration_ms\x18\t \x01(\x03\x12\x1a\n\x12total_speech_ratio\x18\n \x01(\x01\x1a\xa3\x01\n\x14InterruptsEvaluation\x12\x13\n\x0bspeaker_tag\x18\x01 \x01(\t\x12\x18\n\x10interrupts_count\x18\x02 \x01(\x03\x12\x1e\n\x16interrupts_duration_ms\x18\x03 \x01(\x03\x12<\n\ninterrupts\x18\x04 \x03(\x0b\x32(.speechkit.stt.v3.AudioSegmentBoundaries\"\xa5\x05\n\x11StreamingResponse\x12\x33\n\x0csession_uuid\x18\x01 \x01(\x0b\x32\x1d.speechkit.stt.v3.SessionUuid\x12\x35\n\raudio_cursors\x18\x02 \x01(\x0b\x32\x1e.speechkit.stt.v3.AudioCursors\x12\x1d\n\x15response_wall_time_ms\x18\x03 \x01(\x03\x12\x36\n\x07partial\x18\x04 \x01(\x0b\x32#.speechkit.stt.v3.AlternativeUpdateH\x00\x12\x34\n\x05\x66inal\x18\x05 \x01(\x0b\x32#.speechkit.stt.v3.AlternativeUpdateH\x00\x12\x31\n\neou_update\x18\x06 \x01(\x0b\x32\x1b.speechkit.stt.v3.EouUpdateH\x00\x12=\n\x10\x66inal_refinement\x18\x07 \x01(\x0b\x32!.speechkit.stt.v3.FinalRefinementH\x00\x12\x33\n\x0bstatus_code\x18\x08 \x01(\x0b\x32\x1c.speechkit.stt.v3.StatusCodeH\x00\x12J\n\x11\x63lassifier_update\x18\n \x01(\x0b\x32-.speechkit.stt.v3.RecognitionClassifierUpdateH\x00\x12=\n\x10speaker_analysis\x18\x0b \x01(\x0b\x32!.speechkit.stt.v3.SpeakerAnalysisH\x00\x12G\n\x15\x63onversation_analysis\x18\x0c \x01(\x0b\x32&.speechkit.stt.v3.ConversationAnalysisH\x00\x12\x13\n\x0b\x63hannel_tag\x18\t \x01(\tB\x07\n\x05\x45vent\"0\n\x18\x44\x65leteRecognitionRequest\x12\x14\n\x0coperation_id\x18\x01 \x01(\t\"Y\n\x15StreamingResponseList\x12@\n\x13streaming_responses\x18\x01 \x03(\x0b\x32#.speechkit.stt.v3.StreamingResponse*O\n\x08\x43odeType\x12\x1d\n\x15\x43ODE_TYPE_UNSPECIFIED\x10\x00\x1a\x02\x08\x01\x12\x0b\n\x07WORKING\x10\x01\x12\x0b\n\x07WARNING\x10\x02\x12\n\n\x06\x43LOSED\x10\x03\x42\\\n\x1ayandex.cloud.api.ai.stt.v3Z>github.com/yandex-cloud/go-genproto/yandex/cloud/ai/stt/v3;sttb\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n yandex/cloud/ai/stt/v3/stt.proto\x12\x10speechkit.stt.v3\x1a\x1cgoogle/protobuf/struct.proto\"\xe2\x03\n\x18TextNormalizationOptions\x12X\n\x12text_normalization\x18\x01 \x01(\x0e\x32<.speechkit.stt.v3.TextNormalizationOptions.TextNormalization\x12\x18\n\x10profanity_filter\x18\x02 \x01(\x08\x12\x17\n\x0fliterature_text\x18\x03 \x01(\x08\x12]\n\x15phone_formatting_mode\x18\x04 \x01(\x0e\x32>.speechkit.stt.v3.TextNormalizationOptions.PhoneFormattingMode\"x\n\x11TextNormalization\x12\"\n\x1eTEXT_NORMALIZATION_UNSPECIFIED\x10\x00\x12\x1e\n\x1aTEXT_NORMALIZATION_ENABLED\x10\x01\x12\x1f\n\x1bTEXT_NORMALIZATION_DISABLED\x10\x02\"`\n\x13PhoneFormattingMode\x12%\n!PHONE_FORMATTING_MODE_UNSPECIFIED\x10\x00\x12\"\n\x1ePHONE_FORMATTING_MODE_DISABLED\x10\x01\"\xce\x01\n\x14\x44\x65\x66\x61ultEouClassifier\x12\x43\n\x04type\x18\x01 \x01(\x0e\x32\x35.speechkit.stt.v3.DefaultEouClassifier.EouSensitivity\x12\'\n\x1fmax_pause_between_words_hint_ms\x18\x02 \x01(\x03\"H\n\x0e\x45ouSensitivity\x12\x1f\n\x1b\x45OU_SENSITIVITY_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x01\x12\x08\n\x04HIGH\x10\x02\"\x17\n\x15\x45xternalEouClassifier\"\xb2\x01\n\x14\x45ouClassifierOptions\x12\x44\n\x12\x64\x65\x66\x61ult_classifier\x18\x01 \x01(\x0b\x32&.speechkit.stt.v3.DefaultEouClassifierH\x00\x12\x46\n\x13\x65xternal_classifier\x18\x02 \x01(\x0b\x32\'.speechkit.stt.v3.ExternalEouClassifierH\x00\x42\x0c\n\nClassifier\"\xd3\x01\n\x15RecognitionClassifier\x12\x12\n\nclassifier\x18\x01 \x01(\t\x12\x45\n\x08triggers\x18\x02 \x03(\x0e\x32\x33.speechkit.stt.v3.RecognitionClassifier.TriggerType\"_\n\x0bTriggerType\x12 \n\x18TRIGGER_TYPE_UNSPECIFIED\x10\x00\x1a\x02\x08\x01\x12\x10\n\x0cON_UTTERANCE\x10\x01\x12\x0c\n\x08ON_FINAL\x10\x02\x12\x0e\n\nON_PARTIAL\x10\x03\"\\\n\x1cRecognitionClassifierOptions\x12<\n\x0b\x63lassifiers\x18\x01 \x03(\x0b\x32\'.speechkit.stt.v3.RecognitionClassifier\"\x88\x01\n\x15SpeechAnalysisOptions\x12\x1f\n\x17\x65nable_speaker_analysis\x18\x01 \x01(\x08\x12$\n\x1c\x65nable_conversation_analysis\x18\x02 \x01(\x08\x12(\n descriptive_statistics_quantiles\x18\x03 \x03(\x01\"\xc7\x01\n\x08RawAudio\x12@\n\x0e\x61udio_encoding\x18\x01 \x01(\x0e\x32(.speechkit.stt.v3.RawAudio.AudioEncoding\x12\x19\n\x11sample_rate_hertz\x18\x02 \x01(\x03\x12\x1b\n\x13\x61udio_channel_count\x18\x03 \x01(\x03\"A\n\rAudioEncoding\x12\x1e\n\x1a\x41UDIO_ENCODING_UNSPECIFIED\x10\x00\x12\x10\n\x0cLINEAR16_PCM\x10\x01\"\xbf\x01\n\x0e\x43ontainerAudio\x12Q\n\x14\x63ontainer_audio_type\x18\x01 \x01(\x0e\x32\x33.speechkit.stt.v3.ContainerAudio.ContainerAudioType\"Z\n\x12\x43ontainerAudioType\x12$\n CONTAINER_AUDIO_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03WAV\x10\x01\x12\x0c\n\x08OGG_OPUS\x10\x02\x12\x07\n\x03MP3\x10\x03\"\x91\x01\n\x12\x41udioFormatOptions\x12/\n\traw_audio\x18\x01 \x01(\x0b\x32\x1a.speechkit.stt.v3.RawAudioH\x00\x12;\n\x0f\x63ontainer_audio\x18\x02 \x01(\x0b\x32 .speechkit.stt.v3.ContainerAudioH\x00\x42\r\n\x0b\x41udioFormat\"\xf7\x01\n\x1aLanguageRestrictionOptions\x12^\n\x10restriction_type\x18\x01 \x01(\x0e\x32\x44.speechkit.stt.v3.LanguageRestrictionOptions.LanguageRestrictionType\x12\x15\n\rlanguage_code\x18\x02 \x03(\t\"b\n\x17LanguageRestrictionType\x12)\n%LANGUAGE_RESTRICTION_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tWHITELIST\x10\x01\x12\r\n\tBLACKLIST\x10\x02\"5\n\nJsonSchema\x12\'\n\x06schema\x18\x01 \x01(\x0b\x32\x17.google.protobuf.Struct\"\x8a\x01\n\x15SummarizationProperty\x12\x13\n\x0binstruction\x18\x01 \x01(\t\x12\x15\n\x0bjson_object\x18\x02 \x01(\x08H\x00\x12\x33\n\x0bjson_schema\x18\x03 \x01(\x0b\x32\x1c.speechkit.stt.v3.JsonSchemaH\x00\x42\x10\n\x0eResponseFormat\"f\n\x14SummarizationOptions\x12\x11\n\tmodel_uri\x18\x01 \x01(\t\x12;\n\nproperties\x18\x02 \x03(\x0b\x32\'.speechkit.stt.v3.SummarizationProperty\"/\n\x1bSummarizationPropertyResult\x12\x10\n\x08response\x18\x01 \x01(\t\"\xb2\x03\n\x17RecognitionModelOptions\x12\r\n\x05model\x18\x01 \x01(\t\x12:\n\x0c\x61udio_format\x18\x02 \x01(\x0b\x32$.speechkit.stt.v3.AudioFormatOptions\x12\x46\n\x12text_normalization\x18\x03 \x01(\x0b\x32*.speechkit.stt.v3.TextNormalizationOptions\x12J\n\x14language_restriction\x18\x04 \x01(\x0b\x32,.speechkit.stt.v3.LanguageRestrictionOptions\x12\\\n\x15\x61udio_processing_type\x18\x05 \x01(\x0e\x32=.speechkit.stt.v3.RecognitionModelOptions.AudioProcessingType\"Z\n\x13\x41udioProcessingType\x12%\n!AUDIO_PROCESSING_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tREAL_TIME\x10\x01\x12\r\n\tFULL_DATA\x10\x02\"\xde\x01\n\x16SpeakerLabelingOptions\x12R\n\x10speaker_labeling\x18\x01 \x01(\x0e\x32\x38.speechkit.stt.v3.SpeakerLabelingOptions.SpeakerLabeling\"p\n\x0fSpeakerLabeling\x12 \n\x1cSPEAKER_LABELING_UNSPECIFIED\x10\x00\x12\x1c\n\x18SPEAKER_LABELING_ENABLED\x10\x01\x12\x1d\n\x19SPEAKER_LABELING_DISABLED\x10\x02\"\xad\x03\n\x10StreamingOptions\x12\x44\n\x11recognition_model\x18\x01 \x01(\x0b\x32).speechkit.stt.v3.RecognitionModelOptions\x12>\n\x0e\x65ou_classifier\x18\x02 \x01(\x0b\x32&.speechkit.stt.v3.EouClassifierOptions\x12N\n\x16recognition_classifier\x18\x03 \x01(\x0b\x32..speechkit.stt.v3.RecognitionClassifierOptions\x12@\n\x0fspeech_analysis\x18\x04 \x01(\x0b\x32\'.speechkit.stt.v3.SpeechAnalysisOptions\x12\x42\n\x10speaker_labeling\x18\x05 \x01(\x0b\x32(.speechkit.stt.v3.SpeakerLabelingOptions\x12=\n\rsummarization\x18\x06 \x01(\x0b\x32&.speechkit.stt.v3.SummarizationOptions\"\x1a\n\nAudioChunk\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"#\n\x0cSilenceChunk\x12\x13\n\x0b\x64uration_ms\x18\x01 \x01(\x03\"\x05\n\x03\x45ou\"\xe8\x01\n\x10StreamingRequest\x12=\n\x0fsession_options\x18\x01 \x01(\x0b\x32\".speechkit.stt.v3.StreamingOptionsH\x00\x12-\n\x05\x63hunk\x18\x02 \x01(\x0b\x32\x1c.speechkit.stt.v3.AudioChunkH\x00\x12\x37\n\rsilence_chunk\x18\x03 \x01(\x0b\x32\x1e.speechkit.stt.v3.SilenceChunkH\x00\x12$\n\x03\x65ou\x18\x04 \x01(\x0b\x32\x15.speechkit.stt.v3.EouH\x00\x42\x07\n\x05\x45vent\"\xa2\x03\n\x14RecognizeFileRequest\x12\x11\n\x07\x63ontent\x18\x01 \x01(\x0cH\x00\x12\r\n\x03uri\x18\x02 \x01(\tH\x00\x12\x44\n\x11recognition_model\x18\x03 \x01(\x0b\x32).speechkit.stt.v3.RecognitionModelOptions\x12N\n\x16recognition_classifier\x18\x04 \x01(\x0b\x32..speechkit.stt.v3.RecognitionClassifierOptions\x12@\n\x0fspeech_analysis\x18\x05 \x01(\x0b\x32\'.speechkit.stt.v3.SpeechAnalysisOptions\x12\x42\n\x10speaker_labeling\x18\x06 \x01(\x0b\x32(.speechkit.stt.v3.SpeakerLabelingOptions\x12=\n\rsummarization\x18\x07 \x01(\x0b\x32&.speechkit.stt.v3.SummarizationOptionsB\r\n\x0b\x41udioSource\"@\n\x04Word\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x15\n\rstart_time_ms\x18\x02 \x01(\x03\x12\x13\n\x0b\x65nd_time_ms\x18\x03 \x01(\x03\"@\n\x12LanguageEstimation\x12\x15\n\rlanguage_code\x18\x01 \x01(\t\x12\x13\n\x0bprobability\x18\x02 \x01(\x01\"\xbb\x01\n\x0b\x41lternative\x12%\n\x05words\x18\x01 \x03(\x0b\x32\x16.speechkit.stt.v3.Word\x12\x0c\n\x04text\x18\x02 \x01(\t\x12\x15\n\rstart_time_ms\x18\x03 \x01(\x03\x12\x13\n\x0b\x65nd_time_ms\x18\x04 \x01(\x03\x12\x12\n\nconfidence\x18\x05 \x01(\x01\x12\x37\n\tlanguages\x18\x06 \x03(\x0b\x32$.speechkit.stt.v3.LanguageEstimation\"\x1c\n\tEouUpdate\x12\x0f\n\x07time_ms\x18\x02 \x01(\x03\"a\n\x11\x41lternativeUpdate\x12\x33\n\x0c\x61lternatives\x18\x01 \x03(\x0b\x32\x1d.speechkit.stt.v3.Alternative\x12\x17\n\x0b\x63hannel_tag\x18\x02 \x01(\tB\x02\x18\x01\"\x99\x01\n\x0c\x41udioCursors\x12\x18\n\x10received_data_ms\x18\x01 \x01(\x03\x12\x15\n\rreset_time_ms\x18\x02 \x01(\x03\x12\x17\n\x0fpartial_time_ms\x18\x03 \x01(\x03\x12\x15\n\rfinal_time_ms\x18\x04 \x01(\x03\x12\x13\n\x0b\x66inal_index\x18\x05 \x01(\x03\x12\x13\n\x0b\x65ou_time_ms\x18\x06 \x01(\x03\"n\n\x0f\x46inalRefinement\x12\x13\n\x0b\x66inal_index\x18\x01 \x01(\x03\x12>\n\x0fnormalized_text\x18\x02 \x01(\x0b\x32#.speechkit.stt.v3.AlternativeUpdateH\x00\x42\x06\n\x04Type\"L\n\nStatusCode\x12-\n\tcode_type\x18\x01 \x01(\x0e\x32\x1a.speechkit.stt.v3.CodeType\x12\x0f\n\x07message\x18\x02 \x01(\t\"4\n\x0bSessionUuid\x12\x0c\n\x04uuid\x18\x01 \x01(\t\x12\x17\n\x0fuser_request_id\x18\x02 \x01(\t\"K\n\x0fPhraseHighlight\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x15\n\rstart_time_ms\x18\x02 \x01(\x03\x12\x13\n\x0b\x65nd_time_ms\x18\x03 \x01(\x03\"?\n\x1aRecognitionClassifierLabel\x12\r\n\x05label\x18\x01 \x01(\t\x12\x12\n\nconfidence\x18\x02 \x01(\x01\"\xa6\x01\n\x1bRecognitionClassifierResult\x12\x12\n\nclassifier\x18\x01 \x01(\t\x12\x35\n\nhighlights\x18\x02 \x03(\x0b\x32!.speechkit.stt.v3.PhraseHighlight\x12<\n\x06labels\x18\x03 \x03(\x0b\x32,.speechkit.stt.v3.RecognitionClassifierLabel\"\xc7\x02\n\x1bRecognitionClassifierUpdate\x12M\n\x0bwindow_type\x18\x01 \x01(\x0e\x32\x38.speechkit.stt.v3.RecognitionClassifierUpdate.WindowType\x12\x15\n\rstart_time_ms\x18\x02 \x01(\x03\x12\x13\n\x0b\x65nd_time_ms\x18\x03 \x01(\x03\x12H\n\x11\x63lassifier_result\x18\x04 \x01(\x0b\x32-.speechkit.stt.v3.RecognitionClassifierResult\"c\n\nWindowType\x12\x1f\n\x17WINDOW_TYPE_UNSPECIFIED\x10\x00\x1a\x02\x08\x01\x12\x12\n\x0eLAST_UTTERANCE\x10\x01\x12\x0e\n\nLAST_FINAL\x10\x02\x12\x10\n\x0cLAST_PARTIAL\x10\x03\"\xbb\x01\n\x15\x44\x65scriptiveStatistics\x12\x0b\n\x03min\x18\x01 \x01(\x01\x12\x0b\n\x03max\x18\x02 \x01(\x01\x12\x0c\n\x04mean\x18\x03 \x01(\x01\x12\x0b\n\x03std\x18\x04 \x01(\x01\x12\x43\n\tquantiles\x18\x05 \x03(\x0b\x32\x30.speechkit.stt.v3.DescriptiveStatistics.Quantile\x1a(\n\x08Quantile\x12\r\n\x05level\x18\x01 \x01(\x01\x12\r\n\x05value\x18\x02 \x01(\x01\"D\n\x16\x41udioSegmentBoundaries\x12\x15\n\rstart_time_ms\x18\x01 \x01(\x03\x12\x13\n\x0b\x65nd_time_ms\x18\x02 \x01(\x03\"\x87\x06\n\x0fSpeakerAnalysis\x12\x13\n\x0bspeaker_tag\x18\x01 \x01(\t\x12\x41\n\x0bwindow_type\x18\x02 \x01(\x0e\x32,.speechkit.stt.v3.SpeakerAnalysis.WindowType\x12\x43\n\x11speech_boundaries\x18\x03 \x01(\x0b\x32(.speechkit.stt.v3.AudioSegmentBoundaries\x12\x17\n\x0ftotal_speech_ms\x18\x04 \x01(\x03\x12\x14\n\x0cspeech_ratio\x18\x05 \x01(\x01\x12\x18\n\x10total_silence_ms\x18\x06 \x01(\x03\x12\x15\n\rsilence_ratio\x18\x07 \x01(\x01\x12\x13\n\x0bwords_count\x18\x08 \x01(\x03\x12\x15\n\rletters_count\x18\t \x01(\x03\x12\x41\n\x10words_per_second\x18\n \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\x12\x43\n\x12letters_per_second\x18\x0b \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\x12\x44\n\x13words_per_utterance\x18\x0c \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\x12\x46\n\x15letters_per_utterance\x18\r \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\x12\x17\n\x0futterance_count\x18\x0e \x01(\x03\x12N\n\x1dutterance_duration_estimation\x18\x0f \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\"L\n\nWindowType\x12\x1f\n\x17WINDOW_TYPE_UNSPECIFIED\x10\x00\x1a\x02\x08\x01\x12\t\n\x05TOTAL\x10\x01\x12\x12\n\x0eLAST_UTTERANCE\x10\x02\"\x85\x06\n\x14\x43onversationAnalysis\x12I\n\x17\x63onversation_boundaries\x18\x01 \x01(\x0b\x32(.speechkit.stt.v3.AudioSegmentBoundaries\x12.\n&total_simultaneous_silence_duration_ms\x18\x02 \x01(\x03\x12(\n total_simultaneous_silence_ratio\x18\x03 \x01(\x01\x12Y\n(simultaneous_silence_duration_estimation\x18\x04 \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\x12-\n%total_simultaneous_speech_duration_ms\x18\x05 \x01(\x03\x12\'\n\x1ftotal_simultaneous_speech_ratio\x18\x06 \x01(\x01\x12X\n\'simultaneous_speech_duration_estimation\x18\x07 \x01(\x0b\x32\'.speechkit.stt.v3.DescriptiveStatistics\x12W\n\x12speaker_interrupts\x18\x08 \x03(\x0b\x32;.speechkit.stt.v3.ConversationAnalysis.InterruptsEvaluation\x12 \n\x18total_speech_duration_ms\x18\t \x01(\x03\x12\x1a\n\x12total_speech_ratio\x18\n \x01(\x01\x1a\xa3\x01\n\x14InterruptsEvaluation\x12\x13\n\x0bspeaker_tag\x18\x01 \x01(\t\x12\x18\n\x10interrupts_count\x18\x02 \x01(\x03\x12\x1e\n\x16interrupts_duration_ms\x18\x03 \x01(\x03\x12<\n\ninterrupts\x18\x04 \x03(\x0b\x32(.speechkit.stt.v3.AudioSegmentBoundaries\"Z\n\x0c\x43ontentUsage\x12\x19\n\x11input_text_tokens\x18\x01 \x01(\x03\x12\x19\n\x11\x63ompletion_tokens\x18\x02 \x01(\x03\x12\x14\n\x0ctotal_tokens\x18\x03 \x01(\x03\"\x86\x01\n\rSummarization\x12>\n\x07results\x18\x01 \x03(\x0b\x32-.speechkit.stt.v3.SummarizationPropertyResult\x12\x35\n\rcontent_usage\x18\x02 \x01(\x0b\x32\x1e.speechkit.stt.v3.ContentUsage\"\xdf\x05\n\x11StreamingResponse\x12\x33\n\x0csession_uuid\x18\x01 \x01(\x0b\x32\x1d.speechkit.stt.v3.SessionUuid\x12\x35\n\raudio_cursors\x18\x02 \x01(\x0b\x32\x1e.speechkit.stt.v3.AudioCursors\x12\x1d\n\x15response_wall_time_ms\x18\x03 \x01(\x03\x12\x36\n\x07partial\x18\x04 \x01(\x0b\x32#.speechkit.stt.v3.AlternativeUpdateH\x00\x12\x34\n\x05\x66inal\x18\x05 \x01(\x0b\x32#.speechkit.stt.v3.AlternativeUpdateH\x00\x12\x31\n\neou_update\x18\x06 \x01(\x0b\x32\x1b.speechkit.stt.v3.EouUpdateH\x00\x12=\n\x10\x66inal_refinement\x18\x07 \x01(\x0b\x32!.speechkit.stt.v3.FinalRefinementH\x00\x12\x33\n\x0bstatus_code\x18\x08 \x01(\x0b\x32\x1c.speechkit.stt.v3.StatusCodeH\x00\x12J\n\x11\x63lassifier_update\x18\n \x01(\x0b\x32-.speechkit.stt.v3.RecognitionClassifierUpdateH\x00\x12=\n\x10speaker_analysis\x18\x0b \x01(\x0b\x32!.speechkit.stt.v3.SpeakerAnalysisH\x00\x12G\n\x15\x63onversation_analysis\x18\x0c \x01(\x0b\x32&.speechkit.stt.v3.ConversationAnalysisH\x00\x12\x38\n\rsummarization\x18\r \x01(\x0b\x32\x1f.speechkit.stt.v3.SummarizationH\x00\x12\x13\n\x0b\x63hannel_tag\x18\t \x01(\tB\x07\n\x05\x45vent\"0\n\x18\x44\x65leteRecognitionRequest\x12\x14\n\x0coperation_id\x18\x01 \x01(\t\"Y\n\x15StreamingResponseList\x12@\n\x13streaming_responses\x18\x01 \x03(\x0b\x32#.speechkit.stt.v3.StreamingResponse*O\n\x08\x43odeType\x12\x1d\n\x15\x43ODE_TYPE_UNSPECIFIED\x10\x00\x1a\x02\x08\x01\x12\x0b\n\x07WORKING\x10\x01\x12\x0b\n\x07WARNING\x10\x02\x12\n\n\x06\x43LOSED\x10\x03\x42\\\n\x1ayandex.cloud.api.ai.stt.v3Z>github.com/yandex-cloud/go-genproto/yandex/cloud/ai/stt/v3;sttb\x06proto3')
28
29
 
29
30
  _globals = globals()
30
31
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -42,110 +43,122 @@ if not _descriptor._USE_C_DESCRIPTORS:
42
43
  _globals['_RECOGNITIONCLASSIFIERUPDATE_WINDOWTYPE'].values_by_name["WINDOW_TYPE_UNSPECIFIED"]._serialized_options = b'\010\001'
43
44
  _globals['_SPEAKERANALYSIS_WINDOWTYPE'].values_by_name["WINDOW_TYPE_UNSPECIFIED"]._loaded_options = None
44
45
  _globals['_SPEAKERANALYSIS_WINDOWTYPE'].values_by_name["WINDOW_TYPE_UNSPECIFIED"]._serialized_options = b'\010\001'
45
- _globals['_CODETYPE']._serialized_start=8018
46
- _globals['_CODETYPE']._serialized_end=8097
47
- _globals['_TEXTNORMALIZATIONOPTIONS']._serialized_start=55
48
- _globals['_TEXTNORMALIZATIONOPTIONS']._serialized_end=537
49
- _globals['_TEXTNORMALIZATIONOPTIONS_TEXTNORMALIZATION']._serialized_start=319
50
- _globals['_TEXTNORMALIZATIONOPTIONS_TEXTNORMALIZATION']._serialized_end=439
51
- _globals['_TEXTNORMALIZATIONOPTIONS_PHONEFORMATTINGMODE']._serialized_start=441
52
- _globals['_TEXTNORMALIZATIONOPTIONS_PHONEFORMATTINGMODE']._serialized_end=537
53
- _globals['_DEFAULTEOUCLASSIFIER']._serialized_start=540
54
- _globals['_DEFAULTEOUCLASSIFIER']._serialized_end=746
55
- _globals['_DEFAULTEOUCLASSIFIER_EOUSENSITIVITY']._serialized_start=674
56
- _globals['_DEFAULTEOUCLASSIFIER_EOUSENSITIVITY']._serialized_end=746
57
- _globals['_EXTERNALEOUCLASSIFIER']._serialized_start=748
58
- _globals['_EXTERNALEOUCLASSIFIER']._serialized_end=771
59
- _globals['_EOUCLASSIFIEROPTIONS']._serialized_start=774
60
- _globals['_EOUCLASSIFIEROPTIONS']._serialized_end=952
61
- _globals['_RECOGNITIONCLASSIFIER']._serialized_start=955
62
- _globals['_RECOGNITIONCLASSIFIER']._serialized_end=1166
63
- _globals['_RECOGNITIONCLASSIFIER_TRIGGERTYPE']._serialized_start=1071
64
- _globals['_RECOGNITIONCLASSIFIER_TRIGGERTYPE']._serialized_end=1166
65
- _globals['_RECOGNITIONCLASSIFIEROPTIONS']._serialized_start=1168
66
- _globals['_RECOGNITIONCLASSIFIEROPTIONS']._serialized_end=1260
67
- _globals['_SPEECHANALYSISOPTIONS']._serialized_start=1263
68
- _globals['_SPEECHANALYSISOPTIONS']._serialized_end=1399
69
- _globals['_RAWAUDIO']._serialized_start=1402
70
- _globals['_RAWAUDIO']._serialized_end=1601
71
- _globals['_RAWAUDIO_AUDIOENCODING']._serialized_start=1536
72
- _globals['_RAWAUDIO_AUDIOENCODING']._serialized_end=1601
73
- _globals['_CONTAINERAUDIO']._serialized_start=1604
74
- _globals['_CONTAINERAUDIO']._serialized_end=1795
75
- _globals['_CONTAINERAUDIO_CONTAINERAUDIOTYPE']._serialized_start=1705
76
- _globals['_CONTAINERAUDIO_CONTAINERAUDIOTYPE']._serialized_end=1795
77
- _globals['_AUDIOFORMATOPTIONS']._serialized_start=1798
78
- _globals['_AUDIOFORMATOPTIONS']._serialized_end=1943
79
- _globals['_LANGUAGERESTRICTIONOPTIONS']._serialized_start=1946
80
- _globals['_LANGUAGERESTRICTIONOPTIONS']._serialized_end=2193
81
- _globals['_LANGUAGERESTRICTIONOPTIONS_LANGUAGERESTRICTIONTYPE']._serialized_start=2095
82
- _globals['_LANGUAGERESTRICTIONOPTIONS_LANGUAGERESTRICTIONTYPE']._serialized_end=2193
83
- _globals['_RECOGNITIONMODELOPTIONS']._serialized_start=2196
84
- _globals['_RECOGNITIONMODELOPTIONS']._serialized_end=2630
85
- _globals['_RECOGNITIONMODELOPTIONS_AUDIOPROCESSINGTYPE']._serialized_start=2540
86
- _globals['_RECOGNITIONMODELOPTIONS_AUDIOPROCESSINGTYPE']._serialized_end=2630
87
- _globals['_SPEAKERLABELINGOPTIONS']._serialized_start=2633
88
- _globals['_SPEAKERLABELINGOPTIONS']._serialized_end=2855
89
- _globals['_SPEAKERLABELINGOPTIONS_SPEAKERLABELING']._serialized_start=2743
90
- _globals['_SPEAKERLABELINGOPTIONS_SPEAKERLABELING']._serialized_end=2855
91
- _globals['_STREAMINGOPTIONS']._serialized_start=2858
92
- _globals['_STREAMINGOPTIONS']._serialized_end=3224
93
- _globals['_AUDIOCHUNK']._serialized_start=3226
94
- _globals['_AUDIOCHUNK']._serialized_end=3252
95
- _globals['_SILENCECHUNK']._serialized_start=3254
96
- _globals['_SILENCECHUNK']._serialized_end=3289
97
- _globals['_EOU']._serialized_start=3291
98
- _globals['_EOU']._serialized_end=3296
99
- _globals['_STREAMINGREQUEST']._serialized_start=3299
100
- _globals['_STREAMINGREQUEST']._serialized_end=3531
101
- _globals['_RECOGNIZEFILEREQUEST']._serialized_start=3534
102
- _globals['_RECOGNIZEFILEREQUEST']._serialized_end=3889
103
- _globals['_WORD']._serialized_start=3891
104
- _globals['_WORD']._serialized_end=3955
105
- _globals['_LANGUAGEESTIMATION']._serialized_start=3957
106
- _globals['_LANGUAGEESTIMATION']._serialized_end=4021
107
- _globals['_ALTERNATIVE']._serialized_start=4024
108
- _globals['_ALTERNATIVE']._serialized_end=4211
109
- _globals['_EOUUPDATE']._serialized_start=4213
110
- _globals['_EOUUPDATE']._serialized_end=4241
111
- _globals['_ALTERNATIVEUPDATE']._serialized_start=4243
112
- _globals['_ALTERNATIVEUPDATE']._serialized_end=4340
113
- _globals['_AUDIOCURSORS']._serialized_start=4343
114
- _globals['_AUDIOCURSORS']._serialized_end=4496
115
- _globals['_FINALREFINEMENT']._serialized_start=4498
116
- _globals['_FINALREFINEMENT']._serialized_end=4608
117
- _globals['_STATUSCODE']._serialized_start=4610
118
- _globals['_STATUSCODE']._serialized_end=4686
119
- _globals['_SESSIONUUID']._serialized_start=4688
120
- _globals['_SESSIONUUID']._serialized_end=4740
121
- _globals['_PHRASEHIGHLIGHT']._serialized_start=4742
122
- _globals['_PHRASEHIGHLIGHT']._serialized_end=4817
123
- _globals['_RECOGNITIONCLASSIFIERLABEL']._serialized_start=4819
124
- _globals['_RECOGNITIONCLASSIFIERLABEL']._serialized_end=4882
125
- _globals['_RECOGNITIONCLASSIFIERRESULT']._serialized_start=4885
126
- _globals['_RECOGNITIONCLASSIFIERRESULT']._serialized_end=5051
127
- _globals['_RECOGNITIONCLASSIFIERUPDATE']._serialized_start=5054
128
- _globals['_RECOGNITIONCLASSIFIERUPDATE']._serialized_end=5381
129
- _globals['_RECOGNITIONCLASSIFIERUPDATE_WINDOWTYPE']._serialized_start=5282
130
- _globals['_RECOGNITIONCLASSIFIERUPDATE_WINDOWTYPE']._serialized_end=5381
131
- _globals['_DESCRIPTIVESTATISTICS']._serialized_start=5384
132
- _globals['_DESCRIPTIVESTATISTICS']._serialized_end=5571
133
- _globals['_DESCRIPTIVESTATISTICS_QUANTILE']._serialized_start=5531
134
- _globals['_DESCRIPTIVESTATISTICS_QUANTILE']._serialized_end=5571
135
- _globals['_AUDIOSEGMENTBOUNDARIES']._serialized_start=5573
136
- _globals['_AUDIOSEGMENTBOUNDARIES']._serialized_end=5641
137
- _globals['_SPEAKERANALYSIS']._serialized_start=5644
138
- _globals['_SPEAKERANALYSIS']._serialized_end=6419
139
- _globals['_SPEAKERANALYSIS_WINDOWTYPE']._serialized_start=6343
140
- _globals['_SPEAKERANALYSIS_WINDOWTYPE']._serialized_end=6419
141
- _globals['_CONVERSATIONANALYSIS']._serialized_start=6422
142
- _globals['_CONVERSATIONANALYSIS']._serialized_end=7195
143
- _globals['_CONVERSATIONANALYSIS_INTERRUPTSEVALUATION']._serialized_start=7032
144
- _globals['_CONVERSATIONANALYSIS_INTERRUPTSEVALUATION']._serialized_end=7195
145
- _globals['_STREAMINGRESPONSE']._serialized_start=7198
146
- _globals['_STREAMINGRESPONSE']._serialized_end=7875
147
- _globals['_DELETERECOGNITIONREQUEST']._serialized_start=7877
148
- _globals['_DELETERECOGNITIONREQUEST']._serialized_end=7925
149
- _globals['_STREAMINGRESPONSELIST']._serialized_start=7927
150
- _globals['_STREAMINGRESPONSELIST']._serialized_end=8016
46
+ _globals['_CODETYPE']._serialized_start=8810
47
+ _globals['_CODETYPE']._serialized_end=8889
48
+ _globals['_TEXTNORMALIZATIONOPTIONS']._serialized_start=85
49
+ _globals['_TEXTNORMALIZATIONOPTIONS']._serialized_end=567
50
+ _globals['_TEXTNORMALIZATIONOPTIONS_TEXTNORMALIZATION']._serialized_start=349
51
+ _globals['_TEXTNORMALIZATIONOPTIONS_TEXTNORMALIZATION']._serialized_end=469
52
+ _globals['_TEXTNORMALIZATIONOPTIONS_PHONEFORMATTINGMODE']._serialized_start=471
53
+ _globals['_TEXTNORMALIZATIONOPTIONS_PHONEFORMATTINGMODE']._serialized_end=567
54
+ _globals['_DEFAULTEOUCLASSIFIER']._serialized_start=570
55
+ _globals['_DEFAULTEOUCLASSIFIER']._serialized_end=776
56
+ _globals['_DEFAULTEOUCLASSIFIER_EOUSENSITIVITY']._serialized_start=704
57
+ _globals['_DEFAULTEOUCLASSIFIER_EOUSENSITIVITY']._serialized_end=776
58
+ _globals['_EXTERNALEOUCLASSIFIER']._serialized_start=778
59
+ _globals['_EXTERNALEOUCLASSIFIER']._serialized_end=801
60
+ _globals['_EOUCLASSIFIEROPTIONS']._serialized_start=804
61
+ _globals['_EOUCLASSIFIEROPTIONS']._serialized_end=982
62
+ _globals['_RECOGNITIONCLASSIFIER']._serialized_start=985
63
+ _globals['_RECOGNITIONCLASSIFIER']._serialized_end=1196
64
+ _globals['_RECOGNITIONCLASSIFIER_TRIGGERTYPE']._serialized_start=1101
65
+ _globals['_RECOGNITIONCLASSIFIER_TRIGGERTYPE']._serialized_end=1196
66
+ _globals['_RECOGNITIONCLASSIFIEROPTIONS']._serialized_start=1198
67
+ _globals['_RECOGNITIONCLASSIFIEROPTIONS']._serialized_end=1290
68
+ _globals['_SPEECHANALYSISOPTIONS']._serialized_start=1293
69
+ _globals['_SPEECHANALYSISOPTIONS']._serialized_end=1429
70
+ _globals['_RAWAUDIO']._serialized_start=1432
71
+ _globals['_RAWAUDIO']._serialized_end=1631
72
+ _globals['_RAWAUDIO_AUDIOENCODING']._serialized_start=1566
73
+ _globals['_RAWAUDIO_AUDIOENCODING']._serialized_end=1631
74
+ _globals['_CONTAINERAUDIO']._serialized_start=1634
75
+ _globals['_CONTAINERAUDIO']._serialized_end=1825
76
+ _globals['_CONTAINERAUDIO_CONTAINERAUDIOTYPE']._serialized_start=1735
77
+ _globals['_CONTAINERAUDIO_CONTAINERAUDIOTYPE']._serialized_end=1825
78
+ _globals['_AUDIOFORMATOPTIONS']._serialized_start=1828
79
+ _globals['_AUDIOFORMATOPTIONS']._serialized_end=1973
80
+ _globals['_LANGUAGERESTRICTIONOPTIONS']._serialized_start=1976
81
+ _globals['_LANGUAGERESTRICTIONOPTIONS']._serialized_end=2223
82
+ _globals['_LANGUAGERESTRICTIONOPTIONS_LANGUAGERESTRICTIONTYPE']._serialized_start=2125
83
+ _globals['_LANGUAGERESTRICTIONOPTIONS_LANGUAGERESTRICTIONTYPE']._serialized_end=2223
84
+ _globals['_JSONSCHEMA']._serialized_start=2225
85
+ _globals['_JSONSCHEMA']._serialized_end=2278
86
+ _globals['_SUMMARIZATIONPROPERTY']._serialized_start=2281
87
+ _globals['_SUMMARIZATIONPROPERTY']._serialized_end=2419
88
+ _globals['_SUMMARIZATIONOPTIONS']._serialized_start=2421
89
+ _globals['_SUMMARIZATIONOPTIONS']._serialized_end=2523
90
+ _globals['_SUMMARIZATIONPROPERTYRESULT']._serialized_start=2525
91
+ _globals['_SUMMARIZATIONPROPERTYRESULT']._serialized_end=2572
92
+ _globals['_RECOGNITIONMODELOPTIONS']._serialized_start=2575
93
+ _globals['_RECOGNITIONMODELOPTIONS']._serialized_end=3009
94
+ _globals['_RECOGNITIONMODELOPTIONS_AUDIOPROCESSINGTYPE']._serialized_start=2919
95
+ _globals['_RECOGNITIONMODELOPTIONS_AUDIOPROCESSINGTYPE']._serialized_end=3009
96
+ _globals['_SPEAKERLABELINGOPTIONS']._serialized_start=3012
97
+ _globals['_SPEAKERLABELINGOPTIONS']._serialized_end=3234
98
+ _globals['_SPEAKERLABELINGOPTIONS_SPEAKERLABELING']._serialized_start=3122
99
+ _globals['_SPEAKERLABELINGOPTIONS_SPEAKERLABELING']._serialized_end=3234
100
+ _globals['_STREAMINGOPTIONS']._serialized_start=3237
101
+ _globals['_STREAMINGOPTIONS']._serialized_end=3666
102
+ _globals['_AUDIOCHUNK']._serialized_start=3668
103
+ _globals['_AUDIOCHUNK']._serialized_end=3694
104
+ _globals['_SILENCECHUNK']._serialized_start=3696
105
+ _globals['_SILENCECHUNK']._serialized_end=3731
106
+ _globals['_EOU']._serialized_start=3733
107
+ _globals['_EOU']._serialized_end=3738
108
+ _globals['_STREAMINGREQUEST']._serialized_start=3741
109
+ _globals['_STREAMINGREQUEST']._serialized_end=3973
110
+ _globals['_RECOGNIZEFILEREQUEST']._serialized_start=3976
111
+ _globals['_RECOGNIZEFILEREQUEST']._serialized_end=4394
112
+ _globals['_WORD']._serialized_start=4396
113
+ _globals['_WORD']._serialized_end=4460
114
+ _globals['_LANGUAGEESTIMATION']._serialized_start=4462
115
+ _globals['_LANGUAGEESTIMATION']._serialized_end=4526
116
+ _globals['_ALTERNATIVE']._serialized_start=4529
117
+ _globals['_ALTERNATIVE']._serialized_end=4716
118
+ _globals['_EOUUPDATE']._serialized_start=4718
119
+ _globals['_EOUUPDATE']._serialized_end=4746
120
+ _globals['_ALTERNATIVEUPDATE']._serialized_start=4748
121
+ _globals['_ALTERNATIVEUPDATE']._serialized_end=4845
122
+ _globals['_AUDIOCURSORS']._serialized_start=4848
123
+ _globals['_AUDIOCURSORS']._serialized_end=5001
124
+ _globals['_FINALREFINEMENT']._serialized_start=5003
125
+ _globals['_FINALREFINEMENT']._serialized_end=5113
126
+ _globals['_STATUSCODE']._serialized_start=5115
127
+ _globals['_STATUSCODE']._serialized_end=5191
128
+ _globals['_SESSIONUUID']._serialized_start=5193
129
+ _globals['_SESSIONUUID']._serialized_end=5245
130
+ _globals['_PHRASEHIGHLIGHT']._serialized_start=5247
131
+ _globals['_PHRASEHIGHLIGHT']._serialized_end=5322
132
+ _globals['_RECOGNITIONCLASSIFIERLABEL']._serialized_start=5324
133
+ _globals['_RECOGNITIONCLASSIFIERLABEL']._serialized_end=5387
134
+ _globals['_RECOGNITIONCLASSIFIERRESULT']._serialized_start=5390
135
+ _globals['_RECOGNITIONCLASSIFIERRESULT']._serialized_end=5556
136
+ _globals['_RECOGNITIONCLASSIFIERUPDATE']._serialized_start=5559
137
+ _globals['_RECOGNITIONCLASSIFIERUPDATE']._serialized_end=5886
138
+ _globals['_RECOGNITIONCLASSIFIERUPDATE_WINDOWTYPE']._serialized_start=5787
139
+ _globals['_RECOGNITIONCLASSIFIERUPDATE_WINDOWTYPE']._serialized_end=5886
140
+ _globals['_DESCRIPTIVESTATISTICS']._serialized_start=5889
141
+ _globals['_DESCRIPTIVESTATISTICS']._serialized_end=6076
142
+ _globals['_DESCRIPTIVESTATISTICS_QUANTILE']._serialized_start=6036
143
+ _globals['_DESCRIPTIVESTATISTICS_QUANTILE']._serialized_end=6076
144
+ _globals['_AUDIOSEGMENTBOUNDARIES']._serialized_start=6078
145
+ _globals['_AUDIOSEGMENTBOUNDARIES']._serialized_end=6146
146
+ _globals['_SPEAKERANALYSIS']._serialized_start=6149
147
+ _globals['_SPEAKERANALYSIS']._serialized_end=6924
148
+ _globals['_SPEAKERANALYSIS_WINDOWTYPE']._serialized_start=6848
149
+ _globals['_SPEAKERANALYSIS_WINDOWTYPE']._serialized_end=6924
150
+ _globals['_CONVERSATIONANALYSIS']._serialized_start=6927
151
+ _globals['_CONVERSATIONANALYSIS']._serialized_end=7700
152
+ _globals['_CONVERSATIONANALYSIS_INTERRUPTSEVALUATION']._serialized_start=7537
153
+ _globals['_CONVERSATIONANALYSIS_INTERRUPTSEVALUATION']._serialized_end=7700
154
+ _globals['_CONTENTUSAGE']._serialized_start=7702
155
+ _globals['_CONTENTUSAGE']._serialized_end=7792
156
+ _globals['_SUMMARIZATION']._serialized_start=7795
157
+ _globals['_SUMMARIZATION']._serialized_end=7929
158
+ _globals['_STREAMINGRESPONSE']._serialized_start=7932
159
+ _globals['_STREAMINGRESPONSE']._serialized_end=8667
160
+ _globals['_DELETERECOGNITIONREQUEST']._serialized_start=8669
161
+ _globals['_DELETERECOGNITIONREQUEST']._serialized_end=8717
162
+ _globals['_STREAMINGRESPONSELIST']._serialized_start=8719
163
+ _globals['_STREAMINGRESPONSELIST']._serialized_end=8808
151
164
  # @@protoc_insertion_point(module_scope)
@@ -9,6 +9,7 @@ import google.protobuf.descriptor
9
9
  import google.protobuf.internal.containers
10
10
  import google.protobuf.internal.enum_type_wrapper
11
11
  import google.protobuf.message
12
+ import google.protobuf.struct_pb2
12
13
  import sys
13
14
  import typing
14
15
 
@@ -426,6 +427,102 @@ class LanguageRestrictionOptions(google.protobuf.message.Message):
426
427
 
427
428
  global___LanguageRestrictionOptions = LanguageRestrictionOptions
428
429
 
430
+ @typing.final
431
+ class JsonSchema(google.protobuf.message.Message):
432
+ """Represents the expected structure of the model's response using a JSON Schema."""
433
+
434
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
435
+
436
+ SCHEMA_FIELD_NUMBER: builtins.int
437
+ @property
438
+ def schema(self) -> google.protobuf.struct_pb2.Struct:
439
+ """The JSON Schema that the model's output must conform to."""
440
+
441
+ def __init__(
442
+ self,
443
+ *,
444
+ schema: google.protobuf.struct_pb2.Struct | None = ...,
445
+ ) -> None: ...
446
+ def HasField(self, field_name: typing.Literal["schema", b"schema"]) -> builtins.bool: ...
447
+ def ClearField(self, field_name: typing.Literal["schema", b"schema"]) -> None: ...
448
+
449
+ global___JsonSchema = JsonSchema
450
+
451
+ @typing.final
452
+ class SummarizationProperty(google.protobuf.message.Message):
453
+ """Represents summarization entry for transcription."""
454
+
455
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
456
+
457
+ INSTRUCTION_FIELD_NUMBER: builtins.int
458
+ JSON_OBJECT_FIELD_NUMBER: builtins.int
459
+ JSON_SCHEMA_FIELD_NUMBER: builtins.int
460
+ instruction: builtins.str
461
+ """Summarization instruction for model."""
462
+ json_object: builtins.bool
463
+ """When set to true, the model will respond with a valid JSON object.
464
+ Be sure to explicitly ask the model for JSON.
465
+ Otherwise, it may generate excessive whitespace and run indefinitely until it reaches the token limit.
466
+ """
467
+ @property
468
+ def json_schema(self) -> global___JsonSchema:
469
+ """Enforces a specific JSON structure for the model's response based on a provided schema."""
470
+
471
+ def __init__(
472
+ self,
473
+ *,
474
+ instruction: builtins.str = ...,
475
+ json_object: builtins.bool = ...,
476
+ json_schema: global___JsonSchema | None = ...,
477
+ ) -> None: ...
478
+ def HasField(self, field_name: typing.Literal["ResponseFormat", b"ResponseFormat", "json_object", b"json_object", "json_schema", b"json_schema"]) -> builtins.bool: ...
479
+ def ClearField(self, field_name: typing.Literal["ResponseFormat", b"ResponseFormat", "instruction", b"instruction", "json_object", b"json_object", "json_schema", b"json_schema"]) -> None: ...
480
+ def WhichOneof(self, oneof_group: typing.Literal["ResponseFormat", b"ResponseFormat"]) -> typing.Literal["json_object", "json_schema"] | None: ...
481
+
482
+ global___SummarizationProperty = SummarizationProperty
483
+
484
+ @typing.final
485
+ class SummarizationOptions(google.protobuf.message.Message):
486
+ """Represents transcription summarization options."""
487
+
488
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
489
+
490
+ MODEL_URI_FIELD_NUMBER: builtins.int
491
+ PROPERTIES_FIELD_NUMBER: builtins.int
492
+ model_uri: builtins.str
493
+ """The [ID of the model](/docs/foundation-models/concepts/yandexgpt/models) to be used for completion generation."""
494
+ @property
495
+ def properties(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___SummarizationProperty]:
496
+ """A list of suimmarizations to perform with transcription."""
497
+
498
+ def __init__(
499
+ self,
500
+ *,
501
+ model_uri: builtins.str = ...,
502
+ properties: collections.abc.Iterable[global___SummarizationProperty] | None = ...,
503
+ ) -> None: ...
504
+ def ClearField(self, field_name: typing.Literal["model_uri", b"model_uri", "properties", b"properties"]) -> None: ...
505
+
506
+ global___SummarizationOptions = SummarizationOptions
507
+
508
+ @typing.final
509
+ class SummarizationPropertyResult(google.protobuf.message.Message):
510
+ """Represents summarization response entry for transcription."""
511
+
512
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
513
+
514
+ RESPONSE_FIELD_NUMBER: builtins.int
515
+ response: builtins.str
516
+ """Summarization response text."""
517
+ def __init__(
518
+ self,
519
+ *,
520
+ response: builtins.str = ...,
521
+ ) -> None: ...
522
+ def ClearField(self, field_name: typing.Literal["response", b"response"]) -> None: ...
523
+
524
+ global___SummarizationPropertyResult = SummarizationPropertyResult
525
+
429
526
  @typing.final
430
527
  class RecognitionModelOptions(google.protobuf.message.Message):
431
528
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
@@ -530,6 +627,7 @@ class StreamingOptions(google.protobuf.message.Message):
530
627
  RECOGNITION_CLASSIFIER_FIELD_NUMBER: builtins.int
531
628
  SPEECH_ANALYSIS_FIELD_NUMBER: builtins.int
532
629
  SPEAKER_LABELING_FIELD_NUMBER: builtins.int
630
+ SUMMARIZATION_FIELD_NUMBER: builtins.int
533
631
  @property
534
632
  def recognition_model(self) -> global___RecognitionModelOptions:
535
633
  """Configuration for speech recognition model."""
@@ -550,6 +648,10 @@ class StreamingOptions(google.protobuf.message.Message):
550
648
  def speaker_labeling(self) -> global___SpeakerLabelingOptions:
551
649
  """Configuration for speaker labeling"""
552
650
 
651
+ @property
652
+ def summarization(self) -> global___SummarizationOptions:
653
+ """Summarization options"""
654
+
553
655
  def __init__(
554
656
  self,
555
657
  *,
@@ -558,9 +660,10 @@ class StreamingOptions(google.protobuf.message.Message):
558
660
  recognition_classifier: global___RecognitionClassifierOptions | None = ...,
559
661
  speech_analysis: global___SpeechAnalysisOptions | None = ...,
560
662
  speaker_labeling: global___SpeakerLabelingOptions | None = ...,
663
+ summarization: global___SummarizationOptions | None = ...,
561
664
  ) -> None: ...
562
- def HasField(self, field_name: typing.Literal["eou_classifier", b"eou_classifier", "recognition_classifier", b"recognition_classifier", "recognition_model", b"recognition_model", "speaker_labeling", b"speaker_labeling", "speech_analysis", b"speech_analysis"]) -> builtins.bool: ...
563
- def ClearField(self, field_name: typing.Literal["eou_classifier", b"eou_classifier", "recognition_classifier", b"recognition_classifier", "recognition_model", b"recognition_model", "speaker_labeling", b"speaker_labeling", "speech_analysis", b"speech_analysis"]) -> None: ...
665
+ def HasField(self, field_name: typing.Literal["eou_classifier", b"eou_classifier", "recognition_classifier", b"recognition_classifier", "recognition_model", b"recognition_model", "speaker_labeling", b"speaker_labeling", "speech_analysis", b"speech_analysis", "summarization", b"summarization"]) -> builtins.bool: ...
666
+ def ClearField(self, field_name: typing.Literal["eou_classifier", b"eou_classifier", "recognition_classifier", b"recognition_classifier", "recognition_model", b"recognition_model", "speaker_labeling", b"speaker_labeling", "speech_analysis", b"speech_analysis", "summarization", b"summarization"]) -> None: ...
564
667
 
565
668
  global___StreamingOptions = StreamingOptions
566
669
 
@@ -666,6 +769,7 @@ class RecognizeFileRequest(google.protobuf.message.Message):
666
769
  RECOGNITION_CLASSIFIER_FIELD_NUMBER: builtins.int
667
770
  SPEECH_ANALYSIS_FIELD_NUMBER: builtins.int
668
771
  SPEAKER_LABELING_FIELD_NUMBER: builtins.int
772
+ SUMMARIZATION_FIELD_NUMBER: builtins.int
669
773
  content: builtins.bytes
670
774
  """Bytes with data"""
671
775
  uri: builtins.str
@@ -686,6 +790,10 @@ class RecognizeFileRequest(google.protobuf.message.Message):
686
790
  def speaker_labeling(self) -> global___SpeakerLabelingOptions:
687
791
  """Configuration for speaker labeling"""
688
792
 
793
+ @property
794
+ def summarization(self) -> global___SummarizationOptions:
795
+ """Summarization options"""
796
+
689
797
  def __init__(
690
798
  self,
691
799
  *,
@@ -695,9 +803,10 @@ class RecognizeFileRequest(google.protobuf.message.Message):
695
803
  recognition_classifier: global___RecognitionClassifierOptions | None = ...,
696
804
  speech_analysis: global___SpeechAnalysisOptions | None = ...,
697
805
  speaker_labeling: global___SpeakerLabelingOptions | None = ...,
806
+ summarization: global___SummarizationOptions | None = ...,
698
807
  ) -> None: ...
699
- def HasField(self, field_name: typing.Literal["AudioSource", b"AudioSource", "content", b"content", "recognition_classifier", b"recognition_classifier", "recognition_model", b"recognition_model", "speaker_labeling", b"speaker_labeling", "speech_analysis", b"speech_analysis", "uri", b"uri"]) -> builtins.bool: ...
700
- def ClearField(self, field_name: typing.Literal["AudioSource", b"AudioSource", "content", b"content", "recognition_classifier", b"recognition_classifier", "recognition_model", b"recognition_model", "speaker_labeling", b"speaker_labeling", "speech_analysis", b"speech_analysis", "uri", b"uri"]) -> None: ...
808
+ def HasField(self, field_name: typing.Literal["AudioSource", b"AudioSource", "content", b"content", "recognition_classifier", b"recognition_classifier", "recognition_model", b"recognition_model", "speaker_labeling", b"speaker_labeling", "speech_analysis", b"speech_analysis", "summarization", b"summarization", "uri", b"uri"]) -> builtins.bool: ...
809
+ def ClearField(self, field_name: typing.Literal["AudioSource", b"AudioSource", "content", b"content", "recognition_classifier", b"recognition_classifier", "recognition_model", b"recognition_model", "speaker_labeling", b"speaker_labeling", "speech_analysis", b"speech_analysis", "summarization", b"summarization", "uri", b"uri"]) -> None: ...
701
810
  def WhichOneof(self, oneof_group: typing.Literal["AudioSource", b"AudioSource"]) -> typing.Literal["content", "uri"] | None: ...
702
811
 
703
812
  global___RecognizeFileRequest = RecognizeFileRequest
@@ -740,7 +849,7 @@ class LanguageEstimation(google.protobuf.message.Message):
740
849
  LANGUAGE_CODE_FIELD_NUMBER: builtins.int
741
850
  PROBABILITY_FIELD_NUMBER: builtins.int
742
851
  language_code: builtins.str
743
- """Language code in ISO 639-1 format."""
852
+ """Language tag in IETF BCP 47 format, consisting of ISO 639-1 language code and ISO 3166-1 country code (e.g., en-US, ru-RU)."""
744
853
  probability: builtins.float
745
854
  """Estimation of language probability."""
746
855
  def __init__(
@@ -1342,6 +1451,57 @@ class ConversationAnalysis(google.protobuf.message.Message):
1342
1451
 
1343
1452
  global___ConversationAnalysis = ConversationAnalysis
1344
1453
 
1454
+ @typing.final
1455
+ class ContentUsage(google.protobuf.message.Message):
1456
+ """An object representing the number of content [tokens](/docs/foundation-models/concepts/yandexgpt/tokens) used by the completion model."""
1457
+
1458
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1459
+
1460
+ INPUT_TEXT_TOKENS_FIELD_NUMBER: builtins.int
1461
+ COMPLETION_TOKENS_FIELD_NUMBER: builtins.int
1462
+ TOTAL_TOKENS_FIELD_NUMBER: builtins.int
1463
+ input_text_tokens: builtins.int
1464
+ """The number of tokens in the textual part of the model input."""
1465
+ completion_tokens: builtins.int
1466
+ """The number of tokens in the generated completion."""
1467
+ total_tokens: builtins.int
1468
+ """The total number of tokens, including all input tokens and all generated tokens."""
1469
+ def __init__(
1470
+ self,
1471
+ *,
1472
+ input_text_tokens: builtins.int = ...,
1473
+ completion_tokens: builtins.int = ...,
1474
+ total_tokens: builtins.int = ...,
1475
+ ) -> None: ...
1476
+ def ClearField(self, field_name: typing.Literal["completion_tokens", b"completion_tokens", "input_text_tokens", b"input_text_tokens", "total_tokens", b"total_tokens"]) -> None: ...
1477
+
1478
+ global___ContentUsage = ContentUsage
1479
+
1480
+ @typing.final
1481
+ class Summarization(google.protobuf.message.Message):
1482
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1483
+
1484
+ RESULTS_FIELD_NUMBER: builtins.int
1485
+ CONTENT_USAGE_FIELD_NUMBER: builtins.int
1486
+ @property
1487
+ def results(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___SummarizationPropertyResult]:
1488
+ """A list of summarizations of transcription."""
1489
+
1490
+ @property
1491
+ def content_usage(self) -> global___ContentUsage:
1492
+ """A set of statistics describing the number of content tokens used by the completion model."""
1493
+
1494
+ def __init__(
1495
+ self,
1496
+ *,
1497
+ results: collections.abc.Iterable[global___SummarizationPropertyResult] | None = ...,
1498
+ content_usage: global___ContentUsage | None = ...,
1499
+ ) -> None: ...
1500
+ def HasField(self, field_name: typing.Literal["content_usage", b"content_usage"]) -> builtins.bool: ...
1501
+ def ClearField(self, field_name: typing.Literal["content_usage", b"content_usage", "results", b"results"]) -> None: ...
1502
+
1503
+ global___Summarization = Summarization
1504
+
1345
1505
  @typing.final
1346
1506
  class StreamingResponse(google.protobuf.message.Message):
1347
1507
  """Responses from server.
@@ -1363,6 +1523,7 @@ class StreamingResponse(google.protobuf.message.Message):
1363
1523
  CLASSIFIER_UPDATE_FIELD_NUMBER: builtins.int
1364
1524
  SPEAKER_ANALYSIS_FIELD_NUMBER: builtins.int
1365
1525
  CONVERSATION_ANALYSIS_FIELD_NUMBER: builtins.int
1526
+ SUMMARIZATION_FIELD_NUMBER: builtins.int
1366
1527
  CHANNEL_TAG_FIELD_NUMBER: builtins.int
1367
1528
  response_wall_time_ms: builtins.int
1368
1529
  """Wall clock on server side. This is time when server wrote results to stream"""
@@ -1414,6 +1575,10 @@ class StreamingResponse(google.protobuf.message.Message):
1414
1575
  def conversation_analysis(self) -> global___ConversationAnalysis:
1415
1576
  """Conversation statistics"""
1416
1577
 
1578
+ @property
1579
+ def summarization(self) -> global___Summarization:
1580
+ """Summary"""
1581
+
1417
1582
  def __init__(
1418
1583
  self,
1419
1584
  *,
@@ -1428,11 +1593,12 @@ class StreamingResponse(google.protobuf.message.Message):
1428
1593
  classifier_update: global___RecognitionClassifierUpdate | None = ...,
1429
1594
  speaker_analysis: global___SpeakerAnalysis | None = ...,
1430
1595
  conversation_analysis: global___ConversationAnalysis | None = ...,
1596
+ summarization: global___Summarization | None = ...,
1431
1597
  channel_tag: builtins.str = ...,
1432
1598
  ) -> None: ...
1433
- def HasField(self, field_name: typing.Literal["Event", b"Event", "audio_cursors", b"audio_cursors", "classifier_update", b"classifier_update", "conversation_analysis", b"conversation_analysis", "eou_update", b"eou_update", "final", b"final", "final_refinement", b"final_refinement", "partial", b"partial", "session_uuid", b"session_uuid", "speaker_analysis", b"speaker_analysis", "status_code", b"status_code"]) -> builtins.bool: ...
1434
- def ClearField(self, field_name: typing.Literal["Event", b"Event", "audio_cursors", b"audio_cursors", "channel_tag", b"channel_tag", "classifier_update", b"classifier_update", "conversation_analysis", b"conversation_analysis", "eou_update", b"eou_update", "final", b"final", "final_refinement", b"final_refinement", "partial", b"partial", "response_wall_time_ms", b"response_wall_time_ms", "session_uuid", b"session_uuid", "speaker_analysis", b"speaker_analysis", "status_code", b"status_code"]) -> None: ...
1435
- def WhichOneof(self, oneof_group: typing.Literal["Event", b"Event"]) -> typing.Literal["partial", "final", "eou_update", "final_refinement", "status_code", "classifier_update", "speaker_analysis", "conversation_analysis"] | None: ...
1599
+ def HasField(self, field_name: typing.Literal["Event", b"Event", "audio_cursors", b"audio_cursors", "classifier_update", b"classifier_update", "conversation_analysis", b"conversation_analysis", "eou_update", b"eou_update", "final", b"final", "final_refinement", b"final_refinement", "partial", b"partial", "session_uuid", b"session_uuid", "speaker_analysis", b"speaker_analysis", "status_code", b"status_code", "summarization", b"summarization"]) -> builtins.bool: ...
1600
+ def ClearField(self, field_name: typing.Literal["Event", b"Event", "audio_cursors", b"audio_cursors", "channel_tag", b"channel_tag", "classifier_update", b"classifier_update", "conversation_analysis", b"conversation_analysis", "eou_update", b"eou_update", "final", b"final", "final_refinement", b"final_refinement", "partial", b"partial", "response_wall_time_ms", b"response_wall_time_ms", "session_uuid", b"session_uuid", "speaker_analysis", b"speaker_analysis", "status_code", b"status_code", "summarization", b"summarization"]) -> None: ...
1601
+ def WhichOneof(self, oneof_group: typing.Literal["Event", b"Event"]) -> typing.Literal["partial", "final", "eou_update", "final_refinement", "status_code", "classifier_update", "speaker_analysis", "conversation_analysis", "summarization"] | None: ...
1436
1602
 
1437
1603
  global___StreamingResponse = StreamingResponse
1438
1604
 
@@ -0,0 +1,35 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: yandex/cloud/ai/translate/v2/package_options.proto
5
+ # Protobuf Python Version: 5.29.0
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 29,
16
+ 0,
17
+ '',
18
+ 'yandex/cloud/ai/translate/v2/package_options.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+
26
+
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/ai/translate/v2/package_options.proto\x12\x1cyandex.cloud.ai.translate.v2BLZJgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/translate/v2;translateb\x06proto3')
28
+
29
+ _globals = globals()
30
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.ai.translate.v2.package_options_pb2', _globals)
32
+ if not _descriptor._USE_C_DESCRIPTORS:
33
+ _globals['DESCRIPTOR']._loaded_options = None
34
+ _globals['DESCRIPTOR']._serialized_options = b'ZJgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/translate/v2;translate'
35
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,8 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import google.protobuf.descriptor
7
+
8
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor