Class OCRResult
This class encapsulates the result of OCRJob.
Inheritance
System.Object
OCRResult
Implements
Namespace: Adobe.PDFServicesSDK.pdfjobs.results
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class OCRResult : IPDFServicesJobResult
Constructors
OCRResult(IAsset)
Constructs a new OCRResult
instance.
Declaration
public OCRResult(IAsset asset)
Parameters
Type | Name | Description |
---|---|---|
IAsset | asset | Result IAsset. |
Properties
Asset
Gets the result IAsset.
Declaration
public IAsset Asset { get; }
Property Value
Type | Description |
---|---|
IAsset |