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