Class TrendingVideosTile
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.TrendingVideosTile
-
public class TrendingVideosTile extends Object
The TrendingVideosTile model.
-
-
Constructor Summary
Constructors Constructor Description TrendingVideosTile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageObjectimage()Get the image value.Queryquery()Get the query value.TrendingVideosTilewithImage(ImageObject image)Set the image value.TrendingVideosTilewithQuery(Query query)Set the query value.
-
-
-
Method Detail
-
query
public Query query()
Get the query value.- Returns:
- the query value
-
withQuery
public TrendingVideosTile withQuery(Query query)
Set the query value.- Parameters:
query- the query value to set- Returns:
- the TrendingVideosTile object itself.
-
image
public ImageObject image()
Get the image value.- Returns:
- the image value
-
withImage
public TrendingVideosTile withImage(ImageObject image)
Set the image value.- Parameters:
image- the image value to set- Returns:
- the TrendingVideosTile object itself.
-
-