FaceAttributes.Emotion Property

Definition

Gets or sets properties describing facial emotion in form of confidence ranging from 0 to 1.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to