PersonGroupPersonAddFaceFromStreamResponse type

Contains response data for the addFaceFromStream operation.

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