A fintech startup is developing a mobile banking application. The startup wants to implement two features to improve accessibility and security: automatically read account balances and transaction alerts aloud to visually impaired users, and authenticate users by comparing a live selfie against their registered profile photo. Which two AWS services should the startup integrate into their application to achieve these features? (Select TWO.)
- Amazon PollyCevap
- Amazon RekognitionCevap
- CAmazon Transcribe
- DAmazon Lex
- EAmazon Comprehend
Cevap
Amazon Polly and Amazon Rekognition
The correct services are Amazon Polly and Amazon Rekognition. Amazon Polly converts written text into spoken audio, making it ideal for reading balances and alerts. Amazon Rekognition analyzes images to compare faces, which satisfies the authentication requirement.
Adım Adım Çözüm
Anahtar Kavram
AWS machine learning services are purpose-built to handle specific AI tasks such as text-to-speech (Amazon Polly) and image/video analysis (Amazon Rekognition).