次の方法で共有


TakeSnapshotRequest.Type プロパティ

定義

スナップショットを取得するソース オブジェクトのユーザー指定型を取得または設定します。 現在、FaceList、PersonGroup、LargeFaceList、LargePersonGroup がサポートされています。 使用できる値は、'FaceList'、'LargeFaceList'、'LargePersonGroup'、'PersonGroup' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象