LargePersonGroupPerson.AddFaceFromUrlWithHttpMessagesAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersistedFace>> AddFaceFromUrlWithHttpMessagesAsync (string largePersonGroupId, Guid personId, string url, string userData = default, System.Collections.Generic.IList<int> targetFace = default, string detectionModel = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member AddFaceFromUrlWithHttpMessagesAsync : string * Guid * string * string * System.Collections.Generic.IList<int> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersistedFace>>
override this.AddFaceFromUrlWithHttpMessagesAsync : string * Guid * string * string * System.Collections.Generic.IList<int> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersistedFace>>
Public Function AddFaceFromUrlWithHttpMessagesAsync (largePersonGroupId As String, personId As Guid, url As String, Optional userData As String = Nothing, Optional targetFace As IList(Of Integer) = Nothing, Optional detectionModel As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of PersistedFace))

Parameters

largePersonGroupId
String
personId
Guid
url
String
userData
String
targetFace
IList<Int32>
detectionModel
String
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Returns

Implements

Applies to