次の方法で共有


LargePersonGroupOperationsExtensions.GetAsync メソッド

定義

大規模人物グループの情報を、name、userData、recognitionModel も含めて取得します。 この API は、大きなユーザー グループ情報のみを返します。代わりに LargePersonGroup Person - List を使用して、大きな人物グループのユーザー情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.LargePersonGroup> GetAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.ILargePersonGroupOperations operations, string largePersonGroupId, bool? returnRecognitionModel = False, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.CognitiveServices.Vision.Face.ILargePersonGroupOperations * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.LargePersonGroup>
<Extension()>
Public Function GetAsync (operations As ILargePersonGroupOperations, largePersonGroupId As String, Optional returnRecognitionModel As Nullable(Of Boolean) = False, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LargePersonGroup)

パラメーター

operations
ILargePersonGroupOperations

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

largePersonGroupId
String

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

returnRecognitionModel
Nullable<Boolean>

操作が応答で 'recognitionModel' を返す必要があるかどうかを示す値。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象