英語で読む

次の方法で共有


FaceDetectorPreset.ExperimentalOptions プロパティ

定義

プリセット自体で公開されていないパラメーターのキー値ペアを含むディクショナリを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="experimentalOptions")]
public System.Collections.Generic.IDictionary<string,string> ExperimentalOptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="experimentalOptions")>]
member this.ExperimentalOptions : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ExperimentalOptions As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象