TrendingVideosSubcategory Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. videosearch. models. TrendingVideosSubcategory
- com.
public class TrendingVideosSubcategory
The TrendingVideosSubcategory model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Trending |
tiles()
Get the tiles value. |
String |
title()
Get the title value. |
Trending |
withTiles(List<TrendingVideosTile> tiles)
Set the tiles value. |
Trending |
withTitle(String title)
Set the title value. |
Method Details
tiles
public List
Get the tiles value.
Returns:
the tiles value
title
public String title()
Get the title value.
Returns:
the title value
withTiles
public TrendingVideosSubcategory withTiles(List
Set the tiles value.
Parameters:
tiles
- the tiles value to set
Returns:
the TrendingVideosSubcategory object itself.
withTitle
public TrendingVideosSubcategory withTitle(String title)
Set the title value.
Parameters:
title
- the title value to set
Returns:
the TrendingVideosSubcategory 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