PersonResponse Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
PersonResponse() | |
PersonResponse(Guid, IList<Guid>, String, String) |
PersonResponse()
PersonResponse(Guid, IList<Guid>, String, String)
- Origem:
- PersonResponse.cs
public PersonResponse(Guid personId = default, System.Collections.Generic.IList<Guid> persistedFaceIds = default, string name = default, string userData = default);
new Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersonResponse : Guid * System.Collections.Generic.IList<Guid> * string * string -> Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersonResponse
Public Sub New (Optional personId As Guid = Nothing, Optional persistedFaceIds As IList(Of Guid) = Nothing, Optional name As String = Nothing, Optional userData As String = Nothing)
Parâmetros
- personId
- Guid
- name
- String
- userData
- String
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET