你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ListPersonGroupPersonsOptionalParameter 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. ListPersonGroupPersonsOptionalParameter
- com.
public class ListPersonGroupPersonsOptionalParameter
ListPersonGroupPersonsOptionalParameter 模型。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
start()
获取开始值。 |
String |
thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。 |
Integer |
top()
获取顶部值。 |
List |
withStart(String start)
设置开始值。 |
List |
withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。 |
List |
withTop(Integer top)
设置顶部值。 |
方法详细信息
start
public String start()
获取开始值。
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。
Returns:
top
public Integer top()
获取顶部值。
Returns:
withStart
public ListPersonGroupPersonsOptionalParameter withStart(String start)
设置开始值。
Parameters:
Returns:
withThisclientacceptLanguage
public ListPersonGroupPersonsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。
Parameters:
Returns:
withTop
public ListPersonGroupPersonsOptionalParameter withTop(Integer top)
设置顶部值。
Parameters:
Returns: