AIVisionFaceModelFactory.LargePersonGroup 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 LargePersonGroup.
public static Azure.AI.Vision.Face.LargePersonGroup LargePersonGroup(string name = default, string userData = default, Azure.AI.Vision.Face.FaceRecognitionModel? recognitionModel = default, string largePersonGroupId = default);
static member LargePersonGroup : string * string * Nullable<Azure.AI.Vision.Face.FaceRecognitionModel> * string -> Azure.AI.Vision.Face.LargePersonGroup
Public Shared Function LargePersonGroup (Optional name As String = Nothing, Optional userData As String = Nothing, Optional recognitionModel As Nullable(Of FaceRecognitionModel) = Nothing, Optional largePersonGroupId As String = Nothing) As LargePersonGroup
Parameters
- name
- String
User defined name, maximum length is 128.
- userData
- String
Optional user defined data. Length should not exceed 16K.
- recognitionModel
- Nullable<FaceRecognitionModel>
Name of recognition model. Recognition model is used when the face features are extracted and associated with detected faceIds.
- largePersonGroupId
- String
ID of the container.
Returns
A new LargePersonGroup instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET