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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET