oci-aivision 2.14.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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +1521 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/aiservicevision-waiter.d.ts +60 -0
- package/lib/aiservicevision-waiter.js +112 -0
- package/lib/aiservicevision-waiter.js.map +1 -0
- package/lib/client.d.ts +310 -0
- package/lib/client.js +1688 -0
- package/lib/client.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/analyze-document-details.d.ts +40 -0
- package/lib/model/analyze-document-details.js +71 -0
- package/lib/model/analyze-document-details.js.map +1 -0
- package/lib/model/analyze-document-result.d.ts +63 -0
- package/lib/model/analyze-document-result.js +97 -0
- package/lib/model/analyze-document-result.js.map +1 -0
- package/lib/model/analyze-image-details.d.ts +31 -0
- package/lib/model/analyze-image-details.js +63 -0
- package/lib/model/analyze-image-details.js.map +1 -0
- package/lib/model/analyze-image-result.d.ts +51 -0
- package/lib/model/analyze-image-result.js +95 -0
- package/lib/model/analyze-image-result.js.map +1 -0
- package/lib/model/bounding-polygon.d.ts +28 -0
- package/lib/model/bounding-polygon.js +61 -0
- package/lib/model/bounding-polygon.js.map +1 -0
- package/lib/model/cell.d.ts +43 -0
- package/lib/model/cell.js +57 -0
- package/lib/model/cell.js.map +1 -0
- package/lib/model/change-model-compartment-details.d.ts +27 -0
- package/lib/model/change-model-compartment-details.js +29 -0
- package/lib/model/change-model-compartment-details.js.map +1 -0
- package/lib/model/change-project-compartment-details.d.ts +27 -0
- package/lib/model/change-project-compartment-details.js +29 -0
- package/lib/model/change-project-compartment-details.js.map +1 -0
- package/lib/model/create-document-job-details.d.ts +48 -0
- package/lib/model/create-document-job-details.js +73 -0
- package/lib/model/create-document-job-details.js.map +1 -0
- package/lib/model/create-image-job-details.d.ts +40 -0
- package/lib/model/create-image-job-details.js +73 -0
- package/lib/model/create-image-job-details.js.map +1 -0
- package/lib/model/create-model-details.d.ts +75 -0
- package/lib/model/create-model-details.js +69 -0
- package/lib/model/create-model-details.js.map +1 -0
- package/lib/model/create-project-details.d.ts +51 -0
- package/lib/model/create-project-details.js +29 -0
- package/lib/model/create-project-details.js.map +1 -0
- package/lib/model/data-science-labeling-dataset.d.ts +28 -0
- package/lib/model/data-science-labeling-dataset.js +52 -0
- package/lib/model/data-science-labeling-dataset.js.map +1 -0
- package/lib/model/dataset.d.ts +22 -0
- package/lib/model/dataset.js +69 -0
- package/lib/model/dataset.js.map +1 -0
- package/lib/model/detected-document-type.d.ts +29 -0
- package/lib/model/detected-document-type.js +29 -0
- package/lib/model/detected-document-type.js.map +1 -0
- package/lib/model/detected-language.d.ts +30 -0
- package/lib/model/detected-language.js +29 -0
- package/lib/model/detected-language.js.map +1 -0
- package/lib/model/dimensions.d.ts +42 -0
- package/lib/model/dimensions.js +39 -0
- package/lib/model/dimensions.js.map +1 -0
- package/lib/model/document-classification-feature.d.ts +32 -0
- package/lib/model/document-classification-feature.js +54 -0
- package/lib/model/document-classification-feature.js.map +1 -0
- package/lib/model/document-details.d.ts +22 -0
- package/lib/model/document-details.js +69 -0
- package/lib/model/document-details.js.map +1 -0
- package/lib/model/document-feature.d.ts +22 -0
- package/lib/model/document-feature.js +81 -0
- package/lib/model/document-feature.js.map +1 -0
- package/lib/model/document-field.d.ts +40 -0
- package/lib/model/document-field.js +75 -0
- package/lib/model/document-field.js.map +1 -0
- package/lib/model/document-job.d.ts +98 -0
- package/lib/model/document-job.js +97 -0
- package/lib/model/document-job.js.map +1 -0
- package/lib/model/document-key-value-detection-feature.d.ts +24 -0
- package/lib/model/document-key-value-detection-feature.js +54 -0
- package/lib/model/document-key-value-detection-feature.js.map +1 -0
- package/lib/model/document-language-classification-feature.d.ts +28 -0
- package/lib/model/document-language-classification-feature.js +54 -0
- package/lib/model/document-language-classification-feature.js.map +1 -0
- package/lib/model/document-language.d.ts +51 -0
- package/lib/model/document-language.js +62 -0
- package/lib/model/document-language.js.map +1 -0
- package/lib/model/document-metadata.d.ts +29 -0
- package/lib/model/document-metadata.js +29 -0
- package/lib/model/document-metadata.js.map +1 -0
- package/lib/model/document-table-detection-feature.d.ts +24 -0
- package/lib/model/document-table-detection-feature.js +54 -0
- package/lib/model/document-table-detection-feature.js.map +1 -0
- package/lib/model/document-text-detection-feature.d.ts +28 -0
- package/lib/model/document-text-detection-feature.js +54 -0
- package/lib/model/document-text-detection-feature.js.map +1 -0
- package/lib/model/document-type.d.ts +36 -0
- package/lib/model/document-type.js +47 -0
- package/lib/model/document-type.js.map +1 -0
- package/lib/model/field-label.d.ts +29 -0
- package/lib/model/field-label.js +29 -0
- package/lib/model/field-label.js.map +1 -0
- package/lib/model/field-name.d.ts +35 -0
- package/lib/model/field-name.js +57 -0
- package/lib/model/field-name.js.map +1 -0
- package/lib/model/field-value.d.ts +36 -0
- package/lib/model/field-value.js +97 -0
- package/lib/model/field-value.js.map +1 -0
- package/lib/model/image-classification-feature.d.ts +32 -0
- package/lib/model/image-classification-feature.js +54 -0
- package/lib/model/image-classification-feature.js.map +1 -0
- package/lib/model/image-details.d.ts +22 -0
- package/lib/model/image-details.js +69 -0
- package/lib/model/image-details.js.map +1 -0
- package/lib/model/image-feature.d.ts +22 -0
- package/lib/model/image-feature.js +73 -0
- package/lib/model/image-feature.js.map +1 -0
- package/lib/model/image-job.d.ts +90 -0
- package/lib/model/image-job.js +97 -0
- package/lib/model/image-job.js.map +1 -0
- package/lib/model/image-object-detection-feature.d.ts +32 -0
- package/lib/model/image-object-detection-feature.js +54 -0
- package/lib/model/image-object-detection-feature.js.map +1 -0
- package/lib/model/image-object.d.ts +31 -0
- package/lib/model/image-object.js +57 -0
- package/lib/model/image-object.js.map +1 -0
- package/lib/model/image-text-detection-feature.d.ts +28 -0
- package/lib/model/image-text-detection-feature.js +54 -0
- package/lib/model/image-text-detection-feature.js.map +1 -0
- package/lib/model/image-text.d.ts +30 -0
- package/lib/model/image-text.js +71 -0
- package/lib/model/image-text.js.map +1 -0
- package/lib/model/index.d.ts +182 -0
- package/lib/model/index.js +206 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/inline-document-details.d.ts +28 -0
- package/lib/model/inline-document-details.js +52 -0
- package/lib/model/inline-document-details.js.map +1 -0
- package/lib/model/inline-image-details.d.ts +28 -0
- package/lib/model/inline-image-details.js +52 -0
- package/lib/model/inline-image-details.js.map +1 -0
- package/lib/model/input-location.d.ts +22 -0
- package/lib/model/input-location.js +65 -0
- package/lib/model/input-location.js.map +1 -0
- package/lib/model/label.d.ts +29 -0
- package/lib/model/label.js +29 -0
- package/lib/model/label.js.map +1 -0
- package/lib/model/line.d.ts +35 -0
- package/lib/model/line.js +57 -0
- package/lib/model/line.js.map +1 -0
- package/lib/model/model-collection.d.ts +26 -0
- package/lib/model/model-collection.js +61 -0
- package/lib/model/model-collection.js.map +1 -0
- package/lib/model/model-summary.d.ts +101 -0
- package/lib/model/model-summary.js +69 -0
- package/lib/model/model-summary.js.map +1 -0
- package/lib/model/model.d.ts +159 -0
- package/lib/model/model.js +93 -0
- package/lib/model/model.js.map +1 -0
- package/lib/model/normalized-vertex.d.ts +32 -0
- package/lib/model/normalized-vertex.js +29 -0
- package/lib/model/normalized-vertex.js.map +1 -0
- package/lib/model/object-list-inline-input-location.d.ts +28 -0
- package/lib/model/object-list-inline-input-location.js +66 -0
- package/lib/model/object-list-inline-input-location.js.map +1 -0
- package/lib/model/object-location.d.ts +33 -0
- package/lib/model/object-location.js +29 -0
- package/lib/model/object-location.js.map +1 -0
- package/lib/model/object-storage-dataset.d.ts +36 -0
- package/lib/model/object-storage-dataset.js +52 -0
- package/lib/model/object-storage-dataset.js.map +1 -0
- package/lib/model/object-storage-document-details.d.ts +36 -0
- package/lib/model/object-storage-document-details.js +54 -0
- package/lib/model/object-storage-document-details.js.map +1 -0
- package/lib/model/object-storage-image-details.d.ts +36 -0
- package/lib/model/object-storage-image-details.js +54 -0
- package/lib/model/object-storage-image-details.js.map +1 -0
- package/lib/model/ontology-class.d.ts +33 -0
- package/lib/model/ontology-class.js +29 -0
- package/lib/model/ontology-class.js.map +1 -0
- package/lib/model/operation-status.d.ts +33 -0
- package/lib/model/operation-status.js +44 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +34 -0
- package/lib/model/operation-type.js +45 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/output-location.d.ts +33 -0
- package/lib/model/output-location.js +29 -0
- package/lib/model/output-location.js.map +1 -0
- package/lib/model/page.d.ts +51 -0
- package/lib/model/page.js +115 -0
- package/lib/model/page.js.map +1 -0
- package/lib/model/processing-error.d.ts +29 -0
- package/lib/model/processing-error.js +29 -0
- package/lib/model/processing-error.js.map +1 -0
- package/lib/model/project-collection.d.ts +26 -0
- package/lib/model/project-collection.js +61 -0
- package/lib/model/project-collection.js.map +1 -0
- package/lib/model/project-summary.d.ts +77 -0
- package/lib/model/project-summary.js +29 -0
- package/lib/model/project-summary.js.map +1 -0
- package/lib/model/project.d.ts +94 -0
- package/lib/model/project.js +43 -0
- package/lib/model/project.js.map +1 -0
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/table-row.d.ts +26 -0
- package/lib/model/table-row.js +61 -0
- package/lib/model/table-row.js.map +1 -0
- package/lib/model/table.d.ts +47 -0
- package/lib/model/table.js +87 -0
- package/lib/model/table.js.map +1 -0
- package/lib/model/update-model-details.d.ts +47 -0
- package/lib/model/update-model-details.js +29 -0
- package/lib/model/update-model-details.js.map +1 -0
- package/lib/model/update-project-details.d.ts +47 -0
- package/lib/model/update-project-details.js +29 -0
- package/lib/model/update-project-details.js.map +1 -0
- package/lib/model/value-array.d.ts +25 -0
- package/lib/model/value-array.js +62 -0
- package/lib/model/value-array.js.map +1 -0
- package/lib/model/value-date.d.ts +28 -0
- package/lib/model/value-date.js +50 -0
- package/lib/model/value-date.js.map +1 -0
- package/lib/model/value-integer.d.ts +28 -0
- package/lib/model/value-integer.js +50 -0
- package/lib/model/value-integer.js.map +1 -0
- package/lib/model/value-number.d.ts +28 -0
- package/lib/model/value-number.js +50 -0
- package/lib/model/value-number.js.map +1 -0
- package/lib/model/value-phone-number.d.ts +28 -0
- package/lib/model/value-phone-number.js +52 -0
- package/lib/model/value-phone-number.js.map +1 -0
- package/lib/model/value-string.d.ts +28 -0
- package/lib/model/value-string.js +50 -0
- package/lib/model/value-string.js.map +1 -0
- package/lib/model/value-time.d.ts +28 -0
- package/lib/model/value-time.js +50 -0
- package/lib/model/value-time.js.map +1 -0
- package/lib/model/word.d.ts +31 -0
- package/lib/model/word.js +57 -0
- package/lib/model/word.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +35 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +29 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +42 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +67 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +65 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/analyze-document-request.d.ts +27 -0
- package/lib/request/analyze-document-request.js +15 -0
- package/lib/request/analyze-document-request.js.map +1 -0
- package/lib/request/analyze-image-request.d.ts +27 -0
- package/lib/request/analyze-image-request.js +15 -0
- package/lib/request/analyze-image-request.js.map +1 -0
- package/lib/request/cancel-document-job-request.d.ts +35 -0
- package/lib/request/cancel-document-job-request.js +15 -0
- package/lib/request/cancel-document-job-request.js.map +1 -0
- package/lib/request/cancel-image-job-request.d.ts +35 -0
- package/lib/request/cancel-image-job-request.js +15 -0
- package/lib/request/cancel-image-job-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +35 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/change-model-compartment-request.d.ts +40 -0
- package/lib/request/change-model-compartment-request.js +15 -0
- package/lib/request/change-model-compartment-request.js.map +1 -0
- package/lib/request/change-project-compartment-request.d.ts +40 -0
- package/lib/request/change-project-compartment-request.js +15 -0
- package/lib/request/change-project-compartment-request.js.map +1 -0
- package/lib/request/create-document-job-request.d.ts +36 -0
- package/lib/request/create-document-job-request.js +15 -0
- package/lib/request/create-document-job-request.js.map +1 -0
- package/lib/request/create-image-job-request.d.ts +36 -0
- package/lib/request/create-image-job-request.js +15 -0
- package/lib/request/create-image-job-request.js.map +1 -0
- package/lib/request/create-model-request.d.ts +36 -0
- package/lib/request/create-model-request.js +15 -0
- package/lib/request/create-model-request.js.map +1 -0
- package/lib/request/create-project-request.d.ts +36 -0
- package/lib/request/create-project-request.js +15 -0
- package/lib/request/create-project-request.js.map +1 -0
- package/lib/request/delete-model-request.d.ts +35 -0
- package/lib/request/delete-model-request.js +15 -0
- package/lib/request/delete-model-request.js.map +1 -0
- package/lib/request/delete-project-request.d.ts +35 -0
- package/lib/request/delete-project-request.js +15 -0
- package/lib/request/delete-project-request.js.map +1 -0
- package/lib/request/get-document-job-request.d.ts +26 -0
- package/lib/request/get-document-job-request.js +15 -0
- package/lib/request/get-document-job-request.js.map +1 -0
- package/lib/request/get-image-job-request.d.ts +26 -0
- package/lib/request/get-image-job-request.js +15 -0
- package/lib/request/get-image-job-request.js.map +1 -0
- package/lib/request/get-model-request.d.ts +26 -0
- package/lib/request/get-model-request.js +15 -0
- package/lib/request/get-model-request.js.map +1 -0
- package/lib/request/get-project-request.d.ts +26 -0
- package/lib/request/get-project-request.js +15 -0
- package/lib/request/get-project-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +26 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +62 -0
- package/lib/request/index.js +45 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-models-request.d.ts +66 -0
- package/lib/request/list-models-request.js +24 -0
- package/lib/request/list-models-request.js.map +1 -0
- package/lib/request/list-projects-request.d.ts +62 -0
- package/lib/request/list-projects-request.js +24 -0
- package/lib/request/list-projects-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +49 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +49 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +61 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/update-model-request.d.ts +40 -0
- package/lib/request/update-model-request.js +15 -0
- package/lib/request/update-model-request.js.map +1 -0
- package/lib/request/update-project-request.d.ts +40 -0
- package/lib/request/update-project-request.js +15 -0
- package/lib/request/update-project-request.js.map +1 -0
- package/lib/response/analyze-document-response.d.ts +30 -0
- package/lib/response/analyze-document-response.js +15 -0
- package/lib/response/analyze-document-response.js.map +1 -0
- package/lib/response/analyze-image-response.d.ts +30 -0
- package/lib/response/analyze-image-response.js +15 -0
- package/lib/response/analyze-image-response.js.map +1 -0
- package/lib/response/cancel-document-job-response.d.ts +20 -0
- package/lib/response/cancel-document-job-response.js +15 -0
- package/lib/response/cancel-document-job-response.js.map +1 -0
- package/lib/response/cancel-image-job-response.d.ts +20 -0
- package/lib/response/cancel-image-job-response.js +15 -0
- package/lib/response/cancel-image-job-response.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/change-model-compartment-response.d.ts +20 -0
- package/lib/response/change-model-compartment-response.js +15 -0
- package/lib/response/change-model-compartment-response.js.map +1 -0
- package/lib/response/change-project-compartment-response.d.ts +20 -0
- package/lib/response/change-project-compartment-response.js +15 -0
- package/lib/response/change-project-compartment-response.js.map +1 -0
- package/lib/response/create-document-job-response.d.ts +30 -0
- package/lib/response/create-document-job-response.js +15 -0
- package/lib/response/create-document-job-response.js.map +1 -0
- package/lib/response/create-image-job-response.d.ts +30 -0
- package/lib/response/create-image-job-response.js +15 -0
- package/lib/response/create-image-job-response.js.map +1 -0
- package/lib/response/create-model-response.d.ts +35 -0
- package/lib/response/create-model-response.js +15 -0
- package/lib/response/create-model-response.js.map +1 -0
- package/lib/response/create-project-response.d.ts +35 -0
- package/lib/response/create-project-response.js +15 -0
- package/lib/response/create-project-response.js.map +1 -0
- package/lib/response/delete-model-response.d.ts +25 -0
- package/lib/response/delete-model-response.js +15 -0
- package/lib/response/delete-model-response.js.map +1 -0
- package/lib/response/delete-project-response.d.ts +25 -0
- package/lib/response/delete-project-response.js +15 -0
- package/lib/response/delete-project-response.js.map +1 -0
- package/lib/response/get-document-job-response.d.ts +30 -0
- package/lib/response/get-document-job-response.js +15 -0
- package/lib/response/get-document-job-response.js.map +1 -0
- package/lib/response/get-image-job-response.d.ts +30 -0
- package/lib/response/get-image-job-response.js +15 -0
- package/lib/response/get-image-job-response.js.map +1 -0
- package/lib/response/get-model-response.d.ts +30 -0
- package/lib/response/get-model-response.js +15 -0
- package/lib/response/get-model-response.js.map +1 -0
- package/lib/response/get-project-response.d.ts +30 -0
- package/lib/response/get-project-response.js +15 -0
- package/lib/response/get-project-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +62 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-models-response.d.ts +32 -0
- package/lib/response/list-models-response.js +15 -0
- package/lib/response/list-models-response.js.map +1 -0
- package/lib/response/list-projects-response.d.ts +32 -0
- package/lib/response/list-projects-response.js +15 -0
- package/lib/response/list-projects-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +32 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-model-response.d.ts +25 -0
- package/lib/response/update-model-response.js +15 -0
- package/lib/response/update-model-response.js.map +1 -0
- package/lib/response/update-project-response.d.ts +25 -0
- package/lib/response/update-project-response.js +15 -0
- package/lib/response/update-project-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VisionService API
|
|
3
|
+
* A description of the VisionService API.
|
|
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, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Type of the document.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum DocumentType {
|
|
17
|
+
Invoice = "INVOICE",
|
|
18
|
+
Receipt = "RECEIPT",
|
|
19
|
+
Resume = "RESUME",
|
|
20
|
+
TaxForm = "TAX_FORM",
|
|
21
|
+
DriverLicense = "DRIVER_LICENSE",
|
|
22
|
+
Passport = "PASSPORT",
|
|
23
|
+
BankStatement = "BANK_STATEMENT",
|
|
24
|
+
Check = "CHECK",
|
|
25
|
+
Payslip = "PAYSLIP",
|
|
26
|
+
Others = "OTHERS",
|
|
27
|
+
/**
|
|
28
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
|
+
* version of the SDK.
|
|
30
|
+
*/
|
|
31
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
32
|
+
}
|
|
33
|
+
export declare namespace DocumentType {
|
|
34
|
+
function getJsonObj(obj: DocumentType): DocumentType;
|
|
35
|
+
function getDeserializedJsonObj(obj: DocumentType): DocumentType;
|
|
36
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* VisionService API
|
|
4
|
+
* A description of the VisionService API.
|
|
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, 2022, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.DocumentType = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Type of the document.
|
|
18
|
+
**/
|
|
19
|
+
var DocumentType;
|
|
20
|
+
(function (DocumentType) {
|
|
21
|
+
DocumentType["Invoice"] = "INVOICE";
|
|
22
|
+
DocumentType["Receipt"] = "RECEIPT";
|
|
23
|
+
DocumentType["Resume"] = "RESUME";
|
|
24
|
+
DocumentType["TaxForm"] = "TAX_FORM";
|
|
25
|
+
DocumentType["DriverLicense"] = "DRIVER_LICENSE";
|
|
26
|
+
DocumentType["Passport"] = "PASSPORT";
|
|
27
|
+
DocumentType["BankStatement"] = "BANK_STATEMENT";
|
|
28
|
+
DocumentType["Check"] = "CHECK";
|
|
29
|
+
DocumentType["Payslip"] = "PAYSLIP";
|
|
30
|
+
DocumentType["Others"] = "OTHERS";
|
|
31
|
+
/**
|
|
32
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
33
|
+
* version of the SDK.
|
|
34
|
+
*/
|
|
35
|
+
DocumentType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
36
|
+
})(DocumentType = exports.DocumentType || (exports.DocumentType = {}));
|
|
37
|
+
(function (DocumentType) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
return obj;
|
|
40
|
+
}
|
|
41
|
+
DocumentType.getJsonObj = getJsonObj;
|
|
42
|
+
function getDeserializedJsonObj(obj) {
|
|
43
|
+
return obj;
|
|
44
|
+
}
|
|
45
|
+
DocumentType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
46
|
+
})(DocumentType = exports.DocumentType || (exports.DocumentType = {}));
|
|
47
|
+
//# sourceMappingURL=document-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-type.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/document-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,YAiBX;AAjBD,WAAY,YAAY;IACtB,mCAAmB,CAAA;IACnB,mCAAmB,CAAA;IACnB,iCAAiB,CAAA;IACjB,oCAAoB,CAAA;IACpB,gDAAgC,CAAA;IAChC,qCAAqB,CAAA;IACrB,gDAAgC,CAAA;IAChC,+BAAe,CAAA;IACf,mCAAmB,CAAA;IACnB,iCAAiB,CAAA;IAEjB;;;OAGG;IACH,8CAA8B,CAAA;AAChC,CAAC,EAjBW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAiBvB;AAED,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,uBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAO5B"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VisionService API
|
|
3
|
+
* A description of the VisionService API.
|
|
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, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Label in a field.
|
|
15
|
+
*/
|
|
16
|
+
export interface FieldLabel {
|
|
17
|
+
/**
|
|
18
|
+
* Name of the field label.
|
|
19
|
+
*/
|
|
20
|
+
"name": string;
|
|
21
|
+
/**
|
|
22
|
+
* Confidence score between 0 to 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
|
+
*/
|
|
24
|
+
"confidence"?: number;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace FieldLabel {
|
|
27
|
+
function getJsonObj(obj: FieldLabel): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: FieldLabel): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* VisionService API
|
|
4
|
+
* A description of the VisionService API.
|
|
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, 2022, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.FieldLabel = void 0;
|
|
16
|
+
var FieldLabel;
|
|
17
|
+
(function (FieldLabel) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
FieldLabel.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
FieldLabel.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(FieldLabel = exports.FieldLabel || (exports.FieldLabel = {}));
|
|
29
|
+
//# sourceMappingURL=field-label.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field-label.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/field-label.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,UAAU,CAW1B;AAXD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAW1B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VisionService API
|
|
3
|
+
* A description of the VisionService API.
|
|
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, 2022, 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
|
+
* Name of a form field.
|
|
16
|
+
*/
|
|
17
|
+
export interface FieldName {
|
|
18
|
+
/**
|
|
19
|
+
* Name of the field.
|
|
20
|
+
*/
|
|
21
|
+
"name": string;
|
|
22
|
+
/**
|
|
23
|
+
* Confidence score between 0 to 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
24
|
+
*/
|
|
25
|
+
"confidence"?: number;
|
|
26
|
+
"boundingPolygon"?: model.BoundingPolygon;
|
|
27
|
+
/**
|
|
28
|
+
* Indexes of the words in the field name.
|
|
29
|
+
*/
|
|
30
|
+
"wordIndexes"?: Array<number>;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace FieldName {
|
|
33
|
+
function getJsonObj(obj: FieldName): object;
|
|
34
|
+
function getDeserializedJsonObj(obj: FieldName): object;
|
|
35
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* VisionService API
|
|
4
|
+
* A description of the VisionService API.
|
|
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, 2022, 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.FieldName = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var FieldName;
|
|
37
|
+
(function (FieldName) {
|
|
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
|
+
FieldName.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
|
+
FieldName.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(FieldName = exports.FieldName || (exports.FieldName = {}));
|
|
57
|
+
//# sourceMappingURL=field-name.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field-name.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/field-name.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,SAAS,CAyBzB;AAzBD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,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,oBAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,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,gCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAyBzB"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VisionService API
|
|
3
|
+
* A description of the VisionService API.
|
|
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, 2022, 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
|
+
* Value of a form field.
|
|
16
|
+
*/
|
|
17
|
+
export interface FieldValue {
|
|
18
|
+
/**
|
|
19
|
+
* Detected text of a field.
|
|
20
|
+
*/
|
|
21
|
+
"text"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Confidence score between 0 to 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
24
|
+
*/
|
|
25
|
+
"confidence": number;
|
|
26
|
+
"boundingPolygon": model.BoundingPolygon;
|
|
27
|
+
/**
|
|
28
|
+
* Indexes of the words in the field value.
|
|
29
|
+
*/
|
|
30
|
+
"wordIndexes": Array<number>;
|
|
31
|
+
"valueType": string;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace FieldValue {
|
|
34
|
+
function getJsonObj(obj: FieldValue): object;
|
|
35
|
+
function getDeserializedJsonObj(obj: FieldValue): object;
|
|
36
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* VisionService API
|
|
4
|
+
* A description of the VisionService API.
|
|
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, 2022, 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.FieldValue = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var FieldValue;
|
|
37
|
+
(function (FieldValue) {
|
|
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
|
+
if ("valueType" in obj && obj.valueType) {
|
|
45
|
+
switch (obj.valueType) {
|
|
46
|
+
case "TIME":
|
|
47
|
+
return model.ValueTime.getJsonObj(jsonObj, true);
|
|
48
|
+
case "INTEGER":
|
|
49
|
+
return model.ValueInteger.getJsonObj(jsonObj, true);
|
|
50
|
+
case "DATE":
|
|
51
|
+
return model.ValueDate.getJsonObj(jsonObj, true);
|
|
52
|
+
case "NUMBER":
|
|
53
|
+
return model.ValueNumber.getJsonObj(jsonObj, true);
|
|
54
|
+
case "STRING":
|
|
55
|
+
return model.ValueString.getJsonObj(jsonObj, true);
|
|
56
|
+
case "PHONE_NUMBER":
|
|
57
|
+
return model.ValuePhoneNumber.getJsonObj(jsonObj, true);
|
|
58
|
+
case "ARRAY":
|
|
59
|
+
return model.ValueArray.getJsonObj(jsonObj, true);
|
|
60
|
+
default:
|
|
61
|
+
throw Error("Unknown value for: " + obj.valueType);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
FieldValue.getJsonObj = getJsonObj;
|
|
67
|
+
function getDeserializedJsonObj(obj) {
|
|
68
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
69
|
+
"boundingPolygon": obj.boundingPolygon
|
|
70
|
+
? model.BoundingPolygon.getDeserializedJsonObj(obj.boundingPolygon)
|
|
71
|
+
: undefined
|
|
72
|
+
});
|
|
73
|
+
if ("valueType" in obj && obj.valueType) {
|
|
74
|
+
switch (obj.valueType) {
|
|
75
|
+
case "TIME":
|
|
76
|
+
return model.ValueTime.getDeserializedJsonObj(jsonObj, true);
|
|
77
|
+
case "INTEGER":
|
|
78
|
+
return model.ValueInteger.getDeserializedJsonObj(jsonObj, true);
|
|
79
|
+
case "DATE":
|
|
80
|
+
return model.ValueDate.getDeserializedJsonObj(jsonObj, true);
|
|
81
|
+
case "NUMBER":
|
|
82
|
+
return model.ValueNumber.getDeserializedJsonObj(jsonObj, true);
|
|
83
|
+
case "STRING":
|
|
84
|
+
return model.ValueString.getDeserializedJsonObj(jsonObj, true);
|
|
85
|
+
case "PHONE_NUMBER":
|
|
86
|
+
return model.ValuePhoneNumber.getDeserializedJsonObj(jsonObj, true);
|
|
87
|
+
case "ARRAY":
|
|
88
|
+
return model.ValueArray.getDeserializedJsonObj(jsonObj, true);
|
|
89
|
+
default:
|
|
90
|
+
throw Error("Unknown value for: " + obj.valueType);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
return jsonObj;
|
|
94
|
+
}
|
|
95
|
+
FieldValue.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
96
|
+
})(FieldValue = exports.FieldValue || (exports.FieldValue = {}));
|
|
97
|
+
//# sourceMappingURL=field-value.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field-value.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/field-value.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwBlC,IAAiB,UAAU,CA6E1B;AA7ED,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,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,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YACvC,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAA2B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC9E,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAA8B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBACpF,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAA2B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC9E,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,WAAW,CAAC,UAAU,CAA6B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAClF,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,WAAW,CAAC,UAAU,CAA6B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAClF,KAAK,cAAc;oBACjB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAkC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC5F,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,UAAU,CAAC,UAAU,CAA4B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAChF;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA/Be,qBAAU,aA+BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,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,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YACvC,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAA2B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC1F,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CACjB,OAAQ,EACrC,IAAI,CACL,CAAC;gBACJ,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAA2B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC1F,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,WAAW,CAAC,sBAAsB,CACjB,OAAQ,EACpC,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,WAAW,CAAC,sBAAsB,CACjB,OAAQ,EACpC,IAAI,CACL,CAAC;gBACJ,KAAK,cAAc;oBACjB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CACjB,OAAQ,EACzC,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAA4B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC5F;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA3Ce,iCAAsB,yBA2CrC,CAAA;AACH,CAAC,EA7EgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QA6E1B"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VisionService API
|
|
3
|
+
* A description of the VisionService API.
|
|
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, 2022, 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
|
+
* Image classification parameters.
|
|
16
|
+
*/
|
|
17
|
+
export interface ImageClassificationFeature extends model.ImageFeature {
|
|
18
|
+
/**
|
|
19
|
+
* The maximum number of results to return. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
20
|
+
*/
|
|
21
|
+
"maxResults"?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Custom model id.
|
|
24
|
+
*/
|
|
25
|
+
"modelId"?: string;
|
|
26
|
+
"featureType": string;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace ImageClassificationFeature {
|
|
29
|
+
function getJsonObj(obj: ImageClassificationFeature, isParentJsonObj?: boolean): object;
|
|
30
|
+
const featureType = "IMAGE_CLASSIFICATION";
|
|
31
|
+
function getDeserializedJsonObj(obj: ImageClassificationFeature, isParentJsonObj?: boolean): object;
|
|
32
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* VisionService API
|
|
4
|
+
* A description of the VisionService API.
|
|
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, 2022, 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.ImageClassificationFeature = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ImageClassificationFeature;
|
|
37
|
+
(function (ImageClassificationFeature) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.ImageFeature.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
ImageClassificationFeature.getJsonObj = getJsonObj;
|
|
45
|
+
ImageClassificationFeature.featureType = "IMAGE_CLASSIFICATION";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.ImageFeature.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
ImageClassificationFeature.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(ImageClassificationFeature = exports.ImageClassificationFeature || (exports.ImageClassificationFeature = {}));
|
|
54
|
+
//# sourceMappingURL=image-classification-feature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-classification-feature.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/image-classification-feature.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,0BAA0B,CAyB1C;AAzBD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GACpE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAU,aASzB,CAAA;IACY,sCAAW,GAAG,sBAAsB,CAAC;IAClD,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAgC,CAAC,GAChF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,iDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAyB1C"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VisionService API
|
|
3
|
+
* A description of the VisionService API.
|
|
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, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Details about an image to analyze.
|
|
15
|
+
*/
|
|
16
|
+
export interface ImageDetails {
|
|
17
|
+
"source": string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace ImageDetails {
|
|
20
|
+
function getJsonObj(obj: ImageDetails): object;
|
|
21
|
+
function getDeserializedJsonObj(obj: ImageDetails): object;
|
|
22
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* VisionService API
|
|
4
|
+
* A description of the VisionService API.
|
|
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, 2022, 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.ImageDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ImageDetails;
|
|
37
|
+
(function (ImageDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
+
if ("source" in obj && obj.source) {
|
|
41
|
+
switch (obj.source) {
|
|
42
|
+
case "OBJECT_STORAGE":
|
|
43
|
+
return model.ObjectStorageImageDetails.getJsonObj(jsonObj, true);
|
|
44
|
+
case "INLINE":
|
|
45
|
+
return model.InlineImageDetails.getJsonObj(jsonObj, true);
|
|
46
|
+
default:
|
|
47
|
+
throw Error("Unknown value for: " + obj.source);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
ImageDetails.getJsonObj = getJsonObj;
|
|
53
|
+
function getDeserializedJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
55
|
+
if ("source" in obj && obj.source) {
|
|
56
|
+
switch (obj.source) {
|
|
57
|
+
case "OBJECT_STORAGE":
|
|
58
|
+
return model.ObjectStorageImageDetails.getDeserializedJsonObj(jsonObj, true);
|
|
59
|
+
case "INLINE":
|
|
60
|
+
return model.InlineImageDetails.getDeserializedJsonObj(jsonObj, true);
|
|
61
|
+
default:
|
|
62
|
+
throw Error("Unknown value for: " + obj.source);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
ImageDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(ImageDetails = exports.ImageDetails || (exports.ImageDetails = {}));
|
|
69
|
+
//# sourceMappingURL=image-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-details.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/image-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,YAAY,CA2C5B;AA3CD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,QAAQ,IAAI,GAAG,IAAI,GAAG,CAAC,MAAM,EAAE;YACjC,QAAQ,GAAG,CAAC,MAAM,EAAE;gBAClB,KAAK,gBAAgB;oBACnB,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CACL,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CACL,OAAQ,EAC3C,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,MAAM,CAAC,CAAC;aACnD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,uBAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,QAAQ,IAAI,GAAG,IAAI,GAAG,CAAC,MAAM,EAAE;YACjC,QAAQ,GAAG,CAAC,MAAM,EAAE;gBAClB,KAAK,gBAAgB;oBACnB,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CACjB,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CACjB,OAAQ,EAC3C,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,MAAM,CAAC,CAAC;aACnD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mCAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QA2C5B"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VisionService API
|
|
3
|
+
* A description of the VisionService API.
|
|
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, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Type of image analysis.
|
|
15
|
+
*/
|
|
16
|
+
export interface ImageFeature {
|
|
17
|
+
"featureType": string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace ImageFeature {
|
|
20
|
+
function getJsonObj(obj: ImageFeature): object;
|
|
21
|
+
function getDeserializedJsonObj(obj: ImageFeature): object;
|
|
22
|
+
}
|