QuestionQ256

Document Understanding

Which of the following situations is a suitable candidate for using Document Understanding Cloud APIs with asynchronous calls?

  • A You are only handling one operation at a time and response time is not critical
  • B You need to handle multiple operations simultaneously allowing for concurrent processing and optimizing idle time
  • C You have small datasets that need immediate processing
  • D You need to process a single page document
Explanation

Asynchronous batch processing is designed for workloads involving multiple documents or operations that may take longer to complete. It returns a long-running operation that can be polled or handled by a callback, allowing the application to perform other work while processing continues.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!