DetectImageWithNoStoreResponse type
Berisi data respons untuk operasi detectImageWithNoStore.
type DetectImageWithNoStoreResponse = ImagePrediction & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePrediction
}
}