次の方法で共有


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

イメージ内のエンティティがこのエンティティと一致Bing信頼度を取得します。 信頼度の範囲は 0.0 から 1.0 で、1.0 は非常に自信があります。

ReadLink

このリソースを返す URL を取得します。

(継承元 Response)
WebSearchUrl

このアイテムの url To Bingの検索結果を取得します。

(継承元 Response)

適用対象