TrendingVideosTile Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.videosearch.models.TrendingVideosTile

public class TrendingVideosTile

The TrendingVideosTile model.

Method Summary

Modifier and Type Method and Description
ImageObject image()

Get the image value.

Query query()

Get the query value.

TrendingVideosTile withImage(ImageObject image)

Set the image value.

TrendingVideosTile 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