CategoryDetail Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. CategoryDetail
- com.
public class CategoryDetail
An object describing additional category details.
Constructor Summary
Constructor | Description | |
---|---|---|
CategoryDetail() |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Celebrities |
celebrities()
Get the celebrities value. |
List<Landmarks |
landmarks()
Get the landmarks value. |
Category |
withCelebrities(List<CelebritiesModel> celebrities)
Set the celebrities value. |
Category |
withLandmarks(List<LandmarksModel> landmarks)
Set the landmarks value. |
Methods inherited from java.lang.Object
Constructor Details
CategoryDetail
public CategoryDetail()
Method Details
celebrities
public List<CelebritiesModel> celebrities()
Get the celebrities value.
Returns:
landmarks
public List<LandmarksModel> landmarks()
Get the landmarks value.
Returns:
withCelebrities
public CategoryDetail withCelebrities(List<CelebritiesModel> celebrities)
Set the celebrities value.
Parameters:
Returns:
withLandmarks
public CategoryDetail withLandmarks(List<LandmarksModel> landmarks)
Set the landmarks value.
Parameters:
Returns: