C# (CSharp) GPS.Data Namespace

Classes

Name Description
OcrConversionStateManager OcrConversionStateManager implements a singleton that provides access to the state of the last OCR conversion. It inherits from ModelBase which means that interested parties can subscribe to its PropertyChanged. It also means that references to the singleton instance of type OcrConversionStateManager can be used in data binding syntax in XAML files.
OcrData OcrData implements a singleton that provides access to the photo and corresponding text obtained from OCR conversion. It inherits from ModelBase which means that interested parties can subscribe to its PropertyChanged. It also means that references to the singleton instance of type OcrData can be used in data binding syntax in XAML files.