ExamQuestions.com

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

Microsoft

Microsoft Azure Exam Certification (AI-102)

145 / 166

Question 145:

You have a large set of images. In order to get insights from those images, you plan to use Computer Vision service. With image analysis, you identify visual features such as the image contains a dog or the image is a scenery. Review the code below and complete it by choosing visual features that are offered by image analysis API. However, they are missing in the code snippet (select three answer choices) 
<pre class="brush:java;">public static async Task AnalyzeImageUrl(ComputerVisionClient client, string imageUrl)
{
 List&lt;VisualFeatureTypes?&gt; features = new List&lt;VisualFeatureTypes?&gt;()
{
VisualFeatureTypes.Categories, VisualFeatureTypes.Description,
VisualFeatureTypes.Faces, VisualFeatureTypes……………………...,
VisualFeatureTypes……………………., VisualFeatureTypes.Adult,
VisualFeatureTypes.Color, VisualFeatureTypes……………………..,
VisualFeatureTypes.Objects
};
}
</pre> 

Answer options:

A.Tags
B.Rectangle
C.Brands
D.ImageType
E.Confidence