AnalyzeImageByDomainResponse type

Contains response data for the analyzeImageByDomain operation.

type AnalyzeImageByDomainResponse = DomainModelResults & { _response: HttpResponse & { bodyAsText: string, parsedBody: DomainModelResults } }