oci-aivision 2.100.0 → 2.100.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (392) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/aiservicevision-waiter.d.ts +9 -1
  4. package/lib/aiservicevision-waiter.js +13 -1
  5. package/lib/aiservicevision-waiter.js.map +1 -1
  6. package/lib/client.d.ts +31 -1
  7. package/lib/client.js +185 -1
  8. package/lib/client.js.map +1 -1
  9. package/lib/model/action-type.d.ts +1 -1
  10. package/lib/model/action-type.js +1 -1
  11. package/lib/model/analyze-document-details.d.ts +1 -1
  12. package/lib/model/analyze-document-details.js +1 -1
  13. package/lib/model/analyze-document-result.d.ts +1 -1
  14. package/lib/model/analyze-document-result.js +1 -1
  15. package/lib/model/analyze-image-details.d.ts +1 -1
  16. package/lib/model/analyze-image-details.js +1 -1
  17. package/lib/model/analyze-image-result.d.ts +1 -1
  18. package/lib/model/analyze-image-result.js +1 -1
  19. package/lib/model/analyze-video-result.d.ts +71 -0
  20. package/lib/model/analyze-video-result.js +127 -0
  21. package/lib/model/analyze-video-result.js.map +1 -0
  22. package/lib/model/bounding-polygon.d.ts +1 -1
  23. package/lib/model/bounding-polygon.js +1 -1
  24. package/lib/model/cell.d.ts +1 -1
  25. package/lib/model/cell.js +1 -1
  26. package/lib/model/change-model-compartment-details.d.ts +1 -1
  27. package/lib/model/change-model-compartment-details.js +1 -1
  28. package/lib/model/change-project-compartment-details.d.ts +1 -1
  29. package/lib/model/change-project-compartment-details.js +1 -1
  30. package/lib/model/create-document-job-details.d.ts +1 -1
  31. package/lib/model/create-document-job-details.js +1 -1
  32. package/lib/model/create-image-job-details.d.ts +1 -1
  33. package/lib/model/create-image-job-details.js +1 -1
  34. package/lib/model/create-model-details.d.ts +1 -1
  35. package/lib/model/create-model-details.js +1 -1
  36. package/lib/model/create-project-details.d.ts +1 -1
  37. package/lib/model/create-project-details.js +1 -1
  38. package/lib/model/create-video-job-details.d.ts +54 -0
  39. package/lib/model/create-video-job-details.js +73 -0
  40. package/lib/model/create-video-job-details.js.map +1 -0
  41. package/lib/model/data-science-labeling-dataset.d.ts +1 -1
  42. package/lib/model/data-science-labeling-dataset.js +1 -1
  43. package/lib/model/dataset.d.ts +1 -1
  44. package/lib/model/dataset.js +1 -1
  45. package/lib/model/detected-document-type.d.ts +1 -1
  46. package/lib/model/detected-document-type.js +1 -1
  47. package/lib/model/detected-language.d.ts +1 -1
  48. package/lib/model/detected-language.js +1 -1
  49. package/lib/model/dimensions.d.ts +1 -1
  50. package/lib/model/dimensions.js +1 -1
  51. package/lib/model/document-classification-feature.d.ts +1 -1
  52. package/lib/model/document-classification-feature.js +1 -1
  53. package/lib/model/document-details.d.ts +1 -1
  54. package/lib/model/document-details.js +1 -1
  55. package/lib/model/document-feature.d.ts +1 -1
  56. package/lib/model/document-feature.js +1 -1
  57. package/lib/model/document-field.d.ts +1 -1
  58. package/lib/model/document-field.js +1 -1
  59. package/lib/model/document-job.d.ts +1 -1
  60. package/lib/model/document-job.js +1 -1
  61. package/lib/model/document-key-value-detection-feature.d.ts +1 -1
  62. package/lib/model/document-key-value-detection-feature.js +1 -1
  63. package/lib/model/document-language-classification-feature.d.ts +1 -1
  64. package/lib/model/document-language-classification-feature.js +1 -1
  65. package/lib/model/document-language.d.ts +1 -1
  66. package/lib/model/document-language.js +1 -1
  67. package/lib/model/document-metadata.d.ts +1 -1
  68. package/lib/model/document-metadata.js +1 -1
  69. package/lib/model/document-table-detection-feature.d.ts +1 -1
  70. package/lib/model/document-table-detection-feature.js +1 -1
  71. package/lib/model/document-text-detection-feature.d.ts +1 -1
  72. package/lib/model/document-text-detection-feature.js +1 -1
  73. package/lib/model/document-type.d.ts +1 -1
  74. package/lib/model/document-type.js +1 -1
  75. package/lib/model/face-detection-feature.d.ts +1 -1
  76. package/lib/model/face-detection-feature.js +1 -1
  77. package/lib/model/face.d.ts +1 -1
  78. package/lib/model/face.js +1 -1
  79. package/lib/model/field-label.d.ts +1 -1
  80. package/lib/model/field-label.js +1 -1
  81. package/lib/model/field-name.d.ts +1 -1
  82. package/lib/model/field-name.js +1 -1
  83. package/lib/model/field-value.d.ts +1 -1
  84. package/lib/model/field-value.js +1 -1
  85. package/lib/model/image-classification-feature.d.ts +1 -1
  86. package/lib/model/image-classification-feature.js +1 -1
  87. package/lib/model/image-details.d.ts +1 -1
  88. package/lib/model/image-details.js +1 -1
  89. package/lib/model/image-feature.d.ts +1 -1
  90. package/lib/model/image-feature.js +1 -1
  91. package/lib/model/image-job.d.ts +1 -1
  92. package/lib/model/image-job.js +1 -1
  93. package/lib/model/image-object-detection-feature.d.ts +1 -1
  94. package/lib/model/image-object-detection-feature.js +1 -1
  95. package/lib/model/image-object.d.ts +1 -1
  96. package/lib/model/image-object.js +1 -1
  97. package/lib/model/image-text-detection-feature.d.ts +1 -1
  98. package/lib/model/image-text-detection-feature.js +1 -1
  99. package/lib/model/image-text.d.ts +1 -1
  100. package/lib/model/image-text.js +1 -1
  101. package/lib/model/index.d.ts +55 -1
  102. package/lib/model/index.js +58 -3
  103. package/lib/model/index.js.map +1 -1
  104. package/lib/model/inline-document-details.d.ts +1 -1
  105. package/lib/model/inline-document-details.js +1 -1
  106. package/lib/model/inline-image-details.d.ts +1 -1
  107. package/lib/model/inline-image-details.js +1 -1
  108. package/lib/model/input-location.d.ts +1 -1
  109. package/lib/model/input-location.js +1 -1
  110. package/lib/model/label.d.ts +1 -1
  111. package/lib/model/label.js +1 -1
  112. package/lib/model/landmark.d.ts +1 -1
  113. package/lib/model/landmark.js +1 -1
  114. package/lib/model/line.d.ts +1 -1
  115. package/lib/model/line.js +1 -1
  116. package/lib/model/model-collection.d.ts +1 -1
  117. package/lib/model/model-collection.js +1 -1
  118. package/lib/model/model-summary.d.ts +1 -1
  119. package/lib/model/model-summary.js +1 -1
  120. package/lib/model/model.d.ts +1 -1
  121. package/lib/model/model.js +1 -1
  122. package/lib/model/normalized-vertex.d.ts +1 -1
  123. package/lib/model/normalized-vertex.js +1 -1
  124. package/lib/model/object-list-inline-input-location.d.ts +1 -1
  125. package/lib/model/object-list-inline-input-location.js +1 -1
  126. package/lib/model/object-location.d.ts +1 -1
  127. package/lib/model/object-location.js +1 -1
  128. package/lib/model/object-property.d.ts +31 -0
  129. package/lib/model/object-property.js +57 -0
  130. package/lib/model/object-property.js.map +1 -0
  131. package/lib/model/object-storage-dataset.d.ts +1 -1
  132. package/lib/model/object-storage-dataset.js +1 -1
  133. package/lib/model/object-storage-document-details.d.ts +1 -1
  134. package/lib/model/object-storage-document-details.js +1 -1
  135. package/lib/model/object-storage-image-details.d.ts +1 -1
  136. package/lib/model/object-storage-image-details.js +1 -1
  137. package/lib/model/ontology-class.d.ts +1 -1
  138. package/lib/model/ontology-class.js +1 -1
  139. package/lib/model/operation-status.d.ts +1 -1
  140. package/lib/model/operation-status.js +1 -1
  141. package/lib/model/operation-type.d.ts +1 -1
  142. package/lib/model/operation-type.js +1 -1
  143. package/lib/model/output-location.d.ts +1 -1
  144. package/lib/model/output-location.js +1 -1
  145. package/lib/model/page.d.ts +1 -1
  146. package/lib/model/page.js +1 -1
  147. package/lib/model/processing-error.d.ts +1 -1
  148. package/lib/model/processing-error.js +1 -1
  149. package/lib/model/project-collection.d.ts +1 -1
  150. package/lib/model/project-collection.js +1 -1
  151. package/lib/model/project-summary.d.ts +1 -1
  152. package/lib/model/project-summary.js +1 -1
  153. package/lib/model/project.d.ts +1 -1
  154. package/lib/model/project.js +1 -1
  155. package/lib/model/sort-order.d.ts +1 -1
  156. package/lib/model/sort-order.js +1 -1
  157. package/lib/model/table-row.d.ts +1 -1
  158. package/lib/model/table-row.js +1 -1
  159. package/lib/model/table.d.ts +1 -1
  160. package/lib/model/table.js +1 -1
  161. package/lib/model/update-model-details.d.ts +1 -1
  162. package/lib/model/update-model-details.js +1 -1
  163. package/lib/model/update-project-details.d.ts +1 -1
  164. package/lib/model/update-project-details.js +1 -1
  165. package/lib/model/value-array.d.ts +1 -1
  166. package/lib/model/value-array.js +1 -1
  167. package/lib/model/value-date.d.ts +1 -1
  168. package/lib/model/value-date.js +1 -1
  169. package/lib/model/value-integer.d.ts +1 -1
  170. package/lib/model/value-integer.js +1 -1
  171. package/lib/model/value-number.d.ts +1 -1
  172. package/lib/model/value-number.js +1 -1
  173. package/lib/model/value-phone-number.d.ts +1 -1
  174. package/lib/model/value-phone-number.js +1 -1
  175. package/lib/model/value-string.d.ts +1 -1
  176. package/lib/model/value-string.js +1 -1
  177. package/lib/model/value-time.d.ts +1 -1
  178. package/lib/model/value-time.js +1 -1
  179. package/lib/model/video-face-detection-feature.d.ts +38 -0
  180. package/lib/model/video-face-detection-feature.js +54 -0
  181. package/lib/model/video-face-detection-feature.js.map +1 -0
  182. package/lib/model/video-face-frame.d.ts +39 -0
  183. package/lib/model/video-face-frame.js +67 -0
  184. package/lib/model/video-face-frame.js.map +1 -0
  185. package/lib/model/video-face-segment.d.ts +31 -0
  186. package/lib/model/video-face-segment.js +67 -0
  187. package/lib/model/video-face-segment.js.map +1 -0
  188. package/lib/model/video-face.d.ts +26 -0
  189. package/lib/model/video-face.js +61 -0
  190. package/lib/model/video-face.js.map +1 -0
  191. package/lib/model/video-feature.d.ts +22 -0
  192. package/lib/model/video-feature.js +84 -0
  193. package/lib/model/video-feature.js.map +1 -0
  194. package/lib/model/video-job.d.ts +114 -0
  195. package/lib/model/video-job.js +97 -0
  196. package/lib/model/video-job.js.map +1 -0
  197. package/lib/model/video-label-detection-feature.d.ts +38 -0
  198. package/lib/model/video-label-detection-feature.js +54 -0
  199. package/lib/model/video-label-detection-feature.js.map +1 -0
  200. package/lib/model/video-label-segment.d.ts +27 -0
  201. package/lib/model/video-label-segment.js +57 -0
  202. package/lib/model/video-label-segment.js.map +1 -0
  203. package/lib/model/video-label.d.ts +30 -0
  204. package/lib/model/video-label.js +61 -0
  205. package/lib/model/video-label.js.map +1 -0
  206. package/lib/model/video-metadata.d.ts +37 -0
  207. package/lib/model/video-metadata.js +29 -0
  208. package/lib/model/video-metadata.js.map +1 -0
  209. package/lib/model/video-object-detection-feature.d.ts +38 -0
  210. package/lib/model/video-object-detection-feature.js +54 -0
  211. package/lib/model/video-object-detection-feature.js.map +1 -0
  212. package/lib/model/video-object-frame.d.ts +31 -0
  213. package/lib/model/video-object-frame.js +57 -0
  214. package/lib/model/video-object-frame.js.map +1 -0
  215. package/lib/model/video-object-segment.d.ts +31 -0
  216. package/lib/model/video-object-segment.js +67 -0
  217. package/lib/model/video-object-segment.js.map +1 -0
  218. package/lib/model/video-object-tracking-feature.d.ts +38 -0
  219. package/lib/model/video-object-tracking-feature.js +54 -0
  220. package/lib/model/video-object-tracking-feature.js.map +1 -0
  221. package/lib/model/video-object.d.ts +30 -0
  222. package/lib/model/video-object.js +61 -0
  223. package/lib/model/video-object.js.map +1 -0
  224. package/lib/model/video-segment.d.ts +29 -0
  225. package/lib/model/video-segment.js +29 -0
  226. package/lib/model/video-segment.js.map +1 -0
  227. package/lib/model/video-text-detection-feature.d.ts +30 -0
  228. package/lib/model/video-text-detection-feature.js +54 -0
  229. package/lib/model/video-text-detection-feature.js.map +1 -0
  230. package/lib/model/video-text-frame.d.ts +31 -0
  231. package/lib/model/video-text-frame.js +57 -0
  232. package/lib/model/video-text-frame.js.map +1 -0
  233. package/lib/model/video-text-segment.d.ts +31 -0
  234. package/lib/model/video-text-segment.js +67 -0
  235. package/lib/model/video-text-segment.js.map +1 -0
  236. package/lib/model/video-text.d.ts +30 -0
  237. package/lib/model/video-text.js +61 -0
  238. package/lib/model/video-text.js.map +1 -0
  239. package/lib/model/video-tracked-object-properties.d.ts +25 -0
  240. package/lib/model/video-tracked-object-properties.js +29 -0
  241. package/lib/model/video-tracked-object-properties.js.map +1 -0
  242. package/lib/model/video-tracked-object-segment.d.ts +31 -0
  243. package/lib/model/video-tracked-object-segment.js +67 -0
  244. package/lib/model/video-tracked-object-segment.js.map +1 -0
  245. package/lib/model/video-tracked-object.d.ts +35 -0
  246. package/lib/model/video-tracked-object.js +67 -0
  247. package/lib/model/video-tracked-object.js.map +1 -0
  248. package/lib/model/video-tracking-frame.d.ts +35 -0
  249. package/lib/model/video-tracking-frame.js +67 -0
  250. package/lib/model/video-tracking-frame.js.map +1 -0
  251. package/lib/model/word.d.ts +1 -1
  252. package/lib/model/word.js +1 -1
  253. package/lib/model/work-request-error-collection.d.ts +1 -1
  254. package/lib/model/work-request-error-collection.js +1 -1
  255. package/lib/model/work-request-error.d.ts +1 -1
  256. package/lib/model/work-request-error.js +1 -1
  257. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  258. package/lib/model/work-request-log-entry-collection.js +1 -1
  259. package/lib/model/work-request-log-entry.d.ts +1 -1
  260. package/lib/model/work-request-log-entry.js +1 -1
  261. package/lib/model/work-request-resource.d.ts +1 -1
  262. package/lib/model/work-request-resource.js +1 -1
  263. package/lib/model/work-request-summary-collection.d.ts +1 -1
  264. package/lib/model/work-request-summary-collection.js +1 -1
  265. package/lib/model/work-request-summary.d.ts +1 -1
  266. package/lib/model/work-request-summary.js +1 -1
  267. package/lib/model/work-request.d.ts +1 -1
  268. package/lib/model/work-request.js +1 -1
  269. package/lib/request/analyze-document-request.d.ts +1 -1
  270. package/lib/request/analyze-document-request.js +1 -1
  271. package/lib/request/analyze-image-request.d.ts +1 -1
  272. package/lib/request/analyze-image-request.js +1 -1
  273. package/lib/request/cancel-document-job-request.d.ts +1 -1
  274. package/lib/request/cancel-document-job-request.js +1 -1
  275. package/lib/request/cancel-image-job-request.d.ts +1 -1
  276. package/lib/request/cancel-image-job-request.js +1 -1
  277. package/lib/request/cancel-video-job-request.d.ts +35 -0
  278. package/lib/request/cancel-video-job-request.js +15 -0
  279. package/lib/request/cancel-video-job-request.js.map +1 -0
  280. package/lib/request/cancel-work-request-request.d.ts +1 -1
  281. package/lib/request/cancel-work-request-request.js +1 -1
  282. package/lib/request/change-model-compartment-request.d.ts +1 -1
  283. package/lib/request/change-model-compartment-request.js +1 -1
  284. package/lib/request/change-project-compartment-request.d.ts +1 -1
  285. package/lib/request/change-project-compartment-request.js +1 -1
  286. package/lib/request/create-document-job-request.d.ts +1 -1
  287. package/lib/request/create-document-job-request.js +1 -1
  288. package/lib/request/create-image-job-request.d.ts +1 -1
  289. package/lib/request/create-image-job-request.js +1 -1
  290. package/lib/request/create-model-request.d.ts +1 -1
  291. package/lib/request/create-model-request.js +1 -1
  292. package/lib/request/create-project-request.d.ts +1 -1
  293. package/lib/request/create-project-request.js +1 -1
  294. package/lib/request/create-video-job-request.d.ts +36 -0
  295. package/lib/request/create-video-job-request.js +15 -0
  296. package/lib/request/create-video-job-request.js.map +1 -0
  297. package/lib/request/delete-model-request.d.ts +1 -1
  298. package/lib/request/delete-model-request.js +1 -1
  299. package/lib/request/delete-project-request.d.ts +1 -1
  300. package/lib/request/delete-project-request.js +1 -1
  301. package/lib/request/get-document-job-request.d.ts +1 -1
  302. package/lib/request/get-document-job-request.js +1 -1
  303. package/lib/request/get-image-job-request.d.ts +1 -1
  304. package/lib/request/get-image-job-request.js +1 -1
  305. package/lib/request/get-model-request.d.ts +1 -1
  306. package/lib/request/get-model-request.js +1 -1
  307. package/lib/request/get-project-request.d.ts +1 -1
  308. package/lib/request/get-project-request.js +1 -1
  309. package/lib/request/get-video-job-request.d.ts +26 -0
  310. package/lib/request/get-video-job-request.js +15 -0
  311. package/lib/request/get-video-job-request.js.map +1 -0
  312. package/lib/request/get-work-request-request.d.ts +1 -1
  313. package/lib/request/get-work-request-request.js +1 -1
  314. package/lib/request/index.d.ts +7 -1
  315. package/lib/request/index.js +1 -1
  316. package/lib/request/index.js.map +1 -1
  317. package/lib/request/list-models-request.d.ts +1 -1
  318. package/lib/request/list-models-request.js +1 -1
  319. package/lib/request/list-projects-request.d.ts +1 -1
  320. package/lib/request/list-projects-request.js +1 -1
  321. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  322. package/lib/request/list-work-request-errors-request.js +1 -1
  323. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  324. package/lib/request/list-work-request-logs-request.js +1 -1
  325. package/lib/request/list-work-requests-request.d.ts +1 -1
  326. package/lib/request/list-work-requests-request.js +1 -1
  327. package/lib/request/update-model-request.d.ts +1 -1
  328. package/lib/request/update-model-request.js +1 -1
  329. package/lib/request/update-project-request.d.ts +1 -1
  330. package/lib/request/update-project-request.js +1 -1
  331. package/lib/response/analyze-document-response.d.ts +1 -1
  332. package/lib/response/analyze-document-response.js +1 -1
  333. package/lib/response/analyze-image-response.d.ts +1 -1
  334. package/lib/response/analyze-image-response.js +1 -1
  335. package/lib/response/cancel-document-job-response.d.ts +1 -1
  336. package/lib/response/cancel-document-job-response.js +1 -1
  337. package/lib/response/cancel-image-job-response.d.ts +1 -1
  338. package/lib/response/cancel-image-job-response.js +1 -1
  339. package/lib/response/cancel-video-job-response.d.ts +20 -0
  340. package/lib/response/cancel-video-job-response.js +15 -0
  341. package/lib/response/cancel-video-job-response.js.map +1 -0
  342. package/lib/response/cancel-work-request-response.d.ts +1 -1
  343. package/lib/response/cancel-work-request-response.js +1 -1
  344. package/lib/response/change-model-compartment-response.d.ts +1 -1
  345. package/lib/response/change-model-compartment-response.js +1 -1
  346. package/lib/response/change-project-compartment-response.d.ts +1 -1
  347. package/lib/response/change-project-compartment-response.js +1 -1
  348. package/lib/response/create-document-job-response.d.ts +1 -1
  349. package/lib/response/create-document-job-response.js +1 -1
  350. package/lib/response/create-image-job-response.d.ts +1 -1
  351. package/lib/response/create-image-job-response.js +1 -1
  352. package/lib/response/create-model-response.d.ts +1 -1
  353. package/lib/response/create-model-response.js +1 -1
  354. package/lib/response/create-project-response.d.ts +1 -1
  355. package/lib/response/create-project-response.js +1 -1
  356. package/lib/response/create-video-job-response.d.ts +30 -0
  357. package/lib/response/create-video-job-response.js +15 -0
  358. package/lib/response/create-video-job-response.js.map +1 -0
  359. package/lib/response/delete-model-response.d.ts +1 -1
  360. package/lib/response/delete-model-response.js +1 -1
  361. package/lib/response/delete-project-response.d.ts +1 -1
  362. package/lib/response/delete-project-response.js +1 -1
  363. package/lib/response/get-document-job-response.d.ts +1 -1
  364. package/lib/response/get-document-job-response.js +1 -1
  365. package/lib/response/get-image-job-response.d.ts +1 -1
  366. package/lib/response/get-image-job-response.js +1 -1
  367. package/lib/response/get-model-response.d.ts +1 -1
  368. package/lib/response/get-model-response.js +1 -1
  369. package/lib/response/get-project-response.d.ts +1 -1
  370. package/lib/response/get-project-response.js +1 -1
  371. package/lib/response/get-video-job-response.d.ts +30 -0
  372. package/lib/response/get-video-job-response.js +15 -0
  373. package/lib/response/get-video-job-response.js.map +1 -0
  374. package/lib/response/get-work-request-response.d.ts +1 -1
  375. package/lib/response/get-work-request-response.js +1 -1
  376. package/lib/response/index.d.ts +7 -1
  377. package/lib/response/index.js +1 -1
  378. package/lib/response/list-models-response.d.ts +1 -1
  379. package/lib/response/list-models-response.js +1 -1
  380. package/lib/response/list-projects-response.d.ts +1 -1
  381. package/lib/response/list-projects-response.js +1 -1
  382. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  383. package/lib/response/list-work-request-errors-response.js +1 -1
  384. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  385. package/lib/response/list-work-request-logs-response.js +1 -1
  386. package/lib/response/list-work-requests-response.d.ts +1 -1
  387. package/lib/response/list-work-requests-response.js +1 -1
  388. package/lib/response/update-model-response.d.ts +1 -1
  389. package/lib/response/update-model-response.js +1 -1
  390. package/lib/response/update-project-response.d.ts +1 -1
  391. package/lib/response/update-project-response.js +1 -1
  392. package/package.json +3 -3
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -0,0 +1,71 @@
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 analysis results.
16
+ */
17
+ export interface AnalyzeVideoResult {
18
+ "videoMetadata": model.VideoMetadata;
19
+ /**
20
+ * Detected labels in a video.
21
+ */
22
+ "videoLabels"?: Array<model.VideoLabel>;
23
+ /**
24
+ * Detected objects in a video.
25
+ */
26
+ "videoObjects"?: Array<model.VideoObject>;
27
+ /**
28
+ * Tracked objects in a video.
29
+ */
30
+ "videoTrackedObjects"?: Array<model.VideoTrackedObject>;
31
+ /**
32
+ * Detected text in a video.
33
+ */
34
+ "videoText"?: Array<model.VideoText>;
35
+ /**
36
+ * Detected faces in a video.
37
+ */
38
+ "videoFaces"?: Array<model.VideoFace>;
39
+ /**
40
+ * The ontologyClasses of video labels.
41
+ */
42
+ "ontologyClasses"?: Array<model.OntologyClass>;
43
+ /**
44
+ * Label Detection model version.
45
+ */
46
+ "labelDetectionModelVersion"?: string;
47
+ /**
48
+ * Object Detection model version.
49
+ */
50
+ "objectDetectionModelVersion"?: string;
51
+ /**
52
+ * Object Tracking model version.
53
+ */
54
+ "objectTrackingModelVersion"?: string;
55
+ /**
56
+ * Text Detection model version.
57
+ */
58
+ "textDetectionModelVersion"?: string;
59
+ /**
60
+ * Face Detection model version.
61
+ */
62
+ "faceDetectionModelVersion"?: string;
63
+ /**
64
+ * Array of possible errors.
65
+ */
66
+ "errors"?: Array<model.ProcessingError>;
67
+ }
68
+ export declare namespace AnalyzeVideoResult {
69
+ function getJsonObj(obj: AnalyzeVideoResult): object;
70
+ function getDeserializedJsonObj(obj: AnalyzeVideoResult): object;
71
+ }
@@ -0,0 +1,127 @@
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.AnalyzeVideoResult = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var AnalyzeVideoResult;
37
+ (function (AnalyzeVideoResult) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "videoMetadata": obj.videoMetadata
41
+ ? model.VideoMetadata.getJsonObj(obj.videoMetadata)
42
+ : undefined,
43
+ "videoLabels": obj.videoLabels
44
+ ? obj.videoLabels.map(item => {
45
+ return model.VideoLabel.getJsonObj(item);
46
+ })
47
+ : undefined,
48
+ "videoObjects": obj.videoObjects
49
+ ? obj.videoObjects.map(item => {
50
+ return model.VideoObject.getJsonObj(item);
51
+ })
52
+ : undefined,
53
+ "videoTrackedObjects": obj.videoTrackedObjects
54
+ ? obj.videoTrackedObjects.map(item => {
55
+ return model.VideoTrackedObject.getJsonObj(item);
56
+ })
57
+ : undefined,
58
+ "videoText": obj.videoText
59
+ ? obj.videoText.map(item => {
60
+ return model.VideoText.getJsonObj(item);
61
+ })
62
+ : undefined,
63
+ "videoFaces": obj.videoFaces
64
+ ? obj.videoFaces.map(item => {
65
+ return model.VideoFace.getJsonObj(item);
66
+ })
67
+ : undefined,
68
+ "ontologyClasses": obj.ontologyClasses
69
+ ? obj.ontologyClasses.map(item => {
70
+ return model.OntologyClass.getJsonObj(item);
71
+ })
72
+ : undefined,
73
+ "errors": obj.errors
74
+ ? obj.errors.map(item => {
75
+ return model.ProcessingError.getJsonObj(item);
76
+ })
77
+ : undefined
78
+ });
79
+ return jsonObj;
80
+ }
81
+ AnalyzeVideoResult.getJsonObj = getJsonObj;
82
+ function getDeserializedJsonObj(obj) {
83
+ const jsonObj = Object.assign(Object.assign({}, obj), {
84
+ "videoMetadata": obj.videoMetadata
85
+ ? model.VideoMetadata.getDeserializedJsonObj(obj.videoMetadata)
86
+ : undefined,
87
+ "videoLabels": obj.videoLabels
88
+ ? obj.videoLabels.map(item => {
89
+ return model.VideoLabel.getDeserializedJsonObj(item);
90
+ })
91
+ : undefined,
92
+ "videoObjects": obj.videoObjects
93
+ ? obj.videoObjects.map(item => {
94
+ return model.VideoObject.getDeserializedJsonObj(item);
95
+ })
96
+ : undefined,
97
+ "videoTrackedObjects": obj.videoTrackedObjects
98
+ ? obj.videoTrackedObjects.map(item => {
99
+ return model.VideoTrackedObject.getDeserializedJsonObj(item);
100
+ })
101
+ : undefined,
102
+ "videoText": obj.videoText
103
+ ? obj.videoText.map(item => {
104
+ return model.VideoText.getDeserializedJsonObj(item);
105
+ })
106
+ : undefined,
107
+ "videoFaces": obj.videoFaces
108
+ ? obj.videoFaces.map(item => {
109
+ return model.VideoFace.getDeserializedJsonObj(item);
110
+ })
111
+ : undefined,
112
+ "ontologyClasses": obj.ontologyClasses
113
+ ? obj.ontologyClasses.map(item => {
114
+ return model.OntologyClass.getDeserializedJsonObj(item);
115
+ })
116
+ : undefined,
117
+ "errors": obj.errors
118
+ ? obj.errors.map(item => {
119
+ return model.ProcessingError.getDeserializedJsonObj(item);
120
+ })
121
+ : undefined
122
+ });
123
+ return jsonObj;
124
+ }
125
+ AnalyzeVideoResult.getDeserializedJsonObj = getDeserializedJsonObj;
126
+ })(AnalyzeVideoResult = exports.AnalyzeVideoResult || (exports.AnalyzeVideoResult = {}));
127
+ //# sourceMappingURL=analyze-video-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analyze-video-result.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/analyze-video-result.ts"],"names":[],"mappings":"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"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
package/lib/model/cell.js CHANGED
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,54 @@
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 the video analysis.
16
+ */
17
+ export interface CreateVideoJobDetails {
18
+ "inputLocation": model.ObjectListInlineInputLocation;
19
+ /**
20
+ * a list of video analysis features.
21
+ */
22
+ "features": Array<model.VideoFeature>;
23
+ "outputLocation": model.OutputLocation;
24
+ /**
25
+ * Compartment identifier from the requester.
26
+ */
27
+ "compartmentId"?: string;
28
+ /**
29
+ * Video job display name.
30
+ */
31
+ "displayName"?: string;
32
+ /**
33
+ * A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
34
+ * For example: {@code {\"bar-key\": \"value\"}}
35
+ *
36
+ */
37
+ "freeformTags"?: {
38
+ [key: string]: string;
39
+ };
40
+ /**
41
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
42
+ * For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
43
+ *
44
+ */
45
+ "definedTags"?: {
46
+ [key: string]: {
47
+ [key: string]: any;
48
+ };
49
+ };
50
+ }
51
+ export declare namespace CreateVideoJobDetails {
52
+ function getJsonObj(obj: CreateVideoJobDetails): object;
53
+ function getDeserializedJsonObj(obj: CreateVideoJobDetails): object;
54
+ }
@@ -0,0 +1,73 @@
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.CreateVideoJobDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var CreateVideoJobDetails;
37
+ (function (CreateVideoJobDetails) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "inputLocation": obj.inputLocation
41
+ ? model.InputLocation.getJsonObj(obj.inputLocation)
42
+ : undefined,
43
+ "features": obj.features
44
+ ? obj.features.map(item => {
45
+ return model.VideoFeature.getJsonObj(item);
46
+ })
47
+ : undefined,
48
+ "outputLocation": obj.outputLocation
49
+ ? model.OutputLocation.getJsonObj(obj.outputLocation)
50
+ : undefined
51
+ });
52
+ return jsonObj;
53
+ }
54
+ CreateVideoJobDetails.getJsonObj = getJsonObj;
55
+ function getDeserializedJsonObj(obj) {
56
+ const jsonObj = Object.assign(Object.assign({}, obj), {
57
+ "inputLocation": obj.inputLocation
58
+ ? model.InputLocation.getDeserializedJsonObj(obj.inputLocation)
59
+ : undefined,
60
+ "features": obj.features
61
+ ? obj.features.map(item => {
62
+ return model.VideoFeature.getDeserializedJsonObj(item);
63
+ })
64
+ : undefined,
65
+ "outputLocation": obj.outputLocation
66
+ ? model.OutputLocation.getDeserializedJsonObj(obj.outputLocation)
67
+ : undefined
68
+ });
69
+ return jsonObj;
70
+ }
71
+ CreateVideoJobDetails.getDeserializedJsonObj = getDeserializedJsonObj;
72
+ })(CreateVideoJobDetails = exports.CreateVideoJobDetails || (exports.CreateVideoJobDetails = {}));
73
+ //# sourceMappingURL=create-video-job-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-video-job-details.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/create-video-job-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmClC,IAAiB,qBAAqB,CAyCrC;AAzCD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACnD,CAAC,CAAC,SAAS;YACb,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,gCAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC/D,CAAC,CAAC,SAAS;YACb,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,4CAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAyCrC"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });