共用方式為


ClassifyImageUrlResponse type

包含 classifyImageUrl 作業的回應資料。

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