次の方法で共有


SnapshotOperationsExtensions.ListAsync メソッド

定義

ユーザーが取得したスナップショット、またはユーザーに適用されるスナップショット (サブスクリプション ID がスナップショット - 取得で applyScope に含まれていた) など、関連する情報を含むすべてのアクセス可能なスナップショットを一覧表示します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Snapshot>> ListAsync(this Microsoft.Azure.CognitiveServices.Vision.Face.ISnapshotOperations operations, Microsoft.Azure.CognitiveServices.Vision.Face.Models.SnapshotObjectType? type = default, System.Collections.Generic.IList<Guid> applyScope = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.CognitiveServices.Vision.Face.ISnapshotOperations * Nullable<Microsoft.Azure.CognitiveServices.Vision.Face.Models.SnapshotObjectType> * System.Collections.Generic.IList<Guid> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Snapshot>>
<Extension()>
Public Function ListAsync (operations As ISnapshotOperations, Optional type As Nullable(Of SnapshotObjectType) = Nothing, Optional applyScope As IList(Of Guid) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Snapshot))

パラメーター

operations
ISnapshotOperations

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

type
Nullable<SnapshotObjectType>

ユーザーが検索フィルターとしてオブジェクトの種類を指定しました。 使用できる値は、'FaceList'、'LargeFaceList'、'LargePersonGroup'、'PersonGroup' です。

applyScope
IList<Guid>

ユーザー指定スナップショット検索フィルターとしてスコープを適用します。 ApplyScope は、スナップショット - Take によってスナップショットを作成したユーザーによって指定される、スナップショットのターゲット Azure サブスクリプション ID の配列です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象