
Answer-first summary for fast verification
Answer: Use the Document Translation feature of the Cloud Translation API to translate the documents.
The correct answer is C. Using the Document Translation feature of the Cloud Translation API is the best approach for this scenario. This pre-built service is specifically designed for translating large volumes of documents while preserving the document structure and formatting. It supports various languages, including Spanish, and offers high accuracy for general-purpose translations without domain-specific requirements. Additionally, it requires minimal setup and effort, as you can directly submit your Spanish documents to the API and receive translated versions in English. There's no need for custom model training or extensive data preparation, making it the most efficient and effective choice for your organization.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You work for a multinational organization that has recently begun operations in Spain, necessitating the translation of various Spanish documents, such as business, legal, and financial documents, for different teams in your organization. To streamline your workflow, you are considering using machine learning to achieve accurate translations quickly and with minimal effort. Given that your organization does not require translations with domain-specific terms or jargon, what should you do?
A
Create a Vertex AI Workbench notebook instance. In the notebook, extract sentences from the documents, and train a custom AutoML text model.
B
Use Google Translate to translate 1,000 phrases from Spanish to English. Using these translated pairs, train a custom AutoML Translation model.
C
Use the Document Translation feature of the Cloud Translation API to translate the documents.
D
Create a Vertex AI Workbench notebook instance. In the notebook, convert the Spanish documents into plain text, and create a custom TensorFlow seq2seq translation model.