LargeFaceListListResponse type
Contains response data for the list operation.
type LargeFaceListListResponse = LargeFaceList[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: LargeFaceList[]
}
}