AnalyzeImageResponse type

Contains response data for the analyzeImage operation.

type AnalyzeImageResponse = ImageAnalysis & { _response: HttpResponse & { bodyAsText: string, parsedBody: ImageAnalysis } }