LargeFaceListListFacesResponse type
Содержит данные ответа для операции listFaces.
type LargeFaceListListFacesResponse = PersistedFace[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PersistedFace[]
}
}