AnalyzeWithCustomModelResponse type

يحتوي على بيانات الاستجابة لعملية analyzeWithCustomModel.

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