FaceDetectWithUrlResponse type

Contains response data for the detectWithUrl operation.

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