PersistedFaceResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PersistedFaceResponse() | |
PersistedFaceResponse(Nullable<Guid>, String) |
PersistedFaceResponse()
PersistedFaceResponse(Nullable<Guid>, String)
- Source:
- PersistedFaceResponse.cs
public PersistedFaceResponse (Guid? persistedFaceId = default, string userData = default);
new Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersistedFaceResponse : Nullable<Guid> * string -> Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersistedFaceResponse
Public Sub New (Optional persistedFaceId As Nullable(Of Guid) = Nothing, Optional userData As String = Nothing)
Parameters
- userData
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET