次の方法で共有


LargeFaceListOperationsExtensions.ListFacesAsync メソッド

定義

大きな顔リスト内のすべての顔を一覧表示し、顔情報 (顔の登録された顔の userData と persistedFaceIds を含む) を取得します。

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

パラメーター

operations
ILargeFaceListOperations

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

largeFaceListId
String

特定の大きな顔リストを参照する ID。

start
String

返される顔 ID を開始します (顔の範囲を一覧表示するために使用されます)。

top
Nullable<Int32>

'start' パラメーターで示される顔 ID で始まる、返される顔の数。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象