Share via


QuickTestImageResponse type

quickTestImage 操作の応答データを格納します。

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