AI-102 Question 198
Single answerYou are developing a customer service chatbot that processes user inquiries. The chatbot must identify and redact personally identifiable information (PII) such as phone numbers, email addresses, and credit card numbers from user messages before storing them in a database. Which Azure service should you use to achieve this?
- A
Azure Text Analytics
- B
Azure Cognitive Search
- C
Azure Translator
- D
Azure Speech to Text
Show answer and explanation
Correct answer: A
Explanation
Azure Text Analytics is part of the Azure Cognitive Services suite and includes a feature for detecting personally identifiable information (PII) in text. This makes it the ideal choice for scenarios where sensitive information must be identified and redacted before further processing or storage. Other services listed do not have this specific functionality.
- A. Correct.
Azure Text Analytics is the correct service for detecting and redacting PII in text. It provides capabilities like PII detection, which is essential for compliance and data security in scenarios involving sensitive information.
- B. Incorrect.
Azure Cognitive Search is a service designed for indexing and searching data. While it can work with text, it does not have built-in functionality for detecting or redacting PII.
- C. Incorrect.
Azure Translator is used to translate text between different languages. It does not provide functionality for detecting or redacting PII.
- D. Incorrect.
Azure Speech to Text is used for transcribing audio into text. While it can process spoken content, it does not include PII detection features.