AnalyzeWithCustomModelResponse type

Berisi data respons untuk operasi analyzeWithCustomModel.

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