Delen via


LargeFaceListListFacesResponse type

Bevat antwoordgegevens voor de bewerking listFaces.

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