FindSimilarRequest.Mode Property
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.
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