Share via


AnalyzeWithCustomModelResponse type

Contém dados de resposta para a operação analyzeWithCustomModel.

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