Interface IScanbotLegacyPage
- Namespace
- ScanbotSDK.MAUI.Document.Legacy
- Assembly
- DocumentSDK.MAUI.dll
[Obsolete("This makes use of the legacy pages from the storage. Prefer to use the new IScannedDocument related APIs.")]
public interface IScanbotLegacyPage
Properties
GetAllPages
[Obsolete("This makes use of the legacy page storage feature. Prefer to use the new ScannedDocument and ScannedDocument.Page classes and related APIs.")]
IScannedPage[] GetAllPages { get; }
Property Value
- IScannedPage[]
Methods
AnalyzeQualityOfDocumentAsync(IScannedPage, DocumentQualityAnalyzerConfiguration)
[Obsolete("This makes use of the legacy page storage feature. Prefer to use the new ScannedDocument and ScannedDocument.Page classes and related APIs.")]
Task<Result<DocumentQualityAnalyzerResult>> AnalyzeQualityOfDocumentAsync(IScannedPage scannedPage, DocumentQualityAnalyzerConfiguration configuration)
Parameters
scannedPage IScannedPage
configuration DocumentQualityAnalyzerConfiguration
Returns
- Task<Result<DocumentQualityAnalyzerResult>>
GetPage(string)
[Obsolete("This makes use of the legacy page storage feature. Prefer to use the new ScannedDocument and ScannedDocument.Page classes and related APIs.")]
Result<IScannedPage> GetPage(string id)
Parameters
id string
Returns
- Result<IScannedPage>