Review the statements related to Azure Text Analytics API and state which ones are true.
These statements may or may not apply to Text Analytics for health.
(select three answer choices)
Click on the arrows to vote for the correct answer
A. B. C. D. E.Correct Answers: A, B and E.
Option A is correct because a maximum number of characters across all submitted documents is limited to 125K.
These are measured through data element StringInfo.LengthInTextElements.
Option B is correct because If a document exceeds 5120 characters,the /analyze endpoint returns a “400 bad request” error code and will reject the entire request.
Option C is incorrect because the Free tier supports a maximum of 300 requests per minute.
Option D is incorrect because the maximum size of the entire request cannot exceed 1MB size.
Option E is correct because the S4 pricing tier support a maximum of 1000 requests per minutes.
Reference:
To learn more about data limits of text analytics API, use the link given below:
Sure, here's a detailed explanation of each statement and whether it's true or false for Azure Text Analytics API, including any applicable information for Text Analytics for health:
A. Maximum number of characters across all submitted documents is limited to 125K - TRUE This statement is true for both Azure Text Analytics API and Text Analytics for health. The maximum number of characters that can be submitted in a single API call, across all documents, is limited to 125,000 characters. If you need to analyze more text, you can split it into multiple requests.
B. If a document exceeds 5120 characters, /analyze endpoint sends 400 error code - TRUE This statement is also true for both Azure Text Analytics API and Text Analytics for health. If you submit a document that exceeds 5,120 characters to the /analyze endpoint, you'll receive a 400 error code. To analyze longer documents, you can use the /entities/recognition/general endpoint, which has a maximum document size of 10,000 characters.
C. Free tier supports a maximum of 500 requests per minute - TRUE This statement is true for Azure Text Analytics API, but it doesn't apply to Text Analytics for health. The free tier of Azure Text Analytics API supports a maximum of 500 requests per minute. However, Text Analytics for health only offers a paid tier and doesn't have a free tier.
D. Maximum size of the entire request cannot exceed 2MB size - TRUE This statement is true for both Azure Text Analytics API and Text Analytics for health. The maximum size of the entire request, including headers and the request body, cannot exceed 2MB. If you need to analyze more text, you can split it into multiple requests.
E. A maximum of 1000 requests per minutes are supported by S4 tier - TRUE This statement is true for Azure Text Analytics API, but it doesn't apply to Text Analytics for health. The S4 tier of Azure Text Analytics API supports a maximum of 1,000 requests per minute. However, Text Analytics for health only offers a single paid tier and doesn't have an S4 tier.