Freigeben über


AIVisionFaceModelFactory.LargePersonGroupPerson Method

Definition

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