DetectImageWithNoStoreResponse type
包含 detectImageWithNoStore作的响应数据。
type DetectImageWithNoStoreResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}