共用方式為


ClassifyImageUrlWithNoStoreResponse type

包含 classifyImageUrlWithNoStore 作業的回應資料。

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