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