你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecognizedEntity 类

定义

定义已识别的实体。

public class RecognizedEntity : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Response
type RecognizedEntity = class
    inherit Response
Public Class RecognizedEntity
Inherits Response
继承

构造函数

RecognizedEntity()

初始化 RecognizedEntity 类的新实例。

RecognizedEntity(String, String, String, Thing, Nullable<Double>)

初始化 RecognizedEntity 类的新实例。

属性

Entity

获取已识别的实体。 以下是可能的实体对象:Person

Id

获取字符串标识符。

(继承自 Identifiable)
MatchConfidence

获取必应对图像中的实体与此实体匹配的置信度。 置信度范围为 0.0 到 1.0,1.0 非常有信心。

ReadLink

获取返回此资源的 URL。

(继承自 Response)
WebSearchUrl

获取此项目的必应搜索结果的 URL。

(继承自 Response)

适用于