Megosztás a következőn keresztül:


AnalyzeWithCustomModelResponse type

Az analyzeWithCustomModel művelet válaszadatait tartalmazza.

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