oci-aivision 2.114.1 → 2.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/aiservicevision-waiter.d.ts +32 -0
- package/lib/aiservicevision-waiter.js +48 -0
- package/lib/aiservicevision-waiter.js.map +1 -1
- package/lib/client.d.ts +253 -0
- package/lib/client.js +2009 -338
- package/lib/client.js.map +1 -1
- package/lib/model/analyze-video-stream-result.d.ts +58 -0
- package/lib/model/analyze-video-stream-result.js +103 -0
- package/lib/model/analyze-video-stream-result.js.map +1 -0
- package/lib/model/change-stream-group-compartment-details.d.ts +27 -0
- package/lib/model/change-stream-group-compartment-details.js +29 -0
- package/lib/model/change-stream-group-compartment-details.js.map +1 -0
- package/lib/model/change-stream-job-compartment-details.d.ts +27 -0
- package/lib/model/change-stream-job-compartment-details.js +29 -0
- package/lib/model/change-stream-job-compartment-details.js.map +1 -0
- package/lib/model/change-stream-source-compartment-details.d.ts +27 -0
- package/lib/model/change-stream-source-compartment-details.js +29 -0
- package/lib/model/change-stream-source-compartment-details.js.map +1 -0
- package/lib/model/change-vision-private-endpoint-compartment-details.d.ts +27 -0
- package/lib/model/change-vision-private-endpoint-compartment-details.js +29 -0
- package/lib/model/change-vision-private-endpoint-compartment-details.js.map +1 -0
- package/lib/model/create-stream-group-details.d.ts +61 -0
- package/lib/model/create-stream-group-details.js +61 -0
- package/lib/model/create-stream-group-details.js.map +1 -0
- package/lib/model/create-stream-job-details.d.ts +59 -0
- package/lib/model/create-stream-job-details.js +67 -0
- package/lib/model/create-stream-job-details.js.map +1 -0
- package/lib/model/create-stream-source-details.d.ts +50 -0
- package/lib/model/create-stream-source-details.js +57 -0
- package/lib/model/create-stream-source-details.js.map +1 -0
- package/lib/model/create-vision-private-endpoint-details.d.ts +56 -0
- package/lib/model/create-vision-private-endpoint-details.js +29 -0
- package/lib/model/create-vision-private-endpoint-details.js.map +1 -0
- package/lib/model/face-embedding-feature.d.ts +32 -0
- package/lib/model/face-embedding-feature.js +52 -0
- package/lib/model/face-embedding-feature.js.map +1 -0
- package/lib/model/face.d.ts +4 -0
- package/lib/model/face.js.map +1 -1
- package/lib/model/image-feature.js +4 -0
- package/lib/model/image-feature.js.map +1 -1
- package/lib/model/index.d.ts +84 -0
- package/lib/model/index.js +88 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/model-version-details.d.ts +29 -0
- package/lib/model/model-version-details.js +29 -0
- package/lib/model/model-version-details.js.map +1 -0
- package/lib/model/object-properties.d.ts +34 -0
- package/lib/model/object-properties.js +61 -0
- package/lib/model/object-properties.js.map +1 -0
- package/lib/model/object-storage-output-location.d.ts +36 -0
- package/lib/model/object-storage-output-location.js +54 -0
- package/lib/model/object-storage-output-location.js.map +1 -0
- package/lib/model/operation-type.d.ts +17 -0
- package/lib/model/operation-type.js +17 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/private-stream-network-access-details.d.ts +29 -0
- package/lib/model/private-stream-network-access-details.js +54 -0
- package/lib/model/private-stream-network-access-details.js.map +1 -0
- package/lib/model/rtsp-source-details.d.ts +33 -0
- package/lib/model/rtsp-source-details.js +52 -0
- package/lib/model/rtsp-source-details.js.map +1 -0
- package/lib/model/stream-group-collection.d.ts +26 -0
- package/lib/model/stream-group-collection.js +61 -0
- package/lib/model/stream-group-collection.js.map +1 -0
- package/lib/model/stream-group-overlap.d.ts +25 -0
- package/lib/model/stream-group-overlap.js +29 -0
- package/lib/model/stream-group-overlap.js.map +1 -0
- package/lib/model/stream-group-summary.d.ts +88 -0
- package/lib/model/stream-group-summary.js +61 -0
- package/lib/model/stream-group-summary.js.map +1 -0
- package/lib/model/stream-group.d.ts +101 -0
- package/lib/model/stream-group.js +75 -0
- package/lib/model/stream-group.js.map +1 -0
- package/lib/model/stream-job-collection.d.ts +26 -0
- package/lib/model/stream-job-collection.js +61 -0
- package/lib/model/stream-job-collection.js.map +1 -0
- package/lib/model/stream-job-summary.d.ts +90 -0
- package/lib/model/stream-job-summary.js +67 -0
- package/lib/model/stream-job-summary.js.map +1 -0
- package/lib/model/stream-job.d.ts +109 -0
- package/lib/model/stream-job.js +83 -0
- package/lib/model/stream-job.js.map +1 -0
- package/lib/model/stream-network-access-details.d.ts +22 -0
- package/lib/model/stream-network-access-details.js +68 -0
- package/lib/model/stream-network-access-details.js.map +1 -0
- package/lib/model/stream-output-location.d.ts +22 -0
- package/lib/model/stream-output-location.js +68 -0
- package/lib/model/stream-output-location.js.map +1 -0
- package/lib/model/stream-source-collection.d.ts +26 -0
- package/lib/model/stream-source-collection.js +61 -0
- package/lib/model/stream-source-collection.js.map +1 -0
- package/lib/model/stream-source-details.d.ts +24 -0
- package/lib/model/stream-source-details.js +76 -0
- package/lib/model/stream-source-details.js.map +1 -0
- package/lib/model/stream-source-summary.d.ts +77 -0
- package/lib/model/stream-source-summary.js +57 -0
- package/lib/model/stream-source-summary.js.map +1 -0
- package/lib/model/stream-source.d.ts +90 -0
- package/lib/model/stream-source.js +71 -0
- package/lib/model/stream-source.js.map +1 -0
- package/lib/model/tracking-type.d.ts +41 -0
- package/lib/model/tracking-type.js +29 -0
- package/lib/model/tracking-type.js.map +1 -0
- package/lib/model/update-stream-group-details.d.ts +56 -0
- package/lib/model/update-stream-group-details.js +61 -0
- package/lib/model/update-stream-group-details.js.map +1 -0
- package/lib/model/update-stream-job-details.d.ts +54 -0
- package/lib/model/update-stream-job-details.js +67 -0
- package/lib/model/update-stream-job-details.js.map +1 -0
- package/lib/model/update-stream-source-details.d.ts +45 -0
- package/lib/model/update-stream-source-details.js +57 -0
- package/lib/model/update-stream-source-details.js.map +1 -0
- package/lib/model/update-vision-private-endpoint-details.d.ts +47 -0
- package/lib/model/update-vision-private-endpoint-details.js +29 -0
- package/lib/model/update-vision-private-endpoint-details.js.map +1 -0
- package/lib/model/video-job.d.ts +1 -1
- package/lib/model/video-stream-face-detection-feature.d.ts +38 -0
- package/lib/model/video-stream-face-detection-feature.js +54 -0
- package/lib/model/video-stream-face-detection-feature.js.map +1 -0
- package/lib/model/video-stream-feature.d.ts +22 -0
- package/lib/model/video-stream-feature.js +76 -0
- package/lib/model/video-stream-feature.js.map +1 -0
- package/lib/model/video-stream-metadata.d.ts +33 -0
- package/lib/model/video-stream-metadata.js +29 -0
- package/lib/model/video-stream-metadata.js.map +1 -0
- package/lib/model/video-stream-object-detection-feature.d.ts +34 -0
- package/lib/model/video-stream-object-detection-feature.js +54 -0
- package/lib/model/video-stream-object-detection-feature.js.map +1 -0
- package/lib/model/video-stream-object-tracking-feature.d.ts +28 -0
- package/lib/model/video-stream-object-tracking-feature.js +66 -0
- package/lib/model/video-stream-object-tracking-feature.js.map +1 -0
- package/lib/model/video-stream-object.d.ts +36 -0
- package/lib/model/video-stream-object.js +61 -0
- package/lib/model/video-stream-object.js.map +1 -0
- package/lib/model/video-tracked-object-properties.d.ts +4 -0
- package/lib/model/video-tracked-object-properties.js.map +1 -1
- package/lib/model/vision-private-endpoint-collection.d.ts +26 -0
- package/lib/model/vision-private-endpoint-collection.js +61 -0
- package/lib/model/vision-private-endpoint-collection.js.map +1 -0
- package/lib/model/vision-private-endpoint-summary.d.ts +82 -0
- package/lib/model/vision-private-endpoint-summary.js +29 -0
- package/lib/model/vision-private-endpoint-summary.js.map +1 -0
- package/lib/model/vision-private-endpoint.d.ts +100 -0
- package/lib/model/vision-private-endpoint.js +43 -0
- package/lib/model/vision-private-endpoint.js.map +1 -0
- package/lib/request/change-stream-group-compartment-request.d.ts +49 -0
- package/lib/request/change-stream-group-compartment-request.js +15 -0
- package/lib/request/change-stream-group-compartment-request.js.map +1 -0
- package/lib/request/change-stream-job-compartment-request.d.ts +49 -0
- package/lib/request/change-stream-job-compartment-request.js +15 -0
- package/lib/request/change-stream-job-compartment-request.js.map +1 -0
- package/lib/request/change-stream-source-compartment-request.d.ts +49 -0
- package/lib/request/change-stream-source-compartment-request.js +15 -0
- package/lib/request/change-stream-source-compartment-request.js.map +1 -0
- package/lib/request/change-vision-private-endpoint-compartment-request.d.ts +49 -0
- package/lib/request/change-vision-private-endpoint-compartment-request.js +15 -0
- package/lib/request/change-vision-private-endpoint-compartment-request.js.map +1 -0
- package/lib/request/create-stream-group-request.d.ts +36 -0
- package/lib/request/create-stream-group-request.js +15 -0
- package/lib/request/create-stream-group-request.js.map +1 -0
- package/lib/request/create-stream-job-request.d.ts +36 -0
- package/lib/request/create-stream-job-request.js +15 -0
- package/lib/request/create-stream-job-request.js.map +1 -0
- package/lib/request/create-stream-source-request.d.ts +36 -0
- package/lib/request/create-stream-source-request.js +15 -0
- package/lib/request/create-stream-source-request.js.map +1 -0
- package/lib/request/create-vision-private-endpoint-request.d.ts +36 -0
- package/lib/request/create-vision-private-endpoint-request.js +15 -0
- package/lib/request/create-vision-private-endpoint-request.js.map +1 -0
- package/lib/request/delete-stream-group-request.d.ts +35 -0
- package/lib/request/delete-stream-group-request.js +15 -0
- package/lib/request/delete-stream-group-request.js.map +1 -0
- package/lib/request/delete-stream-job-request.d.ts +35 -0
- package/lib/request/delete-stream-job-request.js +15 -0
- package/lib/request/delete-stream-job-request.js.map +1 -0
- package/lib/request/delete-stream-source-request.d.ts +35 -0
- package/lib/request/delete-stream-source-request.js +15 -0
- package/lib/request/delete-stream-source-request.js.map +1 -0
- package/lib/request/delete-vision-private-endpoint-request.d.ts +35 -0
- package/lib/request/delete-vision-private-endpoint-request.js +15 -0
- package/lib/request/delete-vision-private-endpoint-request.js.map +1 -0
- package/lib/request/get-stream-group-request.d.ts +26 -0
- package/lib/request/get-stream-group-request.js +15 -0
- package/lib/request/get-stream-group-request.js.map +1 -0
- package/lib/request/get-stream-job-request.d.ts +26 -0
- package/lib/request/get-stream-job-request.js +15 -0
- package/lib/request/get-stream-job-request.js.map +1 -0
- package/lib/request/get-stream-source-request.d.ts +26 -0
- package/lib/request/get-stream-source-request.js +15 -0
- package/lib/request/get-stream-source-request.js.map +1 -0
- package/lib/request/get-vision-private-endpoint-request.d.ts +26 -0
- package/lib/request/get-vision-private-endpoint-request.js +15 -0
- package/lib/request/get-vision-private-endpoint-request.js.map +1 -0
- package/lib/request/index.d.ts +52 -0
- package/lib/request/index.js +9 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-stream-groups-request.d.ts +58 -0
- package/lib/request/list-stream-groups-request.js +24 -0
- package/lib/request/list-stream-groups-request.js.map +1 -0
- package/lib/request/list-stream-jobs-request.d.ts +62 -0
- package/lib/request/list-stream-jobs-request.js +24 -0
- package/lib/request/list-stream-jobs-request.js.map +1 -0
- package/lib/request/list-stream-sources-request.d.ts +62 -0
- package/lib/request/list-stream-sources-request.js +24 -0
- package/lib/request/list-stream-sources-request.js.map +1 -0
- package/lib/request/list-vision-private-endpoints-request.d.ts +62 -0
- package/lib/request/list-vision-private-endpoints-request.js +24 -0
- package/lib/request/list-vision-private-endpoints-request.js.map +1 -0
- package/lib/request/start-stream-job-request.d.ts +44 -0
- package/lib/request/start-stream-job-request.js +15 -0
- package/lib/request/start-stream-job-request.js.map +1 -0
- package/lib/request/stop-stream-job-request.d.ts +44 -0
- package/lib/request/stop-stream-job-request.js +15 -0
- package/lib/request/stop-stream-job-request.js.map +1 -0
- package/lib/request/update-stream-group-request.d.ts +40 -0
- package/lib/request/update-stream-group-request.js +15 -0
- package/lib/request/update-stream-group-request.js.map +1 -0
- package/lib/request/update-stream-job-request.d.ts +40 -0
- package/lib/request/update-stream-job-request.js +15 -0
- package/lib/request/update-stream-job-request.js.map +1 -0
- package/lib/request/update-stream-source-request.d.ts +40 -0
- package/lib/request/update-stream-source-request.js +15 -0
- package/lib/request/update-stream-source-request.js.map +1 -0
- package/lib/request/update-vision-private-endpoint-request.d.ts +40 -0
- package/lib/request/update-vision-private-endpoint-request.js +15 -0
- package/lib/request/update-vision-private-endpoint-request.js.map +1 -0
- package/lib/response/change-stream-group-compartment-response.d.ts +25 -0
- package/lib/response/change-stream-group-compartment-response.js +15 -0
- package/lib/response/change-stream-group-compartment-response.js.map +1 -0
- package/lib/response/change-stream-job-compartment-response.d.ts +25 -0
- package/lib/response/change-stream-job-compartment-response.js +15 -0
- package/lib/response/change-stream-job-compartment-response.js.map +1 -0
- package/lib/response/change-stream-source-compartment-response.d.ts +25 -0
- package/lib/response/change-stream-source-compartment-response.js +15 -0
- package/lib/response/change-stream-source-compartment-response.js.map +1 -0
- package/lib/response/change-vision-private-endpoint-compartment-response.d.ts +20 -0
- package/lib/response/change-vision-private-endpoint-compartment-response.js +15 -0
- package/lib/response/change-vision-private-endpoint-compartment-response.js.map +1 -0
- package/lib/response/create-stream-group-response.d.ts +35 -0
- package/lib/response/create-stream-group-response.js +15 -0
- package/lib/response/create-stream-group-response.js.map +1 -0
- package/lib/response/create-stream-job-response.d.ts +35 -0
- package/lib/response/create-stream-job-response.js +15 -0
- package/lib/response/create-stream-job-response.js.map +1 -0
- package/lib/response/create-stream-source-response.d.ts +35 -0
- package/lib/response/create-stream-source-response.js +15 -0
- package/lib/response/create-stream-source-response.js.map +1 -0
- package/lib/response/create-vision-private-endpoint-response.d.ts +35 -0
- package/lib/response/create-vision-private-endpoint-response.js +15 -0
- package/lib/response/create-vision-private-endpoint-response.js.map +1 -0
- package/lib/response/delete-stream-group-response.d.ts +25 -0
- package/lib/response/delete-stream-group-response.js +15 -0
- package/lib/response/delete-stream-group-response.js.map +1 -0
- package/lib/response/delete-stream-job-response.d.ts +25 -0
- package/lib/response/delete-stream-job-response.js +15 -0
- package/lib/response/delete-stream-job-response.js.map +1 -0
- package/lib/response/delete-stream-source-response.d.ts +25 -0
- package/lib/response/delete-stream-source-response.js +15 -0
- package/lib/response/delete-stream-source-response.js.map +1 -0
- package/lib/response/delete-vision-private-endpoint-response.d.ts +25 -0
- package/lib/response/delete-vision-private-endpoint-response.js +15 -0
- package/lib/response/delete-vision-private-endpoint-response.js.map +1 -0
- package/lib/response/get-stream-group-response.d.ts +30 -0
- package/lib/response/get-stream-group-response.js +15 -0
- package/lib/response/get-stream-group-response.js.map +1 -0
- package/lib/response/get-stream-job-response.d.ts +30 -0
- package/lib/response/get-stream-job-response.js +15 -0
- package/lib/response/get-stream-job-response.js.map +1 -0
- package/lib/response/get-stream-source-response.d.ts +30 -0
- package/lib/response/get-stream-source-response.js +15 -0
- package/lib/response/get-stream-source-response.js.map +1 -0
- package/lib/response/get-vision-private-endpoint-response.d.ts +30 -0
- package/lib/response/get-vision-private-endpoint-response.js +15 -0
- package/lib/response/get-vision-private-endpoint-response.js.map +1 -0
- package/lib/response/index.d.ts +52 -0
- package/lib/response/list-stream-groups-response.d.ts +32 -0
- package/lib/response/list-stream-groups-response.js +15 -0
- package/lib/response/list-stream-groups-response.js.map +1 -0
- package/lib/response/list-stream-jobs-response.d.ts +32 -0
- package/lib/response/list-stream-jobs-response.js +15 -0
- package/lib/response/list-stream-jobs-response.js.map +1 -0
- package/lib/response/list-stream-sources-response.d.ts +32 -0
- package/lib/response/list-stream-sources-response.js +15 -0
- package/lib/response/list-stream-sources-response.js.map +1 -0
- package/lib/response/list-vision-private-endpoints-response.d.ts +32 -0
- package/lib/response/list-vision-private-endpoints-response.js +15 -0
- package/lib/response/list-vision-private-endpoints-response.js.map +1 -0
- package/lib/response/start-stream-job-response.d.ts +25 -0
- package/lib/response/start-stream-job-response.js +15 -0
- package/lib/response/start-stream-job-response.js.map +1 -0
- package/lib/response/stop-stream-job-response.d.ts +25 -0
- package/lib/response/stop-stream-job-response.js +15 -0
- package/lib/response/stop-stream-job-response.js.map +1 -0
- package/lib/response/update-stream-group-response.d.ts +25 -0
- package/lib/response/update-stream-group-response.js +15 -0
- package/lib/response/update-stream-group-response.js.map +1 -0
- package/lib/response/update-stream-job-response.d.ts +25 -0
- package/lib/response/update-stream-job-response.js +15 -0
- package/lib/response/update-stream-job-response.js.map +1 -0
- package/lib/response/update-stream-source-response.d.ts +25 -0
- package/lib/response/update-stream-source-response.js +15 -0
- package/lib/response/update-stream-source-response.js.map +1 -0
- package/lib/response/update-vision-private-endpoint-response.d.ts +25 -0
- package/lib/response/update-vision-private-endpoint-response.js +15 -0
- package/lib/response/update-vision-private-endpoint-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Vision API
|
|
4
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.StreamGroupSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var StreamGroupSummary;
|
|
37
|
+
(function (StreamGroupSummary) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"streamOverlaps": obj.streamOverlaps
|
|
41
|
+
? obj.streamOverlaps.map(item => {
|
|
42
|
+
return model.StreamGroupOverlap.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
StreamGroupSummary.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"streamOverlaps": obj.streamOverlaps
|
|
52
|
+
? obj.streamOverlaps.map(item => {
|
|
53
|
+
return model.StreamGroupOverlap.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
StreamGroupSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(StreamGroupSummary = exports.StreamGroupSummary || (exports.StreamGroupSummary = {}));
|
|
61
|
+
//# sourceMappingURL=stream-group-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream-group-summary.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/stream-group-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiElC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
|
|
@@ -0,0 +1,101 @@
|
|
|
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 for a Stream Group
|
|
16
|
+
*/
|
|
17
|
+
export interface StreamGroup {
|
|
18
|
+
/**
|
|
19
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamGroup.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"id": string;
|
|
23
|
+
/**
|
|
24
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of compartment
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"compartmentId": string;
|
|
28
|
+
/**
|
|
29
|
+
* A human-friendly name for the streamGroup.
|
|
30
|
+
*/
|
|
31
|
+
"displayName"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* When the streamGroup was created, as an RFC3339 datetime string.
|
|
34
|
+
*/
|
|
35
|
+
"timeCreated"?: Date;
|
|
36
|
+
/**
|
|
37
|
+
* When the streamGroup was updated, as an RFC3339 datetime string.
|
|
38
|
+
*/
|
|
39
|
+
"timeUpdated"?: Date;
|
|
40
|
+
/**
|
|
41
|
+
* The current state of the streamGroup.
|
|
42
|
+
*/
|
|
43
|
+
"lifecycleState"?: StreamGroup.LifecycleState;
|
|
44
|
+
/**
|
|
45
|
+
* Stream
|
|
46
|
+
*/
|
|
47
|
+
"isEnabled"?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* List of streamSource OCIDs associated with the stream group
|
|
50
|
+
*/
|
|
51
|
+
"streamSourceIds"?: Array<string>;
|
|
52
|
+
/**
|
|
53
|
+
* List of streamSource OCIDs where the streamSource overlaps in field of view.
|
|
54
|
+
*/
|
|
55
|
+
"streamOverlaps"?: Array<model.StreamGroupOverlap>;
|
|
56
|
+
/**
|
|
57
|
+
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
|
|
58
|
+
* For example: {@code {\"bar-key\": \"value\"}}
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"freeformTags"?: {
|
|
62
|
+
[key: string]: string;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
66
|
+
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
"definedTags"?: {
|
|
70
|
+
[key: string]: {
|
|
71
|
+
[key: string]: any;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
76
|
+
* For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
"systemTags"?: {
|
|
80
|
+
[key: string]: {
|
|
81
|
+
[key: string]: any;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
export declare namespace StreamGroup {
|
|
86
|
+
enum LifecycleState {
|
|
87
|
+
Creating = "CREATING",
|
|
88
|
+
Updating = "UPDATING",
|
|
89
|
+
Active = "ACTIVE",
|
|
90
|
+
Deleting = "DELETING",
|
|
91
|
+
Deleted = "DELETED",
|
|
92
|
+
Failed = "FAILED",
|
|
93
|
+
/**
|
|
94
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
95
|
+
* version of the SDK.
|
|
96
|
+
*/
|
|
97
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
98
|
+
}
|
|
99
|
+
function getJsonObj(obj: StreamGroup): object;
|
|
100
|
+
function getDeserializedJsonObj(obj: StreamGroup): object;
|
|
101
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
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.StreamGroup = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var StreamGroup;
|
|
37
|
+
(function (StreamGroup) {
|
|
38
|
+
let LifecycleState;
|
|
39
|
+
(function (LifecycleState) {
|
|
40
|
+
LifecycleState["Creating"] = "CREATING";
|
|
41
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
42
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
43
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
44
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
45
|
+
LifecycleState["Failed"] = "FAILED";
|
|
46
|
+
/**
|
|
47
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
48
|
+
* version of the SDK.
|
|
49
|
+
*/
|
|
50
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
51
|
+
})(LifecycleState = StreamGroup.LifecycleState || (StreamGroup.LifecycleState = {}));
|
|
52
|
+
function getJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"streamOverlaps": obj.streamOverlaps
|
|
55
|
+
? obj.streamOverlaps.map(item => {
|
|
56
|
+
return model.StreamGroupOverlap.getJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
StreamGroup.getJsonObj = getJsonObj;
|
|
63
|
+
function getDeserializedJsonObj(obj) {
|
|
64
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
65
|
+
"streamOverlaps": obj.streamOverlaps
|
|
66
|
+
? obj.streamOverlaps.map(item => {
|
|
67
|
+
return model.StreamGroupOverlap.getDeserializedJsonObj(item);
|
|
68
|
+
})
|
|
69
|
+
: undefined
|
|
70
|
+
});
|
|
71
|
+
return jsonObj;
|
|
72
|
+
}
|
|
73
|
+
StreamGroup.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
74
|
+
})(StreamGroup = exports.StreamGroup || (exports.StreamGroup = {}));
|
|
75
|
+
//# sourceMappingURL=stream-group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream-group.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/stream-group.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiElC,IAAiB,WAAW,CA2C3B;AA3CD,WAAiB,WAAW;IAC1B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,0BAAc,KAAd,0BAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA3CgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA2C3B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vision API
|
|
3
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* The results of a stream job search.
|
|
16
|
+
*/
|
|
17
|
+
export interface StreamJobCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of stream jobs.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.StreamJobSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace StreamJobCollection {
|
|
24
|
+
function getJsonObj(obj: StreamJobCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: StreamJobCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Vision API
|
|
4
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.StreamJobCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var StreamJobCollection;
|
|
37
|
+
(function (StreamJobCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.StreamJobSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
StreamJobCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.StreamJobSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
StreamJobCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(StreamJobCollection = exports.StreamJobCollection || (exports.StreamJobCollection = {}));
|
|
61
|
+
//# sourceMappingURL=stream-job-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream-job-collection.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/stream-job-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,mBAAmB,CA6BnC;AA7BD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6BnC"}
|
|
@@ -0,0 +1,90 @@
|
|
|
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
|
+
* Job details for a stream analysis.
|
|
16
|
+
*/
|
|
17
|
+
export interface StreamJobSummary {
|
|
18
|
+
/**
|
|
19
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamJob.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"id": string;
|
|
23
|
+
/**
|
|
24
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamSource
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"streamSourceId": string;
|
|
28
|
+
/**
|
|
29
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of compartment
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"compartmentId": string;
|
|
33
|
+
/**
|
|
34
|
+
* Stream job display name.
|
|
35
|
+
*/
|
|
36
|
+
"displayName"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* List of document analysis features.
|
|
39
|
+
*/
|
|
40
|
+
"features": Array<model.VideoStreamFeature>;
|
|
41
|
+
"streamOutputLocation"?: model.ObjectStorageOutputLocation;
|
|
42
|
+
/**
|
|
43
|
+
* The current state of the Stream job.
|
|
44
|
+
*/
|
|
45
|
+
"lifecycleState": string;
|
|
46
|
+
/**
|
|
47
|
+
* Additional Details of the state of streamJob
|
|
48
|
+
*/
|
|
49
|
+
"lifecycleDetails": string;
|
|
50
|
+
/**
|
|
51
|
+
* When the streamJob was created, as an RFC3339 datetime string.
|
|
52
|
+
*/
|
|
53
|
+
"timeCreated": Date;
|
|
54
|
+
/**
|
|
55
|
+
* When the streamJob was updated, as an RFC3339 datetime string.
|
|
56
|
+
*/
|
|
57
|
+
"timeUpdated"?: Date;
|
|
58
|
+
/**
|
|
59
|
+
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
|
|
60
|
+
* For example: {@code {\"bar-key\": \"value\"}}
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"freeformTags"?: {
|
|
64
|
+
[key: string]: string;
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
68
|
+
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"definedTags"?: {
|
|
72
|
+
[key: string]: {
|
|
73
|
+
[key: string]: any;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
78
|
+
* For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
"systemTags"?: {
|
|
82
|
+
[key: string]: {
|
|
83
|
+
[key: string]: any;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
export declare namespace StreamJobSummary {
|
|
88
|
+
function getJsonObj(obj: StreamJobSummary): object;
|
|
89
|
+
function getDeserializedJsonObj(obj: StreamJobSummary): object;
|
|
90
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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.StreamJobSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var StreamJobSummary;
|
|
37
|
+
(function (StreamJobSummary) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"features": obj.features
|
|
41
|
+
? obj.features.map(item => {
|
|
42
|
+
return model.VideoStreamFeature.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined,
|
|
45
|
+
"streamOutputLocation": obj.streamOutputLocation
|
|
46
|
+
? model.StreamOutputLocation.getJsonObj(obj.streamOutputLocation)
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
StreamJobSummary.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"features": obj.features
|
|
55
|
+
? obj.features.map(item => {
|
|
56
|
+
return model.VideoStreamFeature.getDeserializedJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined,
|
|
59
|
+
"streamOutputLocation": obj.streamOutputLocation
|
|
60
|
+
? model.StreamOutputLocation.getDeserializedJsonObj(obj.streamOutputLocation)
|
|
61
|
+
: undefined
|
|
62
|
+
});
|
|
63
|
+
return jsonObj;
|
|
64
|
+
}
|
|
65
|
+
StreamJobSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
66
|
+
})(StreamJobSummary = exports.StreamJobSummary || (exports.StreamJobSummary = {}));
|
|
67
|
+
//# sourceMappingURL=stream-job-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream-job-summary.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/stream-job-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmElC,IAAiB,gBAAgB,CAmChC;AAnCD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,2BAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,uCAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAmChC"}
|
|
@@ -0,0 +1,109 @@
|
|
|
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
|
+
* Job details for a stream analysis.
|
|
16
|
+
*/
|
|
17
|
+
export interface StreamJob {
|
|
18
|
+
/**
|
|
19
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamJob.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"id": string;
|
|
23
|
+
/**
|
|
24
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamSource
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"streamSourceId": string;
|
|
28
|
+
/**
|
|
29
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of compartment
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"compartmentId": string;
|
|
33
|
+
/**
|
|
34
|
+
* Stream job display name.
|
|
35
|
+
*/
|
|
36
|
+
"displayName"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* a list of document analysis features.
|
|
39
|
+
*/
|
|
40
|
+
"features": Array<model.VideoStreamFeature>;
|
|
41
|
+
"streamOutputLocation"?: model.ObjectStorageOutputLocation;
|
|
42
|
+
/**
|
|
43
|
+
* participant id of agent where results need to be sent
|
|
44
|
+
*/
|
|
45
|
+
"agentParticipantId"?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The current state of the Stream job.
|
|
48
|
+
*/
|
|
49
|
+
"lifecycleState": StreamJob.LifecycleState;
|
|
50
|
+
/**
|
|
51
|
+
* Additional details about current state of streamJob
|
|
52
|
+
*/
|
|
53
|
+
"lifecycleDetails"?: string;
|
|
54
|
+
/**
|
|
55
|
+
* When the streamJob was created, as an RFC3339 datetime string.
|
|
56
|
+
*/
|
|
57
|
+
"timeCreated": Date;
|
|
58
|
+
/**
|
|
59
|
+
* When the stream job was updated, as an RFC3339 datetime string.
|
|
60
|
+
*/
|
|
61
|
+
"timeUpdated"?: Date;
|
|
62
|
+
/**
|
|
63
|
+
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
|
|
64
|
+
* For example: {@code {\"bar-key\": \"value\"}}
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
"freeformTags"?: {
|
|
68
|
+
[key: string]: string;
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
72
|
+
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
"definedTags"?: {
|
|
76
|
+
[key: string]: {
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
82
|
+
* For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
"systemTags"?: {
|
|
86
|
+
[key: string]: {
|
|
87
|
+
[key: string]: any;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
export declare namespace StreamJob {
|
|
92
|
+
enum LifecycleState {
|
|
93
|
+
Creating = "CREATING",
|
|
94
|
+
Updating = "UPDATING",
|
|
95
|
+
Active = "ACTIVE",
|
|
96
|
+
Deleting = "DELETING",
|
|
97
|
+
Deleted = "DELETED",
|
|
98
|
+
Failed = "FAILED",
|
|
99
|
+
Inactive = "INACTIVE",
|
|
100
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
101
|
+
/**
|
|
102
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
103
|
+
* version of the SDK.
|
|
104
|
+
*/
|
|
105
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
106
|
+
}
|
|
107
|
+
function getJsonObj(obj: StreamJob): object;
|
|
108
|
+
function getDeserializedJsonObj(obj: StreamJob): object;
|
|
109
|
+
}
|