FindSimilarRequest.Mode Property

Definition

Gets or sets similar face searching mode. It can be "matchPerson" or "matchFace". Possible values include: 'matchPerson', 'matchFace'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to