Discover whether the Computer Vision service can translate text in images between languages. Get a concise, accurate answer to this Azure AI Fundamentals Exam question.
Table of Contents
Question
“Translating the text in an image between languages” can be performed by using the Computer Vision service. Select the correct option.
A. True
B. False
Answer
B. False
Explanation
The Computer Vision service, which is part of Azure Cognitive Services, does not have the capability to translate text in images between languages. While the Computer Vision service can detect and extract text from images using optical character recognition (OCR), it does not provide language translation functionality.
The primary features of the Computer Vision service include:
- Optical character recognition (OCR) for extracting text from images
- Image analysis for identifying objects, faces, and landmarks
- Image categorization and tagging
- Generating image descriptions
- Detecting adult, racy, or gory content in images
For translating text between languages, you would need to use a different Azure Cognitive Service called Translator. The Translator service is specifically designed to translate text from one language to another, supporting over 90 languages. However, it does not directly work with text within images.
To achieve the task of translating text in an image between languages, you would need to follow these steps:
- Use the Computer Vision service to extract the text from the image using OCR.
- Pass the extracted text to the Translator service to translate it into the target language.
- If needed, overlay the translated text back onto the original image or display it separately.
In summary, while the Computer Vision service is a powerful tool for analyzing images and extracting text, it does not provide language translation capabilities on its own. For that, you would need to use the Translator service in combination with Computer Vision OCR.
Microsoft Azure AI Fundamentals AI-900 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure AI Fundamentals AI-900 exam and earn Microsoft Azure AI Fundamentals AI-900 certification.