共用方式為


RecognizerResult.Properties 屬性

定義

取得或設定不是由 RecognizerResult 型別定義但可能出現在 REST JSON 物件中的屬性。

public System.Collections.Generic.IDictionary<string,object> Properties { get; set; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Properties As IDictionary(Of String, Object)

屬性值

物件的擴充屬性。

備註

因此,還原序列化 JSON 物件時,不會卸載定義型別中未表示的屬性,而是會改為儲存在此屬性中。 當實例序列化時,這類屬性會寫入 JSON 物件。

適用於