共用方式為


DetectObjectsResponse type

包含 detectObjects 作業的回應資料。

type DetectObjectsResponse = DetectResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DetectResult
  }
}