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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET