@Rishi Khemka Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
What constitutes a transaction for Computer Vision API ?
Each feature you select is counted as a transaction. There are a few special cases to note:
- Analyse allows you to select multiple features at once. For instance, an Analyse call specifying the Tag, Face and Adult features would count as three transactions.
- Read allows you to upload multipage PDF documents. Each page is counted as a feature. For instance, a 200 page document would count as 200 transactions.
- All GET calls to see the results of the async Read and Recognize Text features are counted as transactions but are free of charge.
A transaction for computer vision refers to an individual instance of an image or data being processed by the algorithm. So, if you’re processing a single image and reading the text out of it, that would count as one transaction.
Here is the pricing page for computer vision:
https://azure.microsoft.com/en-in/pricing/details/cognitive-services/computer-vision/
Hope this helps.
**
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.