RenderGetCopyrightFromBoundingBoxResponse type

Contains response data for the getCopyrightFromBoundingBox operation.

type RenderGetCopyrightFromBoundingBoxResponse = CopyrightBoundingResult & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: CopyrightBoundingResult,
  },
}