File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ The following Watson services are currently supported:
200200Using the client library requires two steps:
201201
2022021 . Create an instance of the Watson service wrapper ABAP class by calling method ` zcl_ibmc_service_ext=>get_instance ` .
203- ```
203+ ``` abap
204204 data:
205205 lo_service_class type <ABAP Class Name>.
206206
@@ -214,7 +214,7 @@ Using the client library requires two steps:
214214```
215215
2162162 . Call the Watson service API endpoint by invoking the corresponding class method.
217- ```
217+ ``` abap
218218 try.
219219 lo_service_class->method(
220220 exporting
@@ -229,7 +229,7 @@ Using the client library requires two steps:
229229<details >
230230 <summary >Text to Speech Example</summary >
231231
232- ```
232+ ``` abap
233233* List all voices provided by Watson Text to Speech
234234
235235 " declare variables
@@ -269,7 +269,7 @@ Using the client library requires two steps:
269269<details >
270270 <summary >Natural Language Understanding Example</summary >
271271
272- ```
272+ ``` abap
273273* Analyze www.ibm.com using Watson Natural Language Understanding
274274
275275 " declare variables
@@ -318,7 +318,7 @@ Using the client library requires two steps:
318318<details >
319319 <summary >Personality Insights Example</summary >
320320
321- ```
321+ ``` abap
322322* Analyze profile using example text using Watson Personality Insights
323323
324324 " declare variables
@@ -375,7 +375,7 @@ Using the client library requires two steps:
375375<details >
376376 <summary >Language Translator Example</summary >
377377
378- ```
378+ ``` abap
379379* Translate text from English to German using Watson Language Translator
380380
381381 " declare variables
You can’t perform that action at this time.
0 commit comments