Share via


RenderGetCopyrightFromBoundingBoxResponse type

Contiene datos de respuesta para la operación getCopyrightFromBoundingBox.

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