IBM Planning Analytics V2.0 Developer — Question 7
If you are looking to translate the language of text, but are uncertain of the original language which REST API endpoint from IBM Watson Language Translator service could be used?
Answer options
- A. classify
- B. models
- C. identify
- D. translate
Correct answer: B
Explanation
The correct answer is B because the 'models' endpoint allows you to identify the language of the input text. The other options do not serve this purpose: 'classify' is for categorizing text, 'identify' is not the correct endpoint for this function, and 'translate' is used for converting text from one language to another after the language has been identified.