SearchResponse.Videos Property

Definition

Gets a list of videos that are relevant to the search query.

[Newtonsoft.Json.JsonProperty(PropertyName="videos")]
public Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Videos Videos { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="videos")>]
member this.Videos : Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Videos
Public ReadOnly Property Videos As Videos

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to