Share via


ClassifyImageWithNoStoreResponse type

classifyImageWithNoStore 操作の応答データが含まれます。

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