ImageModerationFindFacesUrlInputResponse type
包含 findFacesUrlInput 作業的響應數據。
type ImageModerationFindFacesUrlInputResponse = FoundFaces & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: FoundFaces
}
}