GetLargeFaceListsQueryParamProperties interface
Properties
| return |
Return 'recognitionModel' or not. The default value is false. |
| start | List resources greater than the "start". It contains no more than 64 characters. Default is empty. |
| top | The number of items to list, ranging in [1, 1000]. Default is 1000. |
Property Details
returnRecognitionModel
Return 'recognitionModel' or not. The default value is false.
returnRecognitionModel?: boolean
Property Value
boolean
start
List resources greater than the "start". It contains no more than 64 characters. Default is empty.
start?: string
Property Value
string
top
The number of items to list, ranging in [1, 1000]. Default is 1000.
top?: number
Property Value
number