AccountModelListResult interface
The list of cognitive services accounts operation response.
Properties
next |
The link used to get the next page of Model. |
value | Gets the list of Cognitive Services accounts Model and their properties. |
Property Details
nextLink
The link used to get the next page of Model.
nextLink?: string
Property Value
string
value
Gets the list of Cognitive Services accounts Model and their properties.
value?: AccountModel[]