A developer is building a mobile app that uses Azure Computer Vision to analyze images. The app needs to handle many requests with low latency. Which pricing tier should they choose?
Trap 1: Video Analyzer S1 tier.
For video indexing, not image analysis.
Trap 2: Free F0 tier.
Free tier has 20 calls per minute limit.
Trap 3: Custom Vision S0 tier.
Custom Vision is separate from Computer Vision.
- A
Video Analyzer S1 tier.
Why wrong: For video indexing, not image analysis.
- B
Free F0 tier.
Why wrong: Free tier has 20 calls per minute limit.
- C
Custom Vision S0 tier.
Why wrong: Custom Vision is separate from Computer Vision.
- D
Computer Vision S1 tier.
S1 offers up to 30 calls per second.