ImageModerationFindFacesResponse type
Contains response data for the findFaces operation.
type ImageModerationFindFacesResponse = FoundFaces & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: FoundFaces
}
}