ImageModerationFindFacesUrlInputResponse type
Obsahuje data odpovědi pro operaci findFacesUrlInput.
type ImageModerationFindFacesUrlInputResponse = FoundFaces & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: FoundFaces
}
}