C# Класс GPS.ViewModels.OcrViewModelBase

Base class for at least some of the view model classes used in the OcrTestClient project. Since view models commonly need access to OcrData and OcrConversionStateManager instances we collected that commonality here.
Наследование: GPS.Utils.ModelBase
Показать файл Открыть проект

Открытые методы

Метод Описание
OcrViewModelBase ( OcrData ocrData, OcrConversionStateManager ocrConversionStateManager ) : System

Initializes a new instance of the OcrViewModelBase class.

Описание методов

OcrViewModelBase() публичный Метод

Initializes a new instance of the OcrViewModelBase class.
public OcrViewModelBase ( OcrData ocrData, OcrConversionStateManager ocrConversionStateManager ) : System
ocrData GPS.Data.OcrData /// A reference to the OcrData instance that stores the /// photo stream and the text obtained after the OCR conversion. ///
ocrConversionStateManager GPS.Data.OcrConversionStateManager /// A reference to the OcrConversionStateManager instance that stores the /// status of the last OCR conversion. ///
Результат System