Designing and Implementing a Microsoft Azure AI Solution — Question 37
You are building an app that will use the Azure AI Video Indexer service.
You plan to train a language model to recognize industry-specific terms.
You need to upload a file that contains the industry-specific terms.
Which file format should you use?
Answer options
- A. XML
- B. TXT
- C. XLS
- D. PDF
Correct answer: B
Explanation
The correct answer is B, TXT, because the Azure AI Video Indexer service is compatible with plain text files for uploading industry-specific terms. The other formats, such as XML, XLS, and PDF, do not align with the requirements for training the language model in this context.