Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.LandmarksModel
-
Packages that use LandmarksModel Package Description com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of LandmarksModel in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return LandmarksModel Modifier and Type Method Description LandmarksModel
LandmarksModel. withConfidence(double confidence)
Set the confidence value.LandmarksModel
LandmarksModel. withName(String name)
Set the name value.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return types with arguments of type LandmarksModel Modifier and Type Method Description List<LandmarksModel>
CategoryDetail. landmarks()
Get the landmarks value.Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision.models with type arguments of type LandmarksModel Modifier and Type Method Description CategoryDetail
CategoryDetail. withLandmarks(List<LandmarksModel> landmarks)
Set the landmarks value.
-