共用方式為


ClassifyImageWithNoStoreResponse type

包含 classifyImageWithNoStore 作業的響應數據。

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