TrendingVideosTile Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. videosearch. models. TrendingVideosTile
- com.
public class TrendingVideosTile
The TrendingVideosTile model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Image |
image()
Get the image value. |
Query |
query()
Get the query value. |
Trending |
withImage(ImageObject image)
Set the image value. |
Trending |
withQuery(Query query)
Set the query value. |
Method Details
image
public ImageObject image()
Get the image value.
Returns:
query
public Query query()
Get the query value.
Returns:
withImage
public TrendingVideosTile withImage(ImageObject image)
Set the image value.
Parameters:
Returns:
withQuery
public TrendingVideosTile withQuery(Query query)
Set the query value.
Parameters:
Returns: