你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.