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


AnalyzeWithCustomModelResponse type

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

type AnalyzeWithCustomModelResponse = AnalyzeResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AnalyzeResult
  }
}