Search Results for

    Show / Hide Table of Contents

    Interface IADRService

    ADR service

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Simplic.DocumentProcessing
    Assembly: Simplic.DocumentProcessing.dll
    Syntax
    public interface IADRService : IDisposable

    Methods

    | Improve this Doc View Source

    CreateConfiguration(IList<ADRConfiguration>)

    Create adr Configuration

    Declaration
    byte[] CreateConfiguration(IList<ADRConfiguration> configuration)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<ADRConfiguration> configuration

    List of configuration objects

    Returns
    Type Description
    System.Byte[]

    Configuration as byte-array

    | Improve this Doc View Source

    Match(Byte[], Byte[])

    Match the blob

    Declaration
    ADRResult Match(byte[] configuration, byte[] blob)
    Parameters
    Type Name Description
    System.Byte[] configuration

    ADR configuration

    System.Byte[] blob

    Blob to match

    Returns
    Type Description
    ADRResult

    Best match if exists, else null

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx