@page @model AIServicesDemo.Pages.RekognitionModel @{ ViewData["Title"] = "Image analysis"; }

Image analysis

@if (!string.IsNullOrEmpty(Model.FileName)) { }
@Html.Raw(Model.Result) @if (!string.IsNullOrEmpty(Model.NewFileName)) { }