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
Get the celebrities value.
Returns:
the celebrities value
landmarks
public List
Get the landmarks value.
Returns:
the landmarks value
withCelebrities
public CategoryDetail withCelebrities(List
Set the celebrities value.
Parameters:
celebrities
- the celebrities value to set
Returns:
the CategoryDetail object itself.
withLandmarks
public CategoryDetail withLandmarks(List
Set the landmarks value.
Parameters:
landmarks
- the landmarks value to set
Returns:
the CategoryDetail object itself.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java