Class VideosModel
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.ResponseBase
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.Identifiable
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.Response
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.Answer
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.SearchResultsAnswer
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.VideosModel
-
public class VideosModel extends SearchResultsAnswer
Defines a video answer.
-
-
Constructor Summary
Constructors Constructor Description VideosModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegernextOffset()Get the nextOffset value.List<PivotSuggestions>pivotSuggestions()Get the pivotSuggestions value.List<Query>queryExpansions()Get the queryExpansions value.VideoQueryScenarioscenario()Get the scenario value.List<VideoObject>value()Get the value value.VideosModelwithValue(List<VideoObject> value)Set the value value.-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.videosearch.models.SearchResultsAnswer
isFamilyFriendly, totalEstimatedMatches
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.videosearch.models.Answer
followUpQueries
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.videosearch.models.Response
webSearchUrl
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.videosearch.models.Identifiable
id
-
-
-
-
Method Detail
-
value
public List<VideoObject> value()
Get the value value.- Returns:
- the value value
-
withValue
public VideosModel withValue(List<VideoObject> value)
Set the value value.- Parameters:
value- the value value to set- Returns:
- the VideosModel object itself.
-
nextOffset
public Integer nextOffset()
Get the nextOffset value.- Returns:
- the nextOffset value
-
scenario
public VideoQueryScenario scenario()
Get the scenario value.- Returns:
- the scenario value
-
queryExpansions
public List<Query> queryExpansions()
Get the queryExpansions value.- Returns:
- the queryExpansions value
-
pivotSuggestions
public List<PivotSuggestions> pivotSuggestions()
Get the pivotSuggestions value.- Returns:
- the pivotSuggestions value
-
-