ClassifyImageWithNoStoreResponse type
包含 classifyImageWithNoStore 作業的響應數據。
type ClassifyImageWithNoStoreResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}