oci-ailanguage 2.9.1 → 2.12.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.
Files changed (173) hide show
  1. package/index.d.ts +3 -3
  2. package/index.js +3 -3
  3. package/lib/client.d.ts +53 -8
  4. package/lib/client.js +285 -8
  5. package/lib/client.js.map +1 -1
  6. package/lib/model/batch-detect-dominant-language-details.d.ts +29 -0
  7. package/lib/model/batch-detect-dominant-language-details.js +64 -0
  8. package/lib/model/batch-detect-dominant-language-details.js.map +1 -0
  9. package/lib/model/batch-detect-dominant-language-result.d.ts +33 -0
  10. package/lib/model/batch-detect-dominant-language-result.js +74 -0
  11. package/lib/model/batch-detect-dominant-language-result.js.map +1 -0
  12. package/lib/model/batch-detect-language-entities-details.d.ts +29 -0
  13. package/lib/model/batch-detect-language-entities-details.js +64 -0
  14. package/lib/model/batch-detect-language-entities-details.js.map +1 -0
  15. package/lib/model/batch-detect-language-entities-result.d.ts +33 -0
  16. package/lib/model/batch-detect-language-entities-result.js +74 -0
  17. package/lib/model/batch-detect-language-entities-result.js.map +1 -0
  18. package/lib/model/batch-detect-language-key-phrases-details.d.ts +29 -0
  19. package/lib/model/batch-detect-language-key-phrases-details.js +64 -0
  20. package/lib/model/batch-detect-language-key-phrases-details.js.map +1 -0
  21. package/lib/model/batch-detect-language-key-phrases-result.d.ts +33 -0
  22. package/lib/model/batch-detect-language-key-phrases-result.js +74 -0
  23. package/lib/model/batch-detect-language-key-phrases-result.js.map +1 -0
  24. package/lib/model/batch-detect-language-sentiments-details.d.ts +29 -0
  25. package/lib/model/batch-detect-language-sentiments-details.js +64 -0
  26. package/lib/model/batch-detect-language-sentiments-details.js.map +1 -0
  27. package/lib/model/batch-detect-language-sentiments-result.d.ts +33 -0
  28. package/lib/model/batch-detect-language-sentiments-result.js +74 -0
  29. package/lib/model/batch-detect-language-sentiments-result.js.map +1 -0
  30. package/lib/model/batch-detect-language-text-classification-details.d.ts +29 -0
  31. package/lib/model/batch-detect-language-text-classification-details.js +64 -0
  32. package/lib/model/batch-detect-language-text-classification-details.js.map +1 -0
  33. package/lib/model/batch-detect-language-text-classification-result.d.ts +33 -0
  34. package/lib/model/batch-detect-language-text-classification-result.js +74 -0
  35. package/lib/model/batch-detect-language-text-classification-result.js.map +1 -0
  36. package/lib/model/detect-dominant-language-details.d.ts +3 -3
  37. package/lib/model/detect-dominant-language-details.js +3 -3
  38. package/lib/model/detect-dominant-language-result.d.ts +4 -7
  39. package/lib/model/detect-dominant-language-result.js +3 -3
  40. package/lib/model/detect-dominant-language-result.js.map +1 -1
  41. package/lib/model/detect-language-entities-details.d.ts +3 -3
  42. package/lib/model/detect-language-entities-details.js +3 -3
  43. package/lib/model/detect-language-entities-result.d.ts +4 -4
  44. package/lib/model/detect-language-entities-result.js +3 -3
  45. package/lib/model/detect-language-key-phrases-details.d.ts +3 -3
  46. package/lib/model/detect-language-key-phrases-details.js +3 -3
  47. package/lib/model/detect-language-key-phrases-result.d.ts +4 -4
  48. package/lib/model/detect-language-key-phrases-result.js +3 -3
  49. package/lib/model/detect-language-sentiments-details.d.ts +3 -3
  50. package/lib/model/detect-language-sentiments-details.js +3 -3
  51. package/lib/model/detect-language-sentiments-result.d.ts +4 -4
  52. package/lib/model/detect-language-sentiments-result.js +3 -3
  53. package/lib/model/detect-language-text-classification-details.d.ts +4 -4
  54. package/lib/model/detect-language-text-classification-details.js +3 -3
  55. package/lib/model/detect-language-text-classification-result.d.ts +5 -5
  56. package/lib/model/detect-language-text-classification-result.js +3 -3
  57. package/lib/model/detected-language.d.ts +11 -7
  58. package/lib/model/detected-language.js +3 -3
  59. package/lib/model/detected-language.js.map +1 -1
  60. package/lib/model/document-error.d.ts +30 -0
  61. package/lib/model/document-error.js +56 -0
  62. package/lib/model/document-error.js.map +1 -0
  63. package/lib/model/dominant-language-document-result.d.ts +34 -0
  64. package/lib/model/dominant-language-document-result.js +64 -0
  65. package/lib/model/dominant-language-document-result.js.map +1 -0
  66. package/lib/model/dominant-language-document.d.ts +32 -0
  67. package/lib/model/dominant-language-document.js +32 -0
  68. package/lib/model/dominant-language-document.js.map +1 -0
  69. package/lib/model/entity-document-result.d.ts +37 -0
  70. package/lib/model/entity-document-result.js +64 -0
  71. package/lib/model/entity-document-result.js.map +1 -0
  72. package/lib/model/entity-document.d.ts +36 -0
  73. package/lib/model/entity-document.js +32 -0
  74. package/lib/model/entity-document.js.map +1 -0
  75. package/lib/model/entity.d.ts +7 -5
  76. package/lib/model/entity.js +3 -3
  77. package/lib/model/entity.js.map +1 -1
  78. package/lib/model/error-details.d.ts +32 -0
  79. package/lib/model/error-details.js +32 -0
  80. package/lib/model/error-details.js.map +1 -0
  81. package/lib/model/hierarchical-entity.d.ts +48 -0
  82. package/lib/model/hierarchical-entity.js +32 -0
  83. package/lib/model/hierarchical-entity.js.map +1 -0
  84. package/lib/model/index.d.ts +51 -3
  85. package/lib/model/index.js +52 -4
  86. package/lib/model/index.js.map +1 -1
  87. package/lib/model/key-phrase-document-result.d.ts +37 -0
  88. package/lib/model/key-phrase-document-result.js +64 -0
  89. package/lib/model/key-phrase-document-result.js.map +1 -0
  90. package/lib/model/key-phrase-document.d.ts +36 -0
  91. package/lib/model/key-phrase-document.js +32 -0
  92. package/lib/model/key-phrase-document.js.map +1 -0
  93. package/lib/model/key-phrase.d.ts +8 -6
  94. package/lib/model/key-phrase.js +3 -3
  95. package/lib/model/key-phrase.js.map +1 -1
  96. package/lib/model/ner-model-version.d.ts +3 -3
  97. package/lib/model/ner-model-version.js +3 -3
  98. package/lib/model/sentiment-aspect.d.ts +7 -7
  99. package/lib/model/sentiment-aspect.js +3 -3
  100. package/lib/model/sentiment-document-result.d.ts +53 -0
  101. package/lib/model/sentiment-document-result.js +74 -0
  102. package/lib/model/sentiment-document-result.js.map +1 -0
  103. package/lib/model/sentiment-sentence.d.ts +48 -0
  104. package/lib/model/sentiment-sentence.js +32 -0
  105. package/lib/model/sentiment-sentence.js.map +1 -0
  106. package/lib/model/sentiments-document.d.ts +36 -0
  107. package/lib/model/sentiments-document.js +32 -0
  108. package/lib/model/sentiments-document.js.map +1 -0
  109. package/lib/model/text-classification-document-result.d.ts +37 -0
  110. package/lib/model/text-classification-document-result.js +64 -0
  111. package/lib/model/text-classification-document-result.js.map +1 -0
  112. package/lib/model/text-classification-document.d.ts +36 -0
  113. package/lib/model/text-classification-document.js +32 -0
  114. package/lib/model/text-classification-document.js.map +1 -0
  115. package/lib/model/text-classification.d.ts +6 -4
  116. package/lib/model/text-classification.js +3 -3
  117. package/lib/model/text-classification.js.map +1 -1
  118. package/lib/request/batch-detect-dominant-language-request.d.ts +28 -0
  119. package/lib/request/batch-detect-dominant-language-request.js +15 -0
  120. package/lib/request/batch-detect-dominant-language-request.js.map +1 -0
  121. package/lib/request/batch-detect-language-entities-request.d.ts +28 -0
  122. package/lib/request/batch-detect-language-entities-request.js +15 -0
  123. package/lib/request/batch-detect-language-entities-request.js.map +1 -0
  124. package/lib/request/batch-detect-language-key-phrases-request.d.ts +28 -0
  125. package/lib/request/batch-detect-language-key-phrases-request.js +15 -0
  126. package/lib/request/batch-detect-language-key-phrases-request.js.map +1 -0
  127. package/lib/request/batch-detect-language-sentiments-request.d.ts +42 -0
  128. package/lib/request/batch-detect-language-sentiments-request.js +24 -0
  129. package/lib/request/batch-detect-language-sentiments-request.js.map +1 -0
  130. package/lib/request/batch-detect-language-text-classification-request.d.ts +28 -0
  131. package/lib/request/batch-detect-language-text-classification-request.js +15 -0
  132. package/lib/request/batch-detect-language-text-classification-request.js.map +1 -0
  133. package/lib/request/detect-dominant-language-request.d.ts +2 -4
  134. package/lib/request/detect-dominant-language-request.js +1 -1
  135. package/lib/request/detect-language-entities-request.d.ts +2 -4
  136. package/lib/request/detect-language-entities-request.js +1 -1
  137. package/lib/request/detect-language-key-phrases-request.d.ts +2 -4
  138. package/lib/request/detect-language-key-phrases-request.js +1 -1
  139. package/lib/request/detect-language-sentiments-request.d.ts +2 -4
  140. package/lib/request/detect-language-sentiments-request.js +1 -1
  141. package/lib/request/detect-language-text-classification-request.d.ts +2 -3
  142. package/lib/request/detect-language-text-classification-request.js +1 -1
  143. package/lib/request/index.d.ts +13 -3
  144. package/lib/request/index.js +25 -3
  145. package/lib/request/index.js.map +1 -1
  146. package/lib/response/batch-detect-dominant-language-response.d.ts +25 -0
  147. package/lib/response/batch-detect-dominant-language-response.js +15 -0
  148. package/lib/response/batch-detect-dominant-language-response.js.map +1 -0
  149. package/lib/response/batch-detect-language-entities-response.d.ts +25 -0
  150. package/lib/response/batch-detect-language-entities-response.js +15 -0
  151. package/lib/response/batch-detect-language-entities-response.js.map +1 -0
  152. package/lib/response/batch-detect-language-key-phrases-response.d.ts +25 -0
  153. package/lib/response/batch-detect-language-key-phrases-response.js +15 -0
  154. package/lib/response/batch-detect-language-key-phrases-response.js.map +1 -0
  155. package/lib/response/batch-detect-language-sentiments-response.d.ts +25 -0
  156. package/lib/response/batch-detect-language-sentiments-response.js +15 -0
  157. package/lib/response/batch-detect-language-sentiments-response.js.map +1 -0
  158. package/lib/response/batch-detect-language-text-classification-response.d.ts +25 -0
  159. package/lib/response/batch-detect-language-text-classification-response.js +15 -0
  160. package/lib/response/batch-detect-language-text-classification-response.js.map +1 -0
  161. package/lib/response/detect-dominant-language-response.d.ts +1 -1
  162. package/lib/response/detect-dominant-language-response.js +1 -1
  163. package/lib/response/detect-language-entities-response.d.ts +1 -1
  164. package/lib/response/detect-language-entities-response.js +1 -1
  165. package/lib/response/detect-language-key-phrases-response.d.ts +1 -1
  166. package/lib/response/detect-language-key-phrases-response.js +1 -1
  167. package/lib/response/detect-language-sentiments-response.d.ts +1 -1
  168. package/lib/response/detect-language-sentiments-response.js +1 -1
  169. package/lib/response/detect-language-text-classification-response.d.ts +1 -1
  170. package/lib/response/detect-language-text-classification-response.js +1 -1
  171. package/lib/response/index.d.ts +13 -3
  172. package/lib/response/index.js +3 -3
  173. package/package.json +3 -3
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ /**
3
+ * Language API
4
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
5
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
6
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
7
+
8
+ * OpenAPI spec version: 20210101
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.TextClassificationDocumentResult = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var TextClassificationDocumentResult;
40
+ (function (TextClassificationDocumentResult) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "textClassification": obj.textClassification
44
+ ? obj.textClassification.map(item => {
45
+ return model.TextClassification.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ TextClassificationDocumentResult.getJsonObj = getJsonObj;
52
+ function getDeserializedJsonObj(obj) {
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "textClassification": obj.textClassification
55
+ ? obj.textClassification.map(item => {
56
+ return model.TextClassification.getDeserializedJsonObj(item);
57
+ })
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ TextClassificationDocumentResult.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(TextClassificationDocumentResult = exports.TextClassificationDocumentResult || (exports.TextClassificationDocumentResult = {}));
64
+ //# sourceMappingURL=text-classification-document-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-classification-document-result.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/text-classification-document-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,gCAAgC,CA6BhD;AA7BD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,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,2CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,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,uDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QA6BhD"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Language API
3
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
4
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
5
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
6
+
7
+ * OpenAPI spec version: 20210101
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ /**
17
+ * The document details for test classification detect call.
18
+ */
19
+ export interface TextClassificationDocument {
20
+ /**
21
+ * Document Unique Identifier.
22
+ */
23
+ "key": string;
24
+ /**
25
+ * Document text for detect text classification.
26
+ */
27
+ "text": string;
28
+ /**
29
+ * Language code as per [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.
30
+ */
31
+ "languageCode"?: string;
32
+ }
33
+ export declare namespace TextClassificationDocument {
34
+ function getJsonObj(obj: TextClassificationDocument): object;
35
+ function getDeserializedJsonObj(obj: TextClassificationDocument): object;
36
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Language API
4
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
5
+ pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
6
+ This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
7
+
8
+ * OpenAPI spec version: 20210101
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.TextClassificationDocument = void 0;
19
+ var TextClassificationDocument;
20
+ (function (TextClassificationDocument) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ TextClassificationDocument.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ TextClassificationDocument.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(TextClassificationDocument = exports.TextClassificationDocument || (exports.TextClassificationDocument = {}));
32
+ //# sourceMappingURL=text-classification-document.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-classification-document.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/text-classification-document.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuBH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Oracle Cloud Infrastructure Artificial Intelligence Services API
3
- * OCI AI Service solutions can help Enterprise customers integrate AI into their products immediately using our proven,
2
+ * Language API
3
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
4
4
  pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
5
5
  This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
6
6
 
@@ -10,7 +10,7 @@
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
14
  * 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.
15
15
  */
16
16
  /**
@@ -22,7 +22,9 @@ export interface TextClassification {
22
22
  */
23
23
  "label": string;
24
24
  /**
25
- * Score of the given text. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
+ * Score or confidence of extracted text label.
26
+ * Example: `0.9999856066867399`
27
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
26
28
  */
27
29
  "score": number;
28
30
  }
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Oracle Cloud Infrastructure Artificial Intelligence Services API
4
- * OCI AI Service solutions can help Enterprise customers integrate AI into their products immediately using our proven,
3
+ * Language API
4
+ * OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
5
5
  pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
6
6
  This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
7
7
 
@@ -11,7 +11,7 @@
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
15
  * 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.
16
16
  */
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +1 @@
1
- {"version":3,"file":"text-classification.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/text-classification.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmBH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
1
+ {"version":3,"file":"text-classification.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/text-classification.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAqBH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210101
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ailanguage/BatchDetectDominantLanguage.ts.html |here} to see how to use BatchDetectDominantLanguageRequest.
17
+ */
18
+ export interface BatchDetectDominantLanguageRequest extends common.BaseRequest {
19
+ /**
20
+ * The details to make a language detection detect call.
21
+ *
22
+ */
23
+ "batchDetectDominantLanguageDetails": model.BatchDetectDominantLanguageDetails;
24
+ /**
25
+ * The client request ID for tracing.
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210101
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
+ //# sourceMappingURL=batch-detect-dominant-language-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch-detect-dominant-language-request.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/request/batch-detect-dominant-language-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210101
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ailanguage/BatchDetectLanguageEntities.ts.html |here} to see how to use BatchDetectLanguageEntitiesRequest.
17
+ */
18
+ export interface BatchDetectLanguageEntitiesRequest extends common.BaseRequest {
19
+ /**
20
+ * The details to make a Entity detect call.
21
+ *
22
+ */
23
+ "batchDetectLanguageEntitiesDetails": model.BatchDetectLanguageEntitiesDetails;
24
+ /**
25
+ * The client request ID for tracing.
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210101
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
+ //# sourceMappingURL=batch-detect-language-entities-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch-detect-language-entities-request.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/request/batch-detect-language-entities-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210101
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ailanguage/BatchDetectLanguageKeyPhrases.ts.html |here} to see how to use BatchDetectLanguageKeyPhrasesRequest.
17
+ */
18
+ export interface BatchDetectLanguageKeyPhrasesRequest extends common.BaseRequest {
19
+ /**
20
+ * The details to make keyPhrase detect call.
21
+ *
22
+ */
23
+ "batchDetectLanguageKeyPhrasesDetails": model.BatchDetectLanguageKeyPhrasesDetails;
24
+ /**
25
+ * The client request ID for tracing.
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210101
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
+ //# sourceMappingURL=batch-detect-language-key-phrases-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch-detect-language-key-phrases-request.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/request/batch-detect-language-key-phrases-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,42 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210101
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ailanguage/BatchDetectLanguageSentiments.ts.html |here} to see how to use BatchDetectLanguageSentimentsRequest.
17
+ */
18
+ export interface BatchDetectLanguageSentimentsRequest extends common.BaseRequest {
19
+ /**
20
+ * The details to make sentiment detect call.
21
+ *
22
+ */
23
+ "batchDetectLanguageSentimentsDetails": model.BatchDetectLanguageSentimentsDetails;
24
+ /**
25
+ * The client request ID for tracing.
26
+ */
27
+ "opcRequestId"?: string;
28
+ /**
29
+ * Set this parameter for sentence and aspect level sentiment analysis.
30
+ * Allowed values are:
31
+ * - ASPECT
32
+ * - SENTENCE
33
+ *
34
+ */
35
+ "level"?: Array<BatchDetectLanguageSentimentsRequest.Level>;
36
+ }
37
+ export declare namespace BatchDetectLanguageSentimentsRequest {
38
+ enum Level {
39
+ Aspect = "ASPECT",
40
+ Sentence = "SENTENCE"
41
+ }
42
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210101
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.BatchDetectLanguageSentimentsRequest = void 0;
16
+ var BatchDetectLanguageSentimentsRequest;
17
+ (function (BatchDetectLanguageSentimentsRequest) {
18
+ let Level;
19
+ (function (Level) {
20
+ Level["Aspect"] = "ASPECT";
21
+ Level["Sentence"] = "SENTENCE";
22
+ })(Level = BatchDetectLanguageSentimentsRequest.Level || (BatchDetectLanguageSentimentsRequest.Level = {}));
23
+ })(BatchDetectLanguageSentimentsRequest = exports.BatchDetectLanguageSentimentsRequest || (exports.BatchDetectLanguageSentimentsRequest = {}));
24
+ //# sourceMappingURL=batch-detect-language-sentiments-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch-detect-language-sentiments-request.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/request/batch-detect-language-sentiments-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4BH,IAAiB,oCAAoC,CAKpD;AALD,WAAiB,oCAAoC;IACnD,IAAY,KAGX;IAHD,WAAY,KAAK;QACf,0BAAiB,CAAA;QACjB,8BAAqB,CAAA;IACvB,CAAC,EAHW,KAAK,GAAL,0CAAK,KAAL,0CAAK,QAGhB;AACH,CAAC,EALgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAKpD"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210101
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ailanguage/BatchDetectLanguageTextClassification.ts.html |here} to see how to use BatchDetectLanguageTextClassificationRequest.
17
+ */
18
+ export interface BatchDetectLanguageTextClassificationRequest extends common.BaseRequest {
19
+ /**
20
+ * The details to make text classification detect call.
21
+ *
22
+ */
23
+ "batchDetectLanguageTextClassificationDetails": model.BatchDetectLanguageTextClassificationDetails;
24
+ /**
25
+ * The client request ID for tracing.
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210101
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
+ //# sourceMappingURL=batch-detect-language-text-classification-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch-detect-language-text-classification-request.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/request/batch-detect-language-text-classification-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -7,19 +7,17 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguageRequest.
17
17
  */
18
18
  export interface DetectDominantLanguageRequest extends common.BaseRequest {
19
19
  /**
20
20
  * The details to make a language detection detect call.
21
- * Example: `{\"text\": \"If an emerging growth company, indicate by check mark if the registrant has elected not
22
- * to use the extended transition period for complying\"}`
23
21
  *
24
22
  */
25
23
  "detectDominantLanguageDetails": model.DetectDominantLanguageDetails;
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,19 +7,17 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntitiesRequest.
17
17
  */
18
18
  export interface DetectLanguageEntitiesRequest extends common.BaseRequest {
19
19
  /**
20
20
  * The details to make a Entity detect call.
21
- * Example: `{\"text\": \"If an emerging growth company, indicate by check mark if the registrant has elected not
22
- * to use the extended transition period for complying\"}`
23
21
  *
24
22
  */
25
23
  "detectLanguageEntitiesDetails": model.DetectLanguageEntitiesDetails;
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,19 +7,17 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrasesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrasesRequest.
17
17
  */
18
18
  export interface DetectLanguageKeyPhrasesRequest extends common.BaseRequest {
19
19
  /**
20
20
  * The details to make keyPhrase detect call.
21
- * Example: `{\"text\": \"If an emerging growth company, indicate by check mark if the registrant has elected not
22
- * to use the extended transition period for complying\"}`
23
21
  *
24
22
  */
25
23
  "detectLanguageKeyPhrasesDetails": model.DetectLanguageKeyPhrasesDetails;
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,19 +7,17 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentimentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentimentsRequest.
17
17
  */
18
18
  export interface DetectLanguageSentimentsRequest extends common.BaseRequest {
19
19
  /**
20
20
  * The details to make sentiment detect call.
21
- * Example: `{\"text\": \"If an emerging growth company, indicate by check mark if the registrant has elected not
22
- * to use the extended transition period for complying\"}`
23
21
  *
24
22
  */
25
23
  "detectLanguageSentimentsDetails": model.DetectLanguageSentimentsDetails;
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,18 +7,17 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassificationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassificationRequest.
17
17
  */
18
18
  export interface DetectLanguageTextClassificationRequest extends common.BaseRequest {
19
19
  /**
20
20
  * The details to make text classification detect call.
21
- * Example: `{\"text\": \"If an emerging growth company, indicate by check mark if the registrant has elected not to use the extended transition period for complying\"}`
22
21
  *
23
22
  */
24
23
  "detectLanguageTextClassificationDetails": model.DetectLanguageTextClassificationDetails;