TrendingImages Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- com.
microsoft. azure. cognitiveservices. search. imagesearch. models. TrendingImages
- com.
public class TrendingImages extends Response
The top-level object that the response includes when a trending images request succeeds.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Trending |
categories()
Get the categories value. |
Trending |
withCategories(List<TrendingImagesCategory> categories)
Set the categories value. |
Inherited Members
Method Details
categories
public List
Get the categories value.
Returns:
the categories value
withCategories
public TrendingImages withCategories(List
Set the categories value.
Parameters:
categories
- the categories value to set
Returns:
the TrendingImages object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java