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 ActionType from "./action-type";
@@ -20,6 +20,8 @@ import * as AnalyzeImageDetails from "./analyze-image-details";
20
20
  export import AnalyzeImageDetails = AnalyzeImageDetails.AnalyzeImageDetails;
21
21
  import * as AnalyzeImageResult from "./analyze-image-result";
22
22
  export import AnalyzeImageResult = AnalyzeImageResult.AnalyzeImageResult;
23
+ import * as AnalyzeVideoResult from "./analyze-video-result";
24
+ export import AnalyzeVideoResult = AnalyzeVideoResult.AnalyzeVideoResult;
23
25
  import * as BoundingPolygon from "./bounding-polygon";
24
26
  export import BoundingPolygon = BoundingPolygon.BoundingPolygon;
25
27
  import * as Cell from "./cell";
@@ -36,6 +38,8 @@ import * as CreateModelDetails from "./create-model-details";
36
38
  export import CreateModelDetails = CreateModelDetails.CreateModelDetails;
37
39
  import * as CreateProjectDetails from "./create-project-details";
38
40
  export import CreateProjectDetails = CreateProjectDetails.CreateProjectDetails;
41
+ import * as CreateVideoJobDetails from "./create-video-job-details";
42
+ export import CreateVideoJobDetails = CreateVideoJobDetails.CreateVideoJobDetails;
39
43
  import * as Dataset from "./dataset";
40
44
  export import Dataset = Dataset.Dataset;
41
45
  import * as DetectedDocumentType from "./detected-document-type";
@@ -94,6 +98,8 @@ import * as NormalizedVertex from "./normalized-vertex";
94
98
  export import NormalizedVertex = NormalizedVertex.NormalizedVertex;
95
99
  import * as ObjectLocation from "./object-location";
96
100
  export import ObjectLocation = ObjectLocation.ObjectLocation;
101
+ import * as ObjectProperty from "./object-property";
102
+ export import ObjectProperty = ObjectProperty.ObjectProperty;
97
103
  import * as OntologyClass from "./ontology-class";
98
104
  export import OntologyClass = OntologyClass.OntologyClass;
99
105
  import * as OperationStatus from "./operation-status";
@@ -122,6 +128,44 @@ import * as UpdateModelDetails from "./update-model-details";
122
128
  export import UpdateModelDetails = UpdateModelDetails.UpdateModelDetails;
123
129
  import * as UpdateProjectDetails from "./update-project-details";
124
130
  export import UpdateProjectDetails = UpdateProjectDetails.UpdateProjectDetails;
131
+ import * as VideoFace from "./video-face";
132
+ export import VideoFace = VideoFace.VideoFace;
133
+ import * as VideoFaceFrame from "./video-face-frame";
134
+ export import VideoFaceFrame = VideoFaceFrame.VideoFaceFrame;
135
+ import * as VideoFaceSegment from "./video-face-segment";
136
+ export import VideoFaceSegment = VideoFaceSegment.VideoFaceSegment;
137
+ import * as VideoFeature from "./video-feature";
138
+ export import VideoFeature = VideoFeature.VideoFeature;
139
+ import * as VideoJob from "./video-job";
140
+ export import VideoJob = VideoJob.VideoJob;
141
+ import * as VideoLabel from "./video-label";
142
+ export import VideoLabel = VideoLabel.VideoLabel;
143
+ import * as VideoLabelSegment from "./video-label-segment";
144
+ export import VideoLabelSegment = VideoLabelSegment.VideoLabelSegment;
145
+ import * as VideoMetadata from "./video-metadata";
146
+ export import VideoMetadata = VideoMetadata.VideoMetadata;
147
+ import * as VideoObject from "./video-object";
148
+ export import VideoObject = VideoObject.VideoObject;
149
+ import * as VideoObjectFrame from "./video-object-frame";
150
+ export import VideoObjectFrame = VideoObjectFrame.VideoObjectFrame;
151
+ import * as VideoObjectSegment from "./video-object-segment";
152
+ export import VideoObjectSegment = VideoObjectSegment.VideoObjectSegment;
153
+ import * as VideoSegment from "./video-segment";
154
+ export import VideoSegment = VideoSegment.VideoSegment;
155
+ import * as VideoText from "./video-text";
156
+ export import VideoText = VideoText.VideoText;
157
+ import * as VideoTextFrame from "./video-text-frame";
158
+ export import VideoTextFrame = VideoTextFrame.VideoTextFrame;
159
+ import * as VideoTextSegment from "./video-text-segment";
160
+ export import VideoTextSegment = VideoTextSegment.VideoTextSegment;
161
+ import * as VideoTrackedObject from "./video-tracked-object";
162
+ export import VideoTrackedObject = VideoTrackedObject.VideoTrackedObject;
163
+ import * as VideoTrackedObjectProperties from "./video-tracked-object-properties";
164
+ export import VideoTrackedObjectProperties = VideoTrackedObjectProperties.VideoTrackedObjectProperties;
165
+ import * as VideoTrackedObjectSegment from "./video-tracked-object-segment";
166
+ export import VideoTrackedObjectSegment = VideoTrackedObjectSegment.VideoTrackedObjectSegment;
167
+ import * as VideoTrackingFrame from "./video-tracking-frame";
168
+ export import VideoTrackingFrame = VideoTrackingFrame.VideoTrackingFrame;
125
169
  import * as Word from "./word";
126
170
  export import Word = Word.Word;
127
171
  import * as WorkRequest from "./work-request";
@@ -186,3 +230,13 @@ import * as ValueString from "./value-string";
186
230
  export import ValueString = ValueString.ValueString;
187
231
  import * as ValueTime from "./value-time";
188
232
  export import ValueTime = ValueTime.ValueTime;
233
+ import * as VideoFaceDetectionFeature from "./video-face-detection-feature";
234
+ export import VideoFaceDetectionFeature = VideoFaceDetectionFeature.VideoFaceDetectionFeature;
235
+ import * as VideoLabelDetectionFeature from "./video-label-detection-feature";
236
+ export import VideoLabelDetectionFeature = VideoLabelDetectionFeature.VideoLabelDetectionFeature;
237
+ import * as VideoObjectDetectionFeature from "./video-object-detection-feature";
238
+ export import VideoObjectDetectionFeature = VideoObjectDetectionFeature.VideoObjectDetectionFeature;
239
+ import * as VideoObjectTrackingFeature from "./video-object-tracking-feature";
240
+ export import VideoObjectTrackingFeature = VideoObjectTrackingFeature.VideoObjectTrackingFeature;
241
+ import * as VideoTextDetectionFeature from "./video-text-detection-feature";
242
+ export import VideoTextDetectionFeature = VideoTextDetectionFeature.VideoTextDetectionFeature;
@@ -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) {
@@ -31,8 +31,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.ProjectCollection = exports.Project = exports.ProcessingError = exports.Page = exports.OutputLocation = exports.OperationType = exports.OperationStatus = exports.OntologyClass = exports.ObjectLocation = exports.NormalizedVertex = exports.ModelSummary = exports.ModelCollection = exports.Model = exports.Line = exports.Landmark = exports.Label = exports.InputLocation = exports.ImageText = exports.ImageObject = exports.ImageJob = exports.ImageFeature = exports.ImageDetails = exports.FieldValue = exports.FieldName = exports.FieldLabel = exports.Face = exports.DocumentType = exports.DocumentMetadata = exports.DocumentLanguage = exports.DocumentJob = exports.DocumentField = exports.DocumentFeature = exports.DocumentDetails = exports.Dimensions = exports.DetectedLanguage = exports.DetectedDocumentType = exports.Dataset = exports.CreateProjectDetails = exports.CreateModelDetails = exports.CreateImageJobDetails = exports.CreateDocumentJobDetails = exports.ChangeProjectCompartmentDetails = exports.ChangeModelCompartmentDetails = exports.Cell = exports.BoundingPolygon = exports.AnalyzeImageResult = exports.AnalyzeImageDetails = exports.AnalyzeDocumentResult = exports.AnalyzeDocumentDetails = exports.ActionType = void 0;
35
- exports.ValueTime = exports.ValueString = exports.ValuePhoneNumber = exports.ValueNumber = exports.ValueInteger = exports.ValueDate = exports.ValueArray = exports.ObjectStorageImageDetails = exports.ObjectStorageDocumentDetails = exports.ObjectStorageDataset = exports.ObjectListInlineInputLocation = exports.InlineImageDetails = exports.InlineDocumentDetails = exports.ImageTextDetectionFeature = exports.ImageObjectDetectionFeature = exports.ImageClassificationFeature = exports.FaceDetectionFeature = exports.DocumentTextDetectionFeature = exports.DocumentTableDetectionFeature = exports.DocumentLanguageClassificationFeature = exports.DocumentKeyValueDetectionFeature = exports.DocumentClassificationFeature = exports.DataScienceLabelingDataset = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.Word = exports.UpdateProjectDetails = exports.UpdateModelDetails = exports.TableRow = exports.Table = exports.SortOrder = exports.ProjectSummary = void 0;
34
+ exports.Page = exports.OutputLocation = exports.OperationType = exports.OperationStatus = exports.OntologyClass = exports.ObjectProperty = exports.ObjectLocation = exports.NormalizedVertex = exports.ModelSummary = exports.ModelCollection = exports.Model = exports.Line = exports.Landmark = exports.Label = exports.InputLocation = exports.ImageText = exports.ImageObject = exports.ImageJob = exports.ImageFeature = exports.ImageDetails = exports.FieldValue = exports.FieldName = exports.FieldLabel = exports.Face = exports.DocumentType = exports.DocumentMetadata = exports.DocumentLanguage = exports.DocumentJob = exports.DocumentField = exports.DocumentFeature = exports.DocumentDetails = exports.Dimensions = exports.DetectedLanguage = exports.DetectedDocumentType = exports.Dataset = exports.CreateVideoJobDetails = exports.CreateProjectDetails = exports.CreateModelDetails = exports.CreateImageJobDetails = exports.CreateDocumentJobDetails = exports.ChangeProjectCompartmentDetails = exports.ChangeModelCompartmentDetails = exports.Cell = exports.BoundingPolygon = exports.AnalyzeVideoResult = exports.AnalyzeImageResult = exports.AnalyzeImageDetails = exports.AnalyzeDocumentResult = exports.AnalyzeDocumentDetails = exports.ActionType = void 0;
35
+ exports.ObjectListInlineInputLocation = exports.InlineImageDetails = exports.InlineDocumentDetails = exports.ImageTextDetectionFeature = exports.ImageObjectDetectionFeature = exports.ImageClassificationFeature = exports.FaceDetectionFeature = exports.DocumentTextDetectionFeature = exports.DocumentTableDetectionFeature = exports.DocumentLanguageClassificationFeature = exports.DocumentKeyValueDetectionFeature = exports.DocumentClassificationFeature = exports.DataScienceLabelingDataset = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.Word = exports.VideoTrackingFrame = exports.VideoTrackedObjectSegment = exports.VideoTrackedObjectProperties = exports.VideoTrackedObject = exports.VideoTextSegment = exports.VideoTextFrame = exports.VideoText = exports.VideoSegment = exports.VideoObjectSegment = exports.VideoObjectFrame = exports.VideoObject = exports.VideoMetadata = exports.VideoLabelSegment = exports.VideoLabel = exports.VideoJob = exports.VideoFeature = exports.VideoFaceSegment = exports.VideoFaceFrame = exports.VideoFace = exports.UpdateProjectDetails = exports.UpdateModelDetails = exports.TableRow = exports.Table = exports.SortOrder = exports.ProjectSummary = exports.ProjectCollection = exports.Project = exports.ProcessingError = void 0;
36
+ exports.VideoTextDetectionFeature = exports.VideoObjectTrackingFeature = exports.VideoObjectDetectionFeature = exports.VideoLabelDetectionFeature = exports.VideoFaceDetectionFeature = exports.ValueTime = exports.ValueString = exports.ValuePhoneNumber = exports.ValueNumber = exports.ValueInteger = exports.ValueDate = exports.ValueArray = exports.ObjectStorageImageDetails = exports.ObjectStorageDocumentDetails = exports.ObjectStorageDataset = void 0;
36
37
  const ActionType = __importStar(require("./action-type"));
37
38
  exports.ActionType = ActionType.ActionType;
38
39
  const AnalyzeDocumentDetails = __importStar(require("./analyze-document-details"));
@@ -43,6 +44,8 @@ const AnalyzeImageDetails = __importStar(require("./analyze-image-details"));
43
44
  exports.AnalyzeImageDetails = AnalyzeImageDetails.AnalyzeImageDetails;
44
45
  const AnalyzeImageResult = __importStar(require("./analyze-image-result"));
45
46
  exports.AnalyzeImageResult = AnalyzeImageResult.AnalyzeImageResult;
47
+ const AnalyzeVideoResult = __importStar(require("./analyze-video-result"));
48
+ exports.AnalyzeVideoResult = AnalyzeVideoResult.AnalyzeVideoResult;
46
49
  const BoundingPolygon = __importStar(require("./bounding-polygon"));
47
50
  exports.BoundingPolygon = BoundingPolygon.BoundingPolygon;
48
51
  const Cell = __importStar(require("./cell"));
@@ -59,6 +62,8 @@ const CreateModelDetails = __importStar(require("./create-model-details"));
59
62
  exports.CreateModelDetails = CreateModelDetails.CreateModelDetails;
60
63
  const CreateProjectDetails = __importStar(require("./create-project-details"));
61
64
  exports.CreateProjectDetails = CreateProjectDetails.CreateProjectDetails;
65
+ const CreateVideoJobDetails = __importStar(require("./create-video-job-details"));
66
+ exports.CreateVideoJobDetails = CreateVideoJobDetails.CreateVideoJobDetails;
62
67
  const Dataset = __importStar(require("./dataset"));
63
68
  exports.Dataset = Dataset.Dataset;
64
69
  const DetectedDocumentType = __importStar(require("./detected-document-type"));
@@ -117,6 +122,8 @@ const NormalizedVertex = __importStar(require("./normalized-vertex"));
117
122
  exports.NormalizedVertex = NormalizedVertex.NormalizedVertex;
118
123
  const ObjectLocation = __importStar(require("./object-location"));
119
124
  exports.ObjectLocation = ObjectLocation.ObjectLocation;
125
+ const ObjectProperty = __importStar(require("./object-property"));
126
+ exports.ObjectProperty = ObjectProperty.ObjectProperty;
120
127
  const OntologyClass = __importStar(require("./ontology-class"));
121
128
  exports.OntologyClass = OntologyClass.OntologyClass;
122
129
  const OperationStatus = __importStar(require("./operation-status"));
@@ -145,6 +152,44 @@ const UpdateModelDetails = __importStar(require("./update-model-details"));
145
152
  exports.UpdateModelDetails = UpdateModelDetails.UpdateModelDetails;
146
153
  const UpdateProjectDetails = __importStar(require("./update-project-details"));
147
154
  exports.UpdateProjectDetails = UpdateProjectDetails.UpdateProjectDetails;
155
+ const VideoFace = __importStar(require("./video-face"));
156
+ exports.VideoFace = VideoFace.VideoFace;
157
+ const VideoFaceFrame = __importStar(require("./video-face-frame"));
158
+ exports.VideoFaceFrame = VideoFaceFrame.VideoFaceFrame;
159
+ const VideoFaceSegment = __importStar(require("./video-face-segment"));
160
+ exports.VideoFaceSegment = VideoFaceSegment.VideoFaceSegment;
161
+ const VideoFeature = __importStar(require("./video-feature"));
162
+ exports.VideoFeature = VideoFeature.VideoFeature;
163
+ const VideoJob = __importStar(require("./video-job"));
164
+ exports.VideoJob = VideoJob.VideoJob;
165
+ const VideoLabel = __importStar(require("./video-label"));
166
+ exports.VideoLabel = VideoLabel.VideoLabel;
167
+ const VideoLabelSegment = __importStar(require("./video-label-segment"));
168
+ exports.VideoLabelSegment = VideoLabelSegment.VideoLabelSegment;
169
+ const VideoMetadata = __importStar(require("./video-metadata"));
170
+ exports.VideoMetadata = VideoMetadata.VideoMetadata;
171
+ const VideoObject = __importStar(require("./video-object"));
172
+ exports.VideoObject = VideoObject.VideoObject;
173
+ const VideoObjectFrame = __importStar(require("./video-object-frame"));
174
+ exports.VideoObjectFrame = VideoObjectFrame.VideoObjectFrame;
175
+ const VideoObjectSegment = __importStar(require("./video-object-segment"));
176
+ exports.VideoObjectSegment = VideoObjectSegment.VideoObjectSegment;
177
+ const VideoSegment = __importStar(require("./video-segment"));
178
+ exports.VideoSegment = VideoSegment.VideoSegment;
179
+ const VideoText = __importStar(require("./video-text"));
180
+ exports.VideoText = VideoText.VideoText;
181
+ const VideoTextFrame = __importStar(require("./video-text-frame"));
182
+ exports.VideoTextFrame = VideoTextFrame.VideoTextFrame;
183
+ const VideoTextSegment = __importStar(require("./video-text-segment"));
184
+ exports.VideoTextSegment = VideoTextSegment.VideoTextSegment;
185
+ const VideoTrackedObject = __importStar(require("./video-tracked-object"));
186
+ exports.VideoTrackedObject = VideoTrackedObject.VideoTrackedObject;
187
+ const VideoTrackedObjectProperties = __importStar(require("./video-tracked-object-properties"));
188
+ exports.VideoTrackedObjectProperties = VideoTrackedObjectProperties.VideoTrackedObjectProperties;
189
+ const VideoTrackedObjectSegment = __importStar(require("./video-tracked-object-segment"));
190
+ exports.VideoTrackedObjectSegment = VideoTrackedObjectSegment.VideoTrackedObjectSegment;
191
+ const VideoTrackingFrame = __importStar(require("./video-tracking-frame"));
192
+ exports.VideoTrackingFrame = VideoTrackingFrame.VideoTrackingFrame;
148
193
  const Word = __importStar(require("./word"));
149
194
  exports.Word = Word.Word;
150
195
  const WorkRequest = __importStar(require("./work-request"));
@@ -209,4 +254,14 @@ const ValueString = __importStar(require("./value-string"));
209
254
  exports.ValueString = ValueString.ValueString;
210
255
  const ValueTime = __importStar(require("./value-time"));
211
256
  exports.ValueTime = ValueTime.ValueTime;
257
+ const VideoFaceDetectionFeature = __importStar(require("./video-face-detection-feature"));
258
+ exports.VideoFaceDetectionFeature = VideoFaceDetectionFeature.VideoFaceDetectionFeature;
259
+ const VideoLabelDetectionFeature = __importStar(require("./video-label-detection-feature"));
260
+ exports.VideoLabelDetectionFeature = VideoLabelDetectionFeature.VideoLabelDetectionFeature;
261
+ const VideoObjectDetectionFeature = __importStar(require("./video-object-detection-feature"));
262
+ exports.VideoObjectDetectionFeature = VideoObjectDetectionFeature.VideoObjectDetectionFeature;
263
+ const VideoObjectTrackingFeature = __importStar(require("./video-object-tracking-feature"));
264
+ exports.VideoObjectTrackingFeature = VideoObjectTrackingFeature.VideoObjectTrackingFeature;
265
+ const VideoTextDetectionFeature = __importStar(require("./video-text-detection-feature"));
266
+ exports.VideoTextDetectionFeature = VideoTextDetectionFeature.VideoTextDetectionFeature;
212
267
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/index.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";
@@ -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 });
@@ -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";
package/lib/model/line.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
  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 });
@@ -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,31 @@
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
+ * A property of a tracked object in a frame.
16
+ */
17
+ export interface ObjectProperty {
18
+ /**
19
+ * Property name
20
+ */
21
+ "name": string;
22
+ /**
23
+ * The confidence score, between 0 and 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
+ */
25
+ "confidence": number;
26
+ "boundingPolygon": model.BoundingPolygon;
27
+ }
28
+ export declare namespace ObjectProperty {
29
+ function getJsonObj(obj: ObjectProperty): object;
30
+ function getDeserializedJsonObj(obj: ObjectProperty): object;
31
+ }
@@ -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.ObjectProperty = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ObjectProperty;
37
+ (function (ObjectProperty) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "boundingPolygon": obj.boundingPolygon
41
+ ? model.BoundingPolygon.getJsonObj(obj.boundingPolygon)
42
+ : undefined
43
+ });
44
+ return jsonObj;
45
+ }
46
+ ObjectProperty.getJsonObj = getJsonObj;
47
+ function getDeserializedJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "boundingPolygon": obj.boundingPolygon
50
+ ? model.BoundingPolygon.getDeserializedJsonObj(obj.boundingPolygon)
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ ObjectProperty.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(ObjectProperty = exports.ObjectProperty || (exports.ObjectProperty = {}));
57
+ //# sourceMappingURL=object-property.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object-property.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/object-property.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,cAAc,CAyB9B;AAzBD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yBAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAyB9B"}
@@ -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";