Share via


IPersonDirectory.UpdatePersonFaceWithHttpMessagesAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse> UpdatePersonFaceWithHttpMessagesAsync (Guid personId, string recognitionModel, Guid persistedFaceId, string detectionModel = default, string userData = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdatePersonFaceWithHttpMessagesAsync : Guid * string * Guid * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
Public Function UpdatePersonFaceWithHttpMessagesAsync (personId As Guid, recognitionModel As String, persistedFaceId As Guid, Optional detectionModel As String = Nothing, Optional userData As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)

Parameters

personId
Guid
recognitionModel
String
persistedFaceId
Guid
detectionModel
String
userData
String
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Returns

Applies to