You are designing a computer vision solution that must detect and redact personally identifiable information (PII) from images of ID cards. The solution must comply with GDPR. Which THREE components should you include? (Select three.)
Trap 1: Azure AI Custom Vision
Builds custom image classifiers, not for PII detection.
Trap 2: Azure AI Video Indexer
Video analysis service, not for ID card images.
- A
Azure AI Document Intelligence redaction
Can redact detected PII from documents.
- B
Azure AI Custom Vision
Why wrong: Builds custom image classifiers, not for PII detection.
- C
Azure AI Vision OCR
Extracts text from ID card images.
- D
Azure AI Language PII detection
Detects PII entities in text.
- E
Azure AI Video Indexer
Why wrong: Video analysis service, not for ID card images.