共用方式為


DetectImageResponse type

包含 detectImage 作業的回應資料。

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