Sdílet prostřednictvím


AnalyzeWithCustomModelResponse type

Obsahuje data odpovědi pro operaci analyzeWithCustomModel.

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