Share via


DetectImageWithNoStoreResponse type

detectImageWithNoStore 操作の応答データを格納します。

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