FaceAttributes.Makeup Property

Definition

Gets or sets properties describing present makeups on a given face.

[Newtonsoft.Json.JsonProperty(PropertyName="makeup")]
public Microsoft.Azure.CognitiveServices.Vision.Face.Models.Makeup Makeup { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="makeup")>]
member this.Makeup : Microsoft.Azure.CognitiveServices.Vision.Face.Models.Makeup with get, set
Public Property Makeup As Makeup

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to