PersonGroupPersonGetFaceResponse type

Contains response data for the getFace operation.

type PersonGroupPersonGetFaceResponse = PersistedFace & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PersistedFace
  }
}