You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/aidocument/lib/client.ts
+73Lines changed: 73 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1277,6 +1277,79 @@ export class AIServiceDocumentClient {
1277
1277
}
1278
1278
}
1279
1279
1280
+
/**
1281
+
* Gets model capabilities
1282
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1283
+
* @param GetModelTypeRequest
1284
+
* @return GetModelTypeResponse
1285
+
* @throws OciError when an error occurs
1286
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidocument/GetModelType.ts.html |here} to see how to use GetModelType API.
* Document AI helps customers perform various analysis on their documents. If a customer has lots of documents, they can process them in batch using asynchronous API endpoints.
4
+
* OpenAPI spec version: 20221109
5
+
*
6
+
*
7
+
* NOTE: This class is auto generated by OracleSDKGenerator.
8
+
* Do not edit the class manually.
9
+
*
10
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+
*/
13
+
14
+
import*asmodelfrom"../model";
15
+
importcommon= require("oci-common");
16
+
17
+
/**
18
+
* A single bar code.
19
+
*/
20
+
exportinterfaceBarCode{
21
+
/**
22
+
* the confidence score between 0 and 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
* Document AI helps customers perform various analysis on their documents. If a customer has lots of documents, they can process them in batch using asynchronous API endpoints.
4
+
* OpenAPI spec version: 20221109
5
+
*
6
+
*
7
+
* NOTE: This class is auto generated by OracleSDKGenerator.
8
+
* Do not edit the class manually.
9
+
*
10
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+
*/
13
+
14
+
import*asmodelfrom"../model";
15
+
importcommon= require("oci-common");
16
+
17
+
/**
18
+
* Capabilities supported
19
+
*/
20
+
exportinterfaceCapabilities{
21
+
/**
22
+
* Model information capabilities related to version
* Document AI helps customers perform various analysis on their documents. If a customer has lots of documents, they can process them in batch using asynchronous API endpoints.
4
+
* OpenAPI spec version: 20221109
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.
* The maximum model training time in hours, expressed as a decimal fraction. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
47
55
*/
48
56
"maxTrainingTimeInHours"?: number;
57
+
/**
58
+
* The document language for model training, abbreviated according to the BCP 47 syntax.
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Key-Value Extraction model that was used to extract the key-value pairs.
27
+
*/
28
+
"documentId"?: string;
25
29
/**
26
30
* The confidence score between 0 and 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
* Document AI helps customers perform various analysis on their documents. If a customer has lots of documents, they can process them in batch using asynchronous API endpoints.
4
+
* OpenAPI spec version: 20221109
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.
0 commit comments