次の方法で共有


FindSimilarRequest.Mode プロパティ

定義

同様の顔検索モードを取得または設定します。 "matchPerson" または "matchFace" を指定できます。 使用可能な値は、'matchPerson'、'matchFace' です。

[Newtonsoft.Json.JsonProperty(PropertyName="mode")]
public Microsoft.Azure.CognitiveServices.Vision.Face.Models.FindSimilarMatchMode Mode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mode")>]
member this.Mode : Microsoft.Azure.CognitiveServices.Vision.Face.Models.FindSimilarMatchMode with get, set
Public Property Mode As FindSimilarMatchMode

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象