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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java