RecognizedEntity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a recognized entity.
public class RecognizedEntity : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Response
type RecognizedEntity = class
inherit Response
Public Class RecognizedEntity
Inherits Response
- Inheritance
Constructors
RecognizedEntity() |
Initializes a new instance of the RecognizedEntity class. |
RecognizedEntity(String, String, String, Thing, Nullable<Double>) |
Initializes a new instance of the RecognizedEntity class. |
Properties
Entity |
Gets the entity that was recognized. The following are the possible entity objects: Person |
Id |
Gets a String identifier. (Inherited from Identifiable) |
MatchConfidence |
Gets the confidence that Bing has that the entity in the image matches this entity. The confidence ranges from 0.0 through 1.0 with 1.0 being very confident. |
ReadLink |
Gets the URL that returns this resource. (Inherited from Response) |
WebSearchUrl |
Gets the URL To Bing's search result for this item. (Inherited from Response) |
Applies to
Azure SDK for .NET