MetaDataContract Class

Definition

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