BuildIt.CognitiveServices.FaceAPIV10Extensions.PersonGetaPersonFaceAsync C# (CSharp) Метод

PersonGetaPersonFaceAsync() публичный статический Метод

Retrieve information about a persisted face (specified by persistedFaceId, personId and its belonging personGroupId). <h4>Http Method</h4> GET
public static PersonGetaPersonFaceAsync ( this operations, string personGroupId, string personId, string persistedFaceId, 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 /// Specifying the person group containing the target person. ///
personId string /// Specifying the target person that the face belongs to. ///
persistedFaceId string /// The persistedFaceId of the target persisted face of the person. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Результат System.Threading.Tasks.Task
            public static async System.Threading.Tasks.Task PersonGetaPersonFaceAsync(this IFaceAPIV10 operations, string personGroupId, string personId, string persistedFaceId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
            {
                await operations.PersonGetaPersonFaceWithHttpMessagesAsync(personGroupId, personId, persistedFaceId, subscriptionKey, ocpApimSubscriptionKey, null, cancellationToken).ConfigureAwait(false);
            }