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:
the image value
query
public Query query()
Get the query value.
Returns:
the query value
withImage
public TrendingVideosTile withImage(ImageObject image)
Set the image value.
Parameters:
image
- the image value to set
Returns:
the TrendingVideosTile object itself.
withQuery
public TrendingVideosTile withQuery(Query query)
Set the query value.
Parameters:
query
- the query value to set
Returns:
the TrendingVideosTile object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java