共用方式為


DetectImageUrlWithNoStoreResponse type

包含 detectImageUrlWithNoStore 作業的回應資料。

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