Поделиться через


ClassifyImageWithNoStoreResponse type

Содержит данные ответа для операции classifyImageWithNoStore.

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