FaceDetectWithStreamResponse type

Contains response data for the detectWithStream operation.

type FaceDetectWithStreamResponse = DetectedFace[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DetectedFace[]
  }
}