Sdílet prostřednictvím


QuickTestImageResponse type

Obsahuje data odpovědí pro rychlou operaciTestImage.

type QuickTestImageResponse = ImagePrediction & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImagePrediction
  }
}