LargeFaceListListFacesResponse type

Contains response data for the listFaces operation.

type LargeFaceListListFacesResponse = PersistedFace[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PersistedFace[]
  }
}