Correct Answers: A, B and C
Requirement Criteria: The Image Analysis API requires an image to meet a certain requirement for processing. The supported file formats are BMP, JPEG, PNG and GIF. The size of the image has to be less than 4MB. The dimension of the image has to be at least or greater than 50x50.
Option A is correct because Document3 meets the requirement criteria stated above. PNG is supported file format, 200KB is less than 4MB size, and 100x100 pixels is greater than 50x50 pixels.
Option B is correct because Document5 meets the requirement criteria stated above. GIF is supported file format, 1MB is less than 4MB size, and 100x100 pixels is greater than 50x50 pixels.
Option C is correct because Document2 meets the requirement criteria stated above. JPEG is supported file format, 3MB is less than 4MB size, and 110x110 pixels size is greater than 50x50 pixels.
Option D is incorrect because Document1 does not meet the requirement criteria stated above. PDF is not a supported file format, and 20MB is greater than 4 MB file size.
Option E is incorrect because Document4 does not meet the requirement criteria stated above. While BMP is a supported file format, 50MB size is greater than the currently supported file size for the Analysis API in Azure.
Reference:
To learn more about the image analysis, use the link given below:
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview-image-analysis