LargeFaceListGetFaceResponse type

Contains response data for the getFace operation.

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