次の方法で共有


Person.PersistedFaceIds プロパティ

定義

ユーザーに登録されている顔の persistedFaceIds を取得または設定します。 これらの persistedFaceId は、Person - Add a Person Face から返され、有効期限は切れなくなります。

[Newtonsoft.Json.JsonProperty(PropertyName="persistedFaceIds")]
public System.Collections.Generic.IList<Guid> PersistedFaceIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="persistedFaceIds")>]
member this.PersistedFaceIds : System.Collections.Generic.IList<Guid> with get, set
Public Property PersistedFaceIds As IList(Of Guid)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象