共用方式為


QuickTestImageResponse type

包含 quickTestImage 作業的回應資料。

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