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: building-intelligent-applications/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -473,7 +473,7 @@ To run Python script we need install OCI command line interface and to setup con
473
473
region=<Region-OCID>
474
474
475
475
476
-
**I** f you would like to know more about setting up OCI Command Line Interface, please check my video on that (Lab 3 of [AI for Healthcare][28] Livelabs)
476
+
If you would like to know more about setting up OCI Command Line Interface, please check my video on that (Lab 3 of [AI for Healthcare][28] Livelabs)
Write the **PL/SQL code** block to invoke Language REST API service. Unless if you want to explicitly mention input language we can let the service auto detect input language with **auto** as **language code** .
156
-
157
-
158
-
159
-
160
-
--REST API for OCI Language Translation Service, your selected region can vary from us-phoenix-1 to some other region.
153
+
154
+
--REST API for OCI Language Translation Service, your selected region can vary from us-phoenix-1 to some other region.
@@ -193,11 +187,8 @@ Write the **PL/SQL code** block to invoke Language REST API service. Unless if y
193
187
194
188
195
189
Couple of changes that you would need to make in this code, replace your web credentials in the variable **l_web_cred** , compartment id in the JSON payload **l_body** and page numbers for example :P87_INPUT will be different as per your APEX page item.
196
-
197
-
198
-
199
-
200
-
-- Complete code for Text translation
190
+
191
+
-- Complete code for Text translation
201
192
-- Author: Madhusudhan Rao
202
193
203
194
DECLARE
@@ -259,9 +250,7 @@ Couple of changes that you would need to make in this code, replace your web cre
259
250
End Loop;
260
251
261
252
END;
262
-
263
-
264
-
253
+
265
254
266
255
You can download this source from [my GitHub location][13]
267
256
@@ -276,55 +265,32 @@ Now we are all set to translate our text content by running the page. click on *
0 commit comments