Share via


RenderGetCopyrightFromBoundingBoxResponse type

getCopyrightFromBoundingBox işleminin yanıt verilerini içerir.

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