次の方法で共有


LargePersonGroupPersonExtensions.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.ILargePersonGroupPerson operations, string largePersonGroupId, string start = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.CognitiveServices.Vision.Face.ILargePersonGroupPerson * 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 ILargePersonGroupPerson, largePersonGroupId 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
ILargePersonGroupPerson

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

largePersonGroupId
String

特定の大きな人物グループを参照する ID。

start
String

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

top
Nullable<Int32>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象