FaceDetectWithUrlResponse type
Bevat antwoordgegevens voor de detectWithUrl-bewerking.
type FaceDetectWithUrlResponse = DetectedFace[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DetectedFace[]
}
}