QuestionQ100
Implement computer vision solutionsYou are developing a test method to verify results retrieved from a call to the Azure Vision in Foundry Tools API. The call is used to analyze the existence of company logos in images, and it returns a collection of brands named brands. You have the following code segment:

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Yes or No
| Statements | Yes | No |
|---|---|---|
| The code will display the name of each detected brand with a confidence equal to or higher than 75 percent. | ||
| The code will display coordinates for the top-left corner of the rectangle that contains the brand logo of the displayed brands. | ||
| The code will display coordinates for the bottom-right corner of the rectangle that contains the brand logo of the displayed brands. |
Community Discussion