@page "/albums/{AlbumId}" @using ImageRecognition.BlazorWebAssembly.Models @using System.Collections.ObjectModel @using System.Threading @implements IDisposable @inject IServiceClientFactory ServiceClientFactory @inject ICommunicationClientFactory CommunicationClientFactory @inject NavigationManager NavigationManager @inject IFileUploader FileUploader
@Message
} else {
Detected labels:
@if (photo.Photo?.ObjectDetected != null) { @foreach (var label in photo.Photo.ObjectDetected) {Image size: @photo.Photo.FullSize.Height x @photo.Photo.FullSize.Width
@if (photo.Photo?.GeoLocation != null) {Geolocation: @photo.Photo.GeoLocation.ToString()
} @if (photo.Photo?.ExifModel != null) {Device: @photo.Photo.ExifMake @photo.Photo.ExifModel
}