Class DocumentStorage
- Namespace
- IO.Scanbot.Sdk.Docprocessing
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/docprocessing/DocumentStorage", DoNotGenerateAcw = true)]
public sealed class DocumentStorage : Object, IResultStorage, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DocumentStorage
- Implements
-
- Inherited Members
-
Constructors
DocumentStorage()
[Register(".ctor", "()V", "")]
public DocumentStorage()
Properties
AcceptedType
public Class AcceptedType { get; }
Property Value
- Class
Cty
[Register("cty")]
public LinkedHashMap Cty { get; set; }
Property Value
- LinkedHashMap
Methods
Clear()
[Register("clear", "()V", "")]
public void Clear()
GetResult(string)
[Register("getResult", "(Ljava/lang/String;)Lio/scanbot/sdk/docprocessing/Document;", "")]
public Document GetResult(string resultId)
Parameters
resultId string
Returns
- Document
PutResult(string, Document)
[Register("putResult", "(Ljava/lang/String;Lio/scanbot/sdk/docprocessing/Document;)V", "")]
public void PutResult(string resultId, Document result)
Parameters
resultId string
result Document
RemoveResult(string)
[Register("removeResult", "(Ljava/lang/String;)V", "")]
public void RemoveResult(string resultId)
Parameters
resultId string