TrendingVideosCategory Class

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

public class TrendingVideosCategory

The TrendingVideosCategory model.

Method Summary

Modifier and Type Method and Description
List<TrendingVideosSubcategory> subcategories()

Get the subcategories value.

String title()

Get the title value.

TrendingVideosCategory withSubcategories(List<TrendingVideosSubcategory> subcategories)

Set the subcategories value.

TrendingVideosCategory withTitle(String title)

Set the title value.

Method Details

subcategories

public List subcategories()

Get the subcategories value.

Returns:

the subcategories value

title

public String title()

Get the title value.

Returns:

the title value

withSubcategories

public TrendingVideosCategory withSubcategories(List subcategories)

Set the subcategories value.

Parameters:

subcategories - the subcategories value to set

Returns:

the TrendingVideosCategory object itself.

withTitle

public TrendingVideosCategory withTitle(String title)

Set the title value.

Parameters:

title - the title value to set

Returns:

the TrendingVideosCategory object itself.

Applies to