AnalyzeWithCustomModelResponse type
Contains response data for the analyzeWithCustomModel operation.
type AnalyzeWithCustomModelResponse = AnalyzeResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AnalyzeResult
}
}