你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ImageUrl 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. ImageUrl
- com.
public class ImageUrl
ImageUrl 模型。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
url()
获取 URL 值。 |
Image |
withUrl(String url)
设置 URL 值。 |
方法详细信息
url
public String url()
获取 URL 值。
Returns:
url 值
withUrl
public ImageUrl withUrl(String url)
设置 URL 值。
Parameters:
url
- 要设置的 URL 值
Returns:
ImageUrl 对象本身。