DetectImageUrlWithNoStoreResponse type

يحتوي على بيانات الاستجابة لعملية detectImageUrlWithNoStore.

type DetectImageUrlWithNoStoreResponse = ImagePrediction & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImagePrediction
  }
}