BuildIt.CognitiveServices.FaceAPIV10Extensions.PersonListPersonsinaPersonGroupAsync C# (CSharp) Method

PersonListPersonsinaPersonGroupAsync() public static method

List all persons in a person group, and retrieve person information (including personId, name, userData and persistedFaceIds of registered faces of the person). <h4>Http Method</h4> GET
public static PersonListPersonsinaPersonGroupAsync ( this operations, string personGroupId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
personGroupId string /// personGroupId of the target person group. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
return System.Threading.Tasks.Task
            public static async System.Threading.Tasks.Task PersonListPersonsinaPersonGroupAsync(this IFaceAPIV10 operations, string personGroupId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
            {
                await operations.PersonListPersonsinaPersonGroupWithHttpMessagesAsync(personGroupId, subscriptionKey, ocpApimSubscriptionKey, null, cancellationToken).ConfigureAwait(false);
            }