Amazon.Rekognition.AmazonRekognitionClient.SearchFacesAsync C# (CSharp) 메소드

SearchFacesAsync() 공개 메소드

Initiates the asynchronous execution of the SearchFaces operation.
public SearchFacesAsync ( SearchFacesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SearchFacesRequest Container for the necessary parameters to execute the SearchFaces operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<SearchFacesResponse> SearchFacesAsync(SearchFacesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new SearchFacesRequestMarshaller();
            var unmarshaller = SearchFacesResponseUnmarshaller.Instance;

            return InvokeAsync<SearchFacesRequest,SearchFacesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }