(Form Recognizer) Does polling for an answer count against quota / credits?

Craig-1507 1 Reputation point
2022-01-26T11:01:49.323+00:00

Using Azure Form Recognizer which is aync means that we have to poll periodically for the result - Looking at the metrics in the dashboard, this seems to be logged and so wondering does this count against credits / usage?

What frequency of polling is recommended?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,500 questions
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 47,991 Reputation points
    2022-02-02T17:54:41.957+00:00

    @Craig-1507

    Thanks for your information Craig.

    If you polling the result by POST the Form Recognizer Analyze API , it's actually call the API again and there will be fees applying for it.
    URL request for this case: https://{endpoint}/formrecognizer/v2.1/prebuilt/receipt/analyze[?includeTextDetails][&locale][&pages]
    The fee for it is as below screenshot:
    170665-image.png

    If you polling the result by "GET" the analyze result, it will not re-analyze the document so there is no fee for it. We recommend calling this operation no more than once a second.

    URL request for this case: https://{endpoint}/formrecognizer/v2.1/prebuilt/receipt/analyzeResults/{resultId}

    Hope this helps! Please let me know if you have more questions.

    Please kindly accept the answer if you feel helpful, thank you.

    Regards,
    Yutong

    0 comments No comments