Condividi tramite


RecognizedEntityRegion Class

Definition

Defines a region of the image where an entity was found and a list of entities that might match it.

public class RecognizedEntityRegion : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Response
type RecognizedEntityRegion = class
    inherit Response
Public Class RecognizedEntityRegion
Inherits Response
Inheritance
RecognizedEntityRegion

Constructors

RecognizedEntityRegion()

Initializes a new instance of the RecognizedEntityRegion class.

RecognizedEntityRegion(String, String, String, NormalizedRectangle, IList<RecognizedEntity>)

Initializes a new instance of the RecognizedEntityRegion class.

Properties

Id

Gets a String identifier.

(Inherited from Identifiable)
MatchingEntities

Gets a list of entities that Bing believes match the entity found in the region. The entities are in descending order of confidence (see the matchConfidence field of RecognizedEntity).

ReadLink

Gets the URL that returns this resource.

(Inherited from Response)
Region

Gets a region of the image that contains an entity. The values of the rectangle are relative to the width and height of the original image and are in the range 0.0 through 1.0. For example, if the image is 300x200 and the region's top, left corner is at point (10, 20) and the bottom, right corner is at point (290, 150), then the normalized rectangle is: Left = 0.0333333333333333, Top = 0.1, Right = 0.9666666666666667, Bottom = 0.75. For people, the region represents the person's face.

WebSearchUrl

Gets the URL To Bing's search result for this item.

(Inherited from Response)

Methods

Validate()

Validate the object.

Applies to