Share via


PersonGroupPersonExtensions.ListAsync メソッド

定義

個人グループ内のすべてのユーザーを一覧表示し、個人情報 (personId、name、userData、およびユーザーの登録済み顔の persistedFaceIds を含む) を取得します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Person>> ListAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.IPersonGroupPerson operations, string personGroupId, string start = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.CognitiveServices.Vision.Face.IPersonGroupPerson * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Person>>
<Extension()>
Public Function ListAsync (operations As IPersonGroupPerson, personGroupId As String, Optional start As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Person))

パラメーター

operations
IPersonGroupPerson

この拡張メソッドの操作グループ。

personGroupId
String

特定のユーザー グループを参照する ID。

start
String

返す開始ユーザー ID (ユーザーの範囲を一覧表示するために使用)。

top
Nullable<Int32>

'start' パラメーターで示される人物 ID で始まる、返すユーザーの数。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象