AIVisionFaceModelFactory.LargePersonGroupPerson Method
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.
Initializes a new instance of LargePersonGroupPerson.
public static Azure.AI.Vision.Face.LargePersonGroupPerson LargePersonGroupPerson (Guid personId = default, string name = default, string userData = default, System.Collections.Generic.IEnumerable<Guid> persistedFaceIds = default);
static member LargePersonGroupPerson : Guid * string * string * seq<Guid> -> Azure.AI.Vision.Face.LargePersonGroupPerson
Public Shared Function LargePersonGroupPerson (Optional personId As Guid = Nothing, Optional name As String = Nothing, Optional userData As String = Nothing, Optional persistedFaceIds As IEnumerable(Of Guid) = Nothing) As LargePersonGroupPerson
Parameters
- personId
- Guid
ID of the person.
- name
- String
User defined name, maximum length is 128.
- userData
- String
Optional user defined data. Length should not exceed 16K.
- persistedFaceIds
- IEnumerable<Guid>
Face ids of registered faces in the person.
Returns
A new LargePersonGroupPerson instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET