MetaDataContract Class
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.
A combination of user defined name and user specified data and recognition model name for largePersonGroup/personGroup, and largeFaceList/faceList.
public class MetaDataContract : Microsoft.Azure.CognitiveServices.Vision.Face.Models.NameAndUserDataContractForCreation
type MetaDataContract = class
inherit NameAndUserDataContractForCreation
Public Class MetaDataContract
Inherits NameAndUserDataContractForCreation
- Inheritance
Constructors
MetaDataContract() |
Initializes a new instance of the MetaDataContract class. |
MetaDataContract(String, String, String) |
Initializes a new instance of the MetaDataContract class. |
Properties
Name | (Inherited from NameAndUserDataContractForCreation) |
RecognitionModel |
Gets or sets possible values include: 'recognition_01', 'recognition_02' |
UserData | (Inherited from NameAndUserDataContractForCreation) |
Methods
Validate() |
Validate the object. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET