oci-aivision 2.114.1 → 2.116.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (306) hide show
  1. package/lib/aiservicevision-waiter.d.ts +32 -0
  2. package/lib/aiservicevision-waiter.js +48 -0
  3. package/lib/aiservicevision-waiter.js.map +1 -1
  4. package/lib/client.d.ts +253 -0
  5. package/lib/client.js +2009 -338
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/analyze-video-stream-result.d.ts +58 -0
  8. package/lib/model/analyze-video-stream-result.js +103 -0
  9. package/lib/model/analyze-video-stream-result.js.map +1 -0
  10. package/lib/model/change-stream-group-compartment-details.d.ts +27 -0
  11. package/lib/model/change-stream-group-compartment-details.js +29 -0
  12. package/lib/model/change-stream-group-compartment-details.js.map +1 -0
  13. package/lib/model/change-stream-job-compartment-details.d.ts +27 -0
  14. package/lib/model/change-stream-job-compartment-details.js +29 -0
  15. package/lib/model/change-stream-job-compartment-details.js.map +1 -0
  16. package/lib/model/change-stream-source-compartment-details.d.ts +27 -0
  17. package/lib/model/change-stream-source-compartment-details.js +29 -0
  18. package/lib/model/change-stream-source-compartment-details.js.map +1 -0
  19. package/lib/model/change-vision-private-endpoint-compartment-details.d.ts +27 -0
  20. package/lib/model/change-vision-private-endpoint-compartment-details.js +29 -0
  21. package/lib/model/change-vision-private-endpoint-compartment-details.js.map +1 -0
  22. package/lib/model/create-stream-group-details.d.ts +61 -0
  23. package/lib/model/create-stream-group-details.js +61 -0
  24. package/lib/model/create-stream-group-details.js.map +1 -0
  25. package/lib/model/create-stream-job-details.d.ts +59 -0
  26. package/lib/model/create-stream-job-details.js +67 -0
  27. package/lib/model/create-stream-job-details.js.map +1 -0
  28. package/lib/model/create-stream-source-details.d.ts +50 -0
  29. package/lib/model/create-stream-source-details.js +57 -0
  30. package/lib/model/create-stream-source-details.js.map +1 -0
  31. package/lib/model/create-vision-private-endpoint-details.d.ts +56 -0
  32. package/lib/model/create-vision-private-endpoint-details.js +29 -0
  33. package/lib/model/create-vision-private-endpoint-details.js.map +1 -0
  34. package/lib/model/face-embedding-feature.d.ts +32 -0
  35. package/lib/model/face-embedding-feature.js +52 -0
  36. package/lib/model/face-embedding-feature.js.map +1 -0
  37. package/lib/model/face.d.ts +4 -0
  38. package/lib/model/face.js.map +1 -1
  39. package/lib/model/image-feature.js +4 -0
  40. package/lib/model/image-feature.js.map +1 -1
  41. package/lib/model/index.d.ts +84 -0
  42. package/lib/model/index.js +88 -3
  43. package/lib/model/index.js.map +1 -1
  44. package/lib/model/model-version-details.d.ts +29 -0
  45. package/lib/model/model-version-details.js +29 -0
  46. package/lib/model/model-version-details.js.map +1 -0
  47. package/lib/model/object-properties.d.ts +34 -0
  48. package/lib/model/object-properties.js +61 -0
  49. package/lib/model/object-properties.js.map +1 -0
  50. package/lib/model/object-storage-output-location.d.ts +36 -0
  51. package/lib/model/object-storage-output-location.js +54 -0
  52. package/lib/model/object-storage-output-location.js.map +1 -0
  53. package/lib/model/operation-type.d.ts +17 -0
  54. package/lib/model/operation-type.js +17 -0
  55. package/lib/model/operation-type.js.map +1 -1
  56. package/lib/model/private-stream-network-access-details.d.ts +29 -0
  57. package/lib/model/private-stream-network-access-details.js +54 -0
  58. package/lib/model/private-stream-network-access-details.js.map +1 -0
  59. package/lib/model/rtsp-source-details.d.ts +33 -0
  60. package/lib/model/rtsp-source-details.js +52 -0
  61. package/lib/model/rtsp-source-details.js.map +1 -0
  62. package/lib/model/stream-group-collection.d.ts +26 -0
  63. package/lib/model/stream-group-collection.js +61 -0
  64. package/lib/model/stream-group-collection.js.map +1 -0
  65. package/lib/model/stream-group-overlap.d.ts +25 -0
  66. package/lib/model/stream-group-overlap.js +29 -0
  67. package/lib/model/stream-group-overlap.js.map +1 -0
  68. package/lib/model/stream-group-summary.d.ts +88 -0
  69. package/lib/model/stream-group-summary.js +61 -0
  70. package/lib/model/stream-group-summary.js.map +1 -0
  71. package/lib/model/stream-group.d.ts +101 -0
  72. package/lib/model/stream-group.js +75 -0
  73. package/lib/model/stream-group.js.map +1 -0
  74. package/lib/model/stream-job-collection.d.ts +26 -0
  75. package/lib/model/stream-job-collection.js +61 -0
  76. package/lib/model/stream-job-collection.js.map +1 -0
  77. package/lib/model/stream-job-summary.d.ts +90 -0
  78. package/lib/model/stream-job-summary.js +67 -0
  79. package/lib/model/stream-job-summary.js.map +1 -0
  80. package/lib/model/stream-job.d.ts +109 -0
  81. package/lib/model/stream-job.js +83 -0
  82. package/lib/model/stream-job.js.map +1 -0
  83. package/lib/model/stream-network-access-details.d.ts +22 -0
  84. package/lib/model/stream-network-access-details.js +68 -0
  85. package/lib/model/stream-network-access-details.js.map +1 -0
  86. package/lib/model/stream-output-location.d.ts +22 -0
  87. package/lib/model/stream-output-location.js +68 -0
  88. package/lib/model/stream-output-location.js.map +1 -0
  89. package/lib/model/stream-source-collection.d.ts +26 -0
  90. package/lib/model/stream-source-collection.js +61 -0
  91. package/lib/model/stream-source-collection.js.map +1 -0
  92. package/lib/model/stream-source-details.d.ts +24 -0
  93. package/lib/model/stream-source-details.js +76 -0
  94. package/lib/model/stream-source-details.js.map +1 -0
  95. package/lib/model/stream-source-summary.d.ts +77 -0
  96. package/lib/model/stream-source-summary.js +57 -0
  97. package/lib/model/stream-source-summary.js.map +1 -0
  98. package/lib/model/stream-source.d.ts +90 -0
  99. package/lib/model/stream-source.js +71 -0
  100. package/lib/model/stream-source.js.map +1 -0
  101. package/lib/model/tracking-type.d.ts +41 -0
  102. package/lib/model/tracking-type.js +29 -0
  103. package/lib/model/tracking-type.js.map +1 -0
  104. package/lib/model/update-stream-group-details.d.ts +56 -0
  105. package/lib/model/update-stream-group-details.js +61 -0
  106. package/lib/model/update-stream-group-details.js.map +1 -0
  107. package/lib/model/update-stream-job-details.d.ts +54 -0
  108. package/lib/model/update-stream-job-details.js +67 -0
  109. package/lib/model/update-stream-job-details.js.map +1 -0
  110. package/lib/model/update-stream-source-details.d.ts +45 -0
  111. package/lib/model/update-stream-source-details.js +57 -0
  112. package/lib/model/update-stream-source-details.js.map +1 -0
  113. package/lib/model/update-vision-private-endpoint-details.d.ts +47 -0
  114. package/lib/model/update-vision-private-endpoint-details.js +29 -0
  115. package/lib/model/update-vision-private-endpoint-details.js.map +1 -0
  116. package/lib/model/video-job.d.ts +1 -1
  117. package/lib/model/video-stream-face-detection-feature.d.ts +38 -0
  118. package/lib/model/video-stream-face-detection-feature.js +54 -0
  119. package/lib/model/video-stream-face-detection-feature.js.map +1 -0
  120. package/lib/model/video-stream-feature.d.ts +22 -0
  121. package/lib/model/video-stream-feature.js +76 -0
  122. package/lib/model/video-stream-feature.js.map +1 -0
  123. package/lib/model/video-stream-metadata.d.ts +33 -0
  124. package/lib/model/video-stream-metadata.js +29 -0
  125. package/lib/model/video-stream-metadata.js.map +1 -0
  126. package/lib/model/video-stream-object-detection-feature.d.ts +34 -0
  127. package/lib/model/video-stream-object-detection-feature.js +54 -0
  128. package/lib/model/video-stream-object-detection-feature.js.map +1 -0
  129. package/lib/model/video-stream-object-tracking-feature.d.ts +28 -0
  130. package/lib/model/video-stream-object-tracking-feature.js +66 -0
  131. package/lib/model/video-stream-object-tracking-feature.js.map +1 -0
  132. package/lib/model/video-stream-object.d.ts +36 -0
  133. package/lib/model/video-stream-object.js +61 -0
  134. package/lib/model/video-stream-object.js.map +1 -0
  135. package/lib/model/video-tracked-object-properties.d.ts +4 -0
  136. package/lib/model/video-tracked-object-properties.js.map +1 -1
  137. package/lib/model/vision-private-endpoint-collection.d.ts +26 -0
  138. package/lib/model/vision-private-endpoint-collection.js +61 -0
  139. package/lib/model/vision-private-endpoint-collection.js.map +1 -0
  140. package/lib/model/vision-private-endpoint-summary.d.ts +82 -0
  141. package/lib/model/vision-private-endpoint-summary.js +29 -0
  142. package/lib/model/vision-private-endpoint-summary.js.map +1 -0
  143. package/lib/model/vision-private-endpoint.d.ts +100 -0
  144. package/lib/model/vision-private-endpoint.js +43 -0
  145. package/lib/model/vision-private-endpoint.js.map +1 -0
  146. package/lib/request/change-stream-group-compartment-request.d.ts +49 -0
  147. package/lib/request/change-stream-group-compartment-request.js +15 -0
  148. package/lib/request/change-stream-group-compartment-request.js.map +1 -0
  149. package/lib/request/change-stream-job-compartment-request.d.ts +49 -0
  150. package/lib/request/change-stream-job-compartment-request.js +15 -0
  151. package/lib/request/change-stream-job-compartment-request.js.map +1 -0
  152. package/lib/request/change-stream-source-compartment-request.d.ts +49 -0
  153. package/lib/request/change-stream-source-compartment-request.js +15 -0
  154. package/lib/request/change-stream-source-compartment-request.js.map +1 -0
  155. package/lib/request/change-vision-private-endpoint-compartment-request.d.ts +49 -0
  156. package/lib/request/change-vision-private-endpoint-compartment-request.js +15 -0
  157. package/lib/request/change-vision-private-endpoint-compartment-request.js.map +1 -0
  158. package/lib/request/create-stream-group-request.d.ts +36 -0
  159. package/lib/request/create-stream-group-request.js +15 -0
  160. package/lib/request/create-stream-group-request.js.map +1 -0
  161. package/lib/request/create-stream-job-request.d.ts +36 -0
  162. package/lib/request/create-stream-job-request.js +15 -0
  163. package/lib/request/create-stream-job-request.js.map +1 -0
  164. package/lib/request/create-stream-source-request.d.ts +36 -0
  165. package/lib/request/create-stream-source-request.js +15 -0
  166. package/lib/request/create-stream-source-request.js.map +1 -0
  167. package/lib/request/create-vision-private-endpoint-request.d.ts +36 -0
  168. package/lib/request/create-vision-private-endpoint-request.js +15 -0
  169. package/lib/request/create-vision-private-endpoint-request.js.map +1 -0
  170. package/lib/request/delete-stream-group-request.d.ts +35 -0
  171. package/lib/request/delete-stream-group-request.js +15 -0
  172. package/lib/request/delete-stream-group-request.js.map +1 -0
  173. package/lib/request/delete-stream-job-request.d.ts +35 -0
  174. package/lib/request/delete-stream-job-request.js +15 -0
  175. package/lib/request/delete-stream-job-request.js.map +1 -0
  176. package/lib/request/delete-stream-source-request.d.ts +35 -0
  177. package/lib/request/delete-stream-source-request.js +15 -0
  178. package/lib/request/delete-stream-source-request.js.map +1 -0
  179. package/lib/request/delete-vision-private-endpoint-request.d.ts +35 -0
  180. package/lib/request/delete-vision-private-endpoint-request.js +15 -0
  181. package/lib/request/delete-vision-private-endpoint-request.js.map +1 -0
  182. package/lib/request/get-stream-group-request.d.ts +26 -0
  183. package/lib/request/get-stream-group-request.js +15 -0
  184. package/lib/request/get-stream-group-request.js.map +1 -0
  185. package/lib/request/get-stream-job-request.d.ts +26 -0
  186. package/lib/request/get-stream-job-request.js +15 -0
  187. package/lib/request/get-stream-job-request.js.map +1 -0
  188. package/lib/request/get-stream-source-request.d.ts +26 -0
  189. package/lib/request/get-stream-source-request.js +15 -0
  190. package/lib/request/get-stream-source-request.js.map +1 -0
  191. package/lib/request/get-vision-private-endpoint-request.d.ts +26 -0
  192. package/lib/request/get-vision-private-endpoint-request.js +15 -0
  193. package/lib/request/get-vision-private-endpoint-request.js.map +1 -0
  194. package/lib/request/index.d.ts +52 -0
  195. package/lib/request/index.js +9 -1
  196. package/lib/request/index.js.map +1 -1
  197. package/lib/request/list-stream-groups-request.d.ts +58 -0
  198. package/lib/request/list-stream-groups-request.js +24 -0
  199. package/lib/request/list-stream-groups-request.js.map +1 -0
  200. package/lib/request/list-stream-jobs-request.d.ts +62 -0
  201. package/lib/request/list-stream-jobs-request.js +24 -0
  202. package/lib/request/list-stream-jobs-request.js.map +1 -0
  203. package/lib/request/list-stream-sources-request.d.ts +62 -0
  204. package/lib/request/list-stream-sources-request.js +24 -0
  205. package/lib/request/list-stream-sources-request.js.map +1 -0
  206. package/lib/request/list-vision-private-endpoints-request.d.ts +62 -0
  207. package/lib/request/list-vision-private-endpoints-request.js +24 -0
  208. package/lib/request/list-vision-private-endpoints-request.js.map +1 -0
  209. package/lib/request/start-stream-job-request.d.ts +44 -0
  210. package/lib/request/start-stream-job-request.js +15 -0
  211. package/lib/request/start-stream-job-request.js.map +1 -0
  212. package/lib/request/stop-stream-job-request.d.ts +44 -0
  213. package/lib/request/stop-stream-job-request.js +15 -0
  214. package/lib/request/stop-stream-job-request.js.map +1 -0
  215. package/lib/request/update-stream-group-request.d.ts +40 -0
  216. package/lib/request/update-stream-group-request.js +15 -0
  217. package/lib/request/update-stream-group-request.js.map +1 -0
  218. package/lib/request/update-stream-job-request.d.ts +40 -0
  219. package/lib/request/update-stream-job-request.js +15 -0
  220. package/lib/request/update-stream-job-request.js.map +1 -0
  221. package/lib/request/update-stream-source-request.d.ts +40 -0
  222. package/lib/request/update-stream-source-request.js +15 -0
  223. package/lib/request/update-stream-source-request.js.map +1 -0
  224. package/lib/request/update-vision-private-endpoint-request.d.ts +40 -0
  225. package/lib/request/update-vision-private-endpoint-request.js +15 -0
  226. package/lib/request/update-vision-private-endpoint-request.js.map +1 -0
  227. package/lib/response/change-stream-group-compartment-response.d.ts +25 -0
  228. package/lib/response/change-stream-group-compartment-response.js +15 -0
  229. package/lib/response/change-stream-group-compartment-response.js.map +1 -0
  230. package/lib/response/change-stream-job-compartment-response.d.ts +25 -0
  231. package/lib/response/change-stream-job-compartment-response.js +15 -0
  232. package/lib/response/change-stream-job-compartment-response.js.map +1 -0
  233. package/lib/response/change-stream-source-compartment-response.d.ts +25 -0
  234. package/lib/response/change-stream-source-compartment-response.js +15 -0
  235. package/lib/response/change-stream-source-compartment-response.js.map +1 -0
  236. package/lib/response/change-vision-private-endpoint-compartment-response.d.ts +20 -0
  237. package/lib/response/change-vision-private-endpoint-compartment-response.js +15 -0
  238. package/lib/response/change-vision-private-endpoint-compartment-response.js.map +1 -0
  239. package/lib/response/create-stream-group-response.d.ts +35 -0
  240. package/lib/response/create-stream-group-response.js +15 -0
  241. package/lib/response/create-stream-group-response.js.map +1 -0
  242. package/lib/response/create-stream-job-response.d.ts +35 -0
  243. package/lib/response/create-stream-job-response.js +15 -0
  244. package/lib/response/create-stream-job-response.js.map +1 -0
  245. package/lib/response/create-stream-source-response.d.ts +35 -0
  246. package/lib/response/create-stream-source-response.js +15 -0
  247. package/lib/response/create-stream-source-response.js.map +1 -0
  248. package/lib/response/create-vision-private-endpoint-response.d.ts +35 -0
  249. package/lib/response/create-vision-private-endpoint-response.js +15 -0
  250. package/lib/response/create-vision-private-endpoint-response.js.map +1 -0
  251. package/lib/response/delete-stream-group-response.d.ts +25 -0
  252. package/lib/response/delete-stream-group-response.js +15 -0
  253. package/lib/response/delete-stream-group-response.js.map +1 -0
  254. package/lib/response/delete-stream-job-response.d.ts +25 -0
  255. package/lib/response/delete-stream-job-response.js +15 -0
  256. package/lib/response/delete-stream-job-response.js.map +1 -0
  257. package/lib/response/delete-stream-source-response.d.ts +25 -0
  258. package/lib/response/delete-stream-source-response.js +15 -0
  259. package/lib/response/delete-stream-source-response.js.map +1 -0
  260. package/lib/response/delete-vision-private-endpoint-response.d.ts +25 -0
  261. package/lib/response/delete-vision-private-endpoint-response.js +15 -0
  262. package/lib/response/delete-vision-private-endpoint-response.js.map +1 -0
  263. package/lib/response/get-stream-group-response.d.ts +30 -0
  264. package/lib/response/get-stream-group-response.js +15 -0
  265. package/lib/response/get-stream-group-response.js.map +1 -0
  266. package/lib/response/get-stream-job-response.d.ts +30 -0
  267. package/lib/response/get-stream-job-response.js +15 -0
  268. package/lib/response/get-stream-job-response.js.map +1 -0
  269. package/lib/response/get-stream-source-response.d.ts +30 -0
  270. package/lib/response/get-stream-source-response.js +15 -0
  271. package/lib/response/get-stream-source-response.js.map +1 -0
  272. package/lib/response/get-vision-private-endpoint-response.d.ts +30 -0
  273. package/lib/response/get-vision-private-endpoint-response.js +15 -0
  274. package/lib/response/get-vision-private-endpoint-response.js.map +1 -0
  275. package/lib/response/index.d.ts +52 -0
  276. package/lib/response/list-stream-groups-response.d.ts +32 -0
  277. package/lib/response/list-stream-groups-response.js +15 -0
  278. package/lib/response/list-stream-groups-response.js.map +1 -0
  279. package/lib/response/list-stream-jobs-response.d.ts +32 -0
  280. package/lib/response/list-stream-jobs-response.js +15 -0
  281. package/lib/response/list-stream-jobs-response.js.map +1 -0
  282. package/lib/response/list-stream-sources-response.d.ts +32 -0
  283. package/lib/response/list-stream-sources-response.js +15 -0
  284. package/lib/response/list-stream-sources-response.js.map +1 -0
  285. package/lib/response/list-vision-private-endpoints-response.d.ts +32 -0
  286. package/lib/response/list-vision-private-endpoints-response.js +15 -0
  287. package/lib/response/list-vision-private-endpoints-response.js.map +1 -0
  288. package/lib/response/start-stream-job-response.d.ts +25 -0
  289. package/lib/response/start-stream-job-response.js +15 -0
  290. package/lib/response/start-stream-job-response.js.map +1 -0
  291. package/lib/response/stop-stream-job-response.d.ts +25 -0
  292. package/lib/response/stop-stream-job-response.js +15 -0
  293. package/lib/response/stop-stream-job-response.js.map +1 -0
  294. package/lib/response/update-stream-group-response.d.ts +25 -0
  295. package/lib/response/update-stream-group-response.js +15 -0
  296. package/lib/response/update-stream-group-response.js.map +1 -0
  297. package/lib/response/update-stream-job-response.d.ts +25 -0
  298. package/lib/response/update-stream-job-response.js +15 -0
  299. package/lib/response/update-stream-job-response.js.map +1 -0
  300. package/lib/response/update-stream-source-response.d.ts +25 -0
  301. package/lib/response/update-stream-source-response.js +15 -0
  302. package/lib/response/update-stream-source-response.js.map +1 -0
  303. package/lib/response/update-vision-private-endpoint-response.d.ts +25 -0
  304. package/lib/response/update-vision-private-endpoint-response.js +15 -0
  305. package/lib/response/update-vision-private-endpoint-response.js.map +1 -0
  306. package/package.json +3 -3
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+ /**
3
+ * Vision API
4
+ * Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.StreamJob = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var StreamJob;
37
+ (function (StreamJob) {
38
+ let LifecycleState;
39
+ (function (LifecycleState) {
40
+ LifecycleState["Creating"] = "CREATING";
41
+ LifecycleState["Updating"] = "UPDATING";
42
+ LifecycleState["Active"] = "ACTIVE";
43
+ LifecycleState["Deleting"] = "DELETING";
44
+ LifecycleState["Deleted"] = "DELETED";
45
+ LifecycleState["Failed"] = "FAILED";
46
+ LifecycleState["Inactive"] = "INACTIVE";
47
+ LifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
48
+ /**
49
+ * This value is used if a service returns a value for this enum that is not recognized by this
50
+ * version of the SDK.
51
+ */
52
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
53
+ })(LifecycleState = StreamJob.LifecycleState || (StreamJob.LifecycleState = {}));
54
+ function getJsonObj(obj) {
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {
56
+ "features": obj.features
57
+ ? obj.features.map(item => {
58
+ return model.VideoStreamFeature.getJsonObj(item);
59
+ })
60
+ : undefined,
61
+ "streamOutputLocation": obj.streamOutputLocation
62
+ ? model.StreamOutputLocation.getJsonObj(obj.streamOutputLocation)
63
+ : undefined
64
+ });
65
+ return jsonObj;
66
+ }
67
+ StreamJob.getJsonObj = getJsonObj;
68
+ function getDeserializedJsonObj(obj) {
69
+ const jsonObj = Object.assign(Object.assign({}, obj), {
70
+ "features": obj.features
71
+ ? obj.features.map(item => {
72
+ return model.VideoStreamFeature.getDeserializedJsonObj(item);
73
+ })
74
+ : undefined,
75
+ "streamOutputLocation": obj.streamOutputLocation
76
+ ? model.StreamOutputLocation.getDeserializedJsonObj(obj.streamOutputLocation)
77
+ : undefined
78
+ });
79
+ return jsonObj;
80
+ }
81
+ StreamJob.getDeserializedJsonObj = getDeserializedJsonObj;
82
+ })(StreamJob = exports.StreamJob || (exports.StreamJob = {}));
83
+ //# sourceMappingURL=stream-job.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stream-job.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/stream-job.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuElC,IAAiB,SAAS,CAmDzB;AAnDD,WAAiB,SAAS;IACxB,IAAY,cAcX;IAdD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,oDAAkC,CAAA;QAClC;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAdW,cAAc,GAAd,wBAAc,KAAd,wBAAc,QAczB;IAED,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,oBAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,gCAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnDgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAmDzB"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Vision API
3
+ * Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Details about a stream Connection type
15
+ */
16
+ export interface StreamNetworkAccessDetails {
17
+ "streamAccessType": string;
18
+ }
19
+ export declare namespace StreamNetworkAccessDetails {
20
+ function getJsonObj(obj: StreamNetworkAccessDetails): object;
21
+ function getDeserializedJsonObj(obj: StreamNetworkAccessDetails): object;
22
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /**
3
+ * Vision API
4
+ * Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.StreamNetworkAccessDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ const common = require("oci-common");
37
+ var StreamNetworkAccessDetails;
38
+ (function (StreamNetworkAccessDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ if (obj && "streamAccessType" in obj && obj.streamAccessType) {
42
+ switch (obj.streamAccessType) {
43
+ case "PRIVATE":
44
+ return model.PrivateStreamNetworkAccessDetails.getJsonObj(jsonObj, true);
45
+ default:
46
+ if (common.LOG.logger)
47
+ common.LOG.logger.info(`Unknown value for: ${obj.streamAccessType}`);
48
+ }
49
+ }
50
+ return jsonObj;
51
+ }
52
+ StreamNetworkAccessDetails.getJsonObj = getJsonObj;
53
+ function getDeserializedJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ if (obj && "streamAccessType" in obj && obj.streamAccessType) {
56
+ switch (obj.streamAccessType) {
57
+ case "PRIVATE":
58
+ return model.PrivateStreamNetworkAccessDetails.getDeserializedJsonObj(jsonObj, true);
59
+ default:
60
+ if (common.LOG.logger)
61
+ common.LOG.logger.info(`Unknown value for: ${obj.streamAccessType}`);
62
+ }
63
+ }
64
+ return jsonObj;
65
+ }
66
+ StreamNetworkAccessDetails.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(StreamNetworkAccessDetails = exports.StreamNetworkAccessDetails || (exports.StreamNetworkAccessDetails = {}));
68
+ //# sourceMappingURL=stream-network-access-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stream-network-access-details.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/stream-network-access-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,0BAA0B,CAmC1C;AAnCD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,kBAAkB,IAAI,GAAG,IAAI,GAAG,CAAC,gBAAgB,EAAE;YAC5D,QAAQ,GAAG,CAAC,gBAAgB,EAAE;gBAC5B,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,iCAAiC,CAAC,UAAU,CACL,OAAQ,EAC1D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,gBAAgB,EAAE,CAAC,CAAC;aAC1E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,qCAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,kBAAkB,IAAI,GAAG,IAAI,GAAG,CAAC,gBAAgB,EAAE;YAC5D,QAAQ,GAAG,CAAC,gBAAgB,EAAE;gBAC5B,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CACjB,OAAQ,EAC1D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,gBAAgB,EAAE,CAAC,CAAC;aAC1E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,iDAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAmC1C"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Vision API
3
+ * Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Details about a where results will be Sent
15
+ */
16
+ export interface StreamOutputLocation {
17
+ "outputLocationType": string;
18
+ }
19
+ export declare namespace StreamOutputLocation {
20
+ function getJsonObj(obj: StreamOutputLocation): object;
21
+ function getDeserializedJsonObj(obj: StreamOutputLocation): object;
22
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /**
3
+ * Vision API
4
+ * Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.StreamOutputLocation = void 0;
35
+ const model = __importStar(require("../model"));
36
+ const common = require("oci-common");
37
+ var StreamOutputLocation;
38
+ (function (StreamOutputLocation) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ if (obj && "outputLocationType" in obj && obj.outputLocationType) {
42
+ switch (obj.outputLocationType) {
43
+ case "OBJECT_STORAGE":
44
+ return model.ObjectStorageOutputLocation.getJsonObj(jsonObj, true);
45
+ default:
46
+ if (common.LOG.logger)
47
+ common.LOG.logger.info(`Unknown value for: ${obj.outputLocationType}`);
48
+ }
49
+ }
50
+ return jsonObj;
51
+ }
52
+ StreamOutputLocation.getJsonObj = getJsonObj;
53
+ function getDeserializedJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ if (obj && "outputLocationType" in obj && obj.outputLocationType) {
56
+ switch (obj.outputLocationType) {
57
+ case "OBJECT_STORAGE":
58
+ return model.ObjectStorageOutputLocation.getDeserializedJsonObj(jsonObj, true);
59
+ default:
60
+ if (common.LOG.logger)
61
+ common.LOG.logger.info(`Unknown value for: ${obj.outputLocationType}`);
62
+ }
63
+ }
64
+ return jsonObj;
65
+ }
66
+ StreamOutputLocation.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(StreamOutputLocation = exports.StreamOutputLocation || (exports.StreamOutputLocation = {}));
68
+ //# sourceMappingURL=stream-output-location.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stream-output-location.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/stream-output-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,oBAAoB,CAmCpC;AAnCD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,oBAAoB,IAAI,GAAG,IAAI,GAAG,CAAC,kBAAkB,EAAE;YAChE,QAAQ,GAAG,CAAC,kBAAkB,EAAE;gBAC9B,KAAK,gBAAgB;oBACnB,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CACL,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,kBAAkB,EAAE,CAAC,CAAC;aAC5E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,+BAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,oBAAoB,IAAI,GAAG,IAAI,GAAG,CAAC,kBAAkB,EAAE;YAChE,QAAQ,GAAG,CAAC,kBAAkB,EAAE;gBAC9B,KAAK,gBAAgB;oBACnB,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACjB,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,kBAAkB,EAAE,CAAC,CAAC;aAC5E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,2CAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAmCpC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Vision API
3
+ * Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The results of a streamSource search.
16
+ */
17
+ export interface StreamSourceCollection {
18
+ /**
19
+ * List of StreamSources.
20
+ */
21
+ "items": Array<model.StreamSourceSummary>;
22
+ }
23
+ export declare namespace StreamSourceCollection {
24
+ function getJsonObj(obj: StreamSourceCollection): object;
25
+ function getDeserializedJsonObj(obj: StreamSourceCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Vision API
4
+ * Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.StreamSourceCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var StreamSourceCollection;
37
+ (function (StreamSourceCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.StreamSourceSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ StreamSourceCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.StreamSourceSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ StreamSourceCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(StreamSourceCollection = exports.StreamSourceCollection || (exports.StreamSourceCollection = {}));
61
+ //# sourceMappingURL=stream-source-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stream-source-collection.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/stream-source-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,sBAAsB,CA6BtC;AA7BD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA6BtC"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Vision API
3
+ * Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Details about a stream source
16
+ */
17
+ export interface StreamSourceDetails {
18
+ "streamNetworkAccessDetails": model.PrivateStreamNetworkAccessDetails;
19
+ "sourceType": string;
20
+ }
21
+ export declare namespace StreamSourceDetails {
22
+ function getJsonObj(obj: StreamSourceDetails): object;
23
+ function getDeserializedJsonObj(obj: StreamSourceDetails): object;
24
+ }
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ /**
3
+ * Vision API
4
+ * Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.StreamSourceDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ const common = require("oci-common");
37
+ var StreamSourceDetails;
38
+ (function (StreamSourceDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "streamNetworkAccessDetails": obj.streamNetworkAccessDetails
42
+ ? model.StreamNetworkAccessDetails.getJsonObj(obj.streamNetworkAccessDetails)
43
+ : undefined
44
+ });
45
+ if (obj && "sourceType" in obj && obj.sourceType) {
46
+ switch (obj.sourceType) {
47
+ case "RTSP":
48
+ return model.RtspSourceDetails.getJsonObj(jsonObj, true);
49
+ default:
50
+ if (common.LOG.logger)
51
+ common.LOG.logger.info(`Unknown value for: ${obj.sourceType}`);
52
+ }
53
+ }
54
+ return jsonObj;
55
+ }
56
+ StreamSourceDetails.getJsonObj = getJsonObj;
57
+ function getDeserializedJsonObj(obj) {
58
+ const jsonObj = Object.assign(Object.assign({}, obj), {
59
+ "streamNetworkAccessDetails": obj.streamNetworkAccessDetails
60
+ ? model.StreamNetworkAccessDetails.getDeserializedJsonObj(obj.streamNetworkAccessDetails)
61
+ : undefined
62
+ });
63
+ if (obj && "sourceType" in obj && obj.sourceType) {
64
+ switch (obj.sourceType) {
65
+ case "RTSP":
66
+ return model.RtspSourceDetails.getDeserializedJsonObj(jsonObj, true);
67
+ default:
68
+ if (common.LOG.logger)
69
+ common.LOG.logger.info(`Unknown value for: ${obj.sourceType}`);
70
+ }
71
+ }
72
+ return jsonObj;
73
+ }
74
+ StreamSourceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
75
+ })(StreamSourceDetails = exports.StreamSourceDetails || (exports.StreamSourceDetails = {}));
76
+ //# sourceMappingURL=stream-source-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stream-source-details.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/stream-source-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAWtC,IAAiB,mBAAmB,CA+CnC;AA/CD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CACL,OAAQ,EAC1C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,8BAAU,aAsBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBACzF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CACjB,OAAQ,EAC1C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,0CAAsB,yBAsBrC,CAAA;AACH,CAAC,EA/CgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA+CnC"}
@@ -0,0 +1,77 @@
1
+ /**
2
+ * Vision API
3
+ * Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Video stream analysis results.
16
+ */
17
+ export interface StreamSourceSummary {
18
+ "streamSourceDetails": model.RtspSourceDetails;
19
+ /**
20
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamSource.
21
+ *
22
+ */
23
+ "id": string;
24
+ /**
25
+ * [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
26
+ *
27
+ */
28
+ "compartmentId": string;
29
+ /**
30
+ * StreamSource display name.
31
+ */
32
+ "displayName"?: string;
33
+ /**
34
+ * When the streamSource was created, as an RFC3339 datetime string.
35
+ */
36
+ "timeCreated": Date;
37
+ /**
38
+ * When the streamSource was created, as an RFC3339 datetime string.
39
+ */
40
+ "timeUpdated"?: Date;
41
+ /**
42
+ * The current state of the streamSource.
43
+ */
44
+ "lifecycleState": string;
45
+ /**
46
+ * A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
47
+ * For example: {@code {\"bar-key\": \"value\"}}
48
+ *
49
+ */
50
+ "freeformTags"?: {
51
+ [key: string]: string;
52
+ };
53
+ /**
54
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
55
+ * For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
56
+ *
57
+ */
58
+ "definedTags"?: {
59
+ [key: string]: {
60
+ [key: string]: any;
61
+ };
62
+ };
63
+ /**
64
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
65
+ * For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
66
+ *
67
+ */
68
+ "systemTags"?: {
69
+ [key: string]: {
70
+ [key: string]: any;
71
+ };
72
+ };
73
+ }
74
+ export declare namespace StreamSourceSummary {
75
+ function getJsonObj(obj: StreamSourceSummary): object;
76
+ function getDeserializedJsonObj(obj: StreamSourceSummary): object;
77
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ /**
3
+ * Vision API
4
+ * Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.StreamSourceSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var StreamSourceSummary;
37
+ (function (StreamSourceSummary) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "streamSourceDetails": obj.streamSourceDetails
41
+ ? model.StreamSourceDetails.getJsonObj(obj.streamSourceDetails)
42
+ : undefined
43
+ });
44
+ return jsonObj;
45
+ }
46
+ StreamSourceSummary.getJsonObj = getJsonObj;
47
+ function getDeserializedJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "streamSourceDetails": obj.streamSourceDetails
50
+ ? model.StreamSourceDetails.getDeserializedJsonObj(obj.streamSourceDetails)
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ StreamSourceSummary.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(StreamSourceSummary = exports.StreamSourceSummary || (exports.StreamSourceSummary = {}));
57
+ //# sourceMappingURL=stream-source-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stream-source-summary.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/stream-source-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsDlC,IAAiB,mBAAmB,CAyBnC;AAzBD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,8BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC3E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,0CAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAyBnC"}