BuildIt.CognitiveServices.FaceAPIV10Extensions.FaceListDeleteaFaceListAsync C# (CSharp) 메소드

FaceListDeleteaFaceListAsync() 공개 정적인 메소드

Delete an existing face list according to faceListId. Persisted face images in the face list will also be deleted. <h4>Http Method</h4> DELETE
public static FaceListDeleteaFaceListAsync ( this operations, string faceListId, 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. ///
faceListId string /// Valid character is letter in lower case or digit or '-' or '_', maximum /// length is 64. ///
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 FaceListDeleteaFaceListAsync(this IFaceAPIV10 operations, string faceListId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
            {
                await operations.FaceListDeleteaFaceListWithHttpMessagesAsync(faceListId, subscriptionKey, ocpApimSubscriptionKey, null, cancellationToken).ConfigureAwait(false);
            }