Class ImageUrl
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.vision.computervision.models.ImageUrl
-
public class ImageUrl extends Object
The ImageUrl model.
-
-
Constructor Summary
Constructors Constructor Description ImageUrl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
url()
Get the url value.ImageUrl
withUrl(String url)
Set the url value.
-