次の方法で共有


LargePersonGroupPersonExtensions.GetFaceAsync メソッド

定義

永続化された顔 (persistedFaceId、personId、およびその属する largePersonGroupId で指定) に関する情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersistedFace> GetFaceAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.ILargePersonGroupPerson operations, string largePersonGroupId, Guid personId, Guid persistedFaceId, System.Threading.CancellationToken cancellationToken = default);
static member GetFaceAsync : Microsoft.Azure.CognitiveServices.Vision.Face.ILargePersonGroupPerson * string * Guid * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersistedFace>
<Extension()>
Public Function GetFaceAsync (operations As ILargePersonGroupPerson, largePersonGroupId As String, personId As Guid, persistedFaceId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PersistedFace)

パラメーター

operations
ILargePersonGroupPerson

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

largePersonGroupId
String

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

personId
Guid

特定のユーザーを参照している ID。

persistedFaceId
Guid

既存の顔の特定の persistedFaceId を参照する ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象