Share via


Images.SimilarTerms Property

Definition

Gets a list of terms that are similar in meaning to the user's query term.

[Newtonsoft.Json.JsonProperty(PropertyName="similarTerms")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query> SimilarTerms { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="similarTerms")>]
member this.SimilarTerms : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query>
Public ReadOnly Property SimilarTerms As IList(Of Query)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to