ExamQuestions.com

Register
Login
Microsoft Azure Exam Certification (AI-102) Exam Questions

Microsoft

Microsoft Azure Exam Certification (AI-102)

123 / 166

Question 123:

You use the Analyze Image API in Azure to access if the image is a clip art of line drawing. Review the code below and select the most appropriate answer choice for clipArtType parameter value as two 
<pre class="brush:java;">{
"imageType": {
"clipArtType": 2,
"lineDrawingType": 0
},
"requestId": "25z56d7c-88b3-356f-878f-6947c3b48g27",
"metadata": {
"height": 154,
"width": 230,
"format": "Jpeg"
}
} 
</pre> 

Answer options:

A.Non-clip-art
B.Ambiguous
C.Normal-clip-art
D.Good-clip-art