AIVisionFaceModelFactory.LargeFaceList 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 LargeFaceList.
public static Azure.AI.Vision.Face.LargeFaceList LargeFaceList (string name = default, string userData = default, Azure.AI.Vision.Face.FaceRecognitionModel? recognitionModel = default, string largeFaceListId = default);
static member LargeFaceList : string * string * Nullable<Azure.AI.Vision.Face.FaceRecognitionModel> * string -> Azure.AI.Vision.Face.LargeFaceList
Public Shared Function LargeFaceList (Optional name As String = Nothing, Optional userData As String = Nothing, Optional recognitionModel As Nullable(Of FaceRecognitionModel) = Nothing, Optional largeFaceListId As String = Nothing) As LargeFaceList
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.
- largeFaceListId
- String
Valid character is letter in lower case or digit or '-' or '_', maximum length is 64.
Returns
A new LargeFaceList instance for mocking.
Applies to
Azure SDK for .NET