Sdílet prostřednictvím


TrendingImagesCategory Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.imagesearch.models.TrendingImagesCategory

public class TrendingImagesCategory

Defines the category of trending images.

Method Summary

Modifier and Type Method and Description
List<TrendingImagesTile> tiles()

Get the tiles value.

String title()

Get the title value.

TrendingImagesCategory withTiles(List<TrendingImagesTile> tiles)

Set the tiles value.

TrendingImagesCategory withTitle(String title)

Set the title value.

Method Details

tiles

public List tiles()

Get the tiles value.

Returns:

the tiles value

title

public String title()

Get the title value.

Returns:

the title value

withTiles

public TrendingImagesCategory withTiles(List tiles)

Set the tiles value.

Parameters:

tiles - the tiles value to set

Returns:

the TrendingImagesCategory object itself.

withTitle

public TrendingImagesCategory withTitle(String title)

Set the title value.

Parameters:

title - the title value to set

Returns:

the TrendingImagesCategory object itself.

Applies to