VideosModel Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Answer
- SearchResultsAnswer
- com.
microsoft. azure. cognitiveservices. search. videosearch. models. VideosModel
- com.
public class VideosModel extends SearchResultsAnswer
Defines a video answer.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
nextOffset()
Get the nextOffset value. |
List<Pivot |
pivotSuggestions()
Get the pivotSuggestions value. |
List<Query> |
queryExpansions()
Get the queryExpansions value. |
Video |
scenario()
Get the scenario value. |
List<Video |
value()
Get the value value. |
Videos |
withValue(List<VideoObject> value)
Set the value value. |
Inherited Members
Method Details
nextOffset
public Integer nextOffset()
Get the nextOffset value.
Returns:
pivotSuggestions
public List
Get the pivotSuggestions value.
Returns:
queryExpansions
public List
Get the queryExpansions value.
Returns:
scenario
public VideoQueryScenario scenario()
Get the scenario value.
Returns:
value
public List
Get the value value.
Returns:
withValue
public VideosModel withValue(List
Set the value value.
Parameters:
Returns:
Applies to
Azure SDK for Java