
Answer-first summary for fast verification
Answer: Use Azure Text Analytics and configure it to anonymize PII.
Azure Text Analytics provides all the necessary features including language detection, sentiment analysis, entity recognition, and PII detection. Configuring it to anonymize PII ensures the confidentiality of the documents, which is crucial for legal analysis.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A legal firm requires assistance in analyzing case documents to identify key entities and sentiments expressed. The documents are in multiple languages and contain sensitive information. Your task is to extract entities, determine sentiment, and detect the language used, while also detecting any PII. Which Azure AI Language service would you use, and how would you ensure the confidentiality of the documents?
A
Use Azure Text Analytics and configure it to anonymize PII.
B
Use Azure Translator and manually analyze sentiment and entities.
C
Use Azure Cognitive Search and ignore PII detection.
D
Use Azure Machine Learning and build a custom model for PII detection.
No comments yet.