共用方式為


DetectImageWithNoStoreResponse type

包含 detectImageWithNoStore 作業的回應資料。

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