TrendingVideosTile Class

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

public class TrendingVideosTile

The TrendingVideosTile model.

Constructor Summary

Constructor Description
TrendingVideosTile()

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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TrendingVideosTile

public TrendingVideosTile()

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