Search Results for

    Show / Hide Table of Contents

    Class ContentExtractionResult

    Result of a content extraction process

    Inheritance
    System.Object
    ContentExtractionResult
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DocumentProcessing
    Assembly: Simplic.Framework.DocumentProcessing.dll
    Syntax
    public class ContentExtractionResult

    Properties

    | Improve this Doc View Source

    Content

    Optimized content of the extraction process

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OriginalContent

    Original content of the extraction process

    Declaration
    public string OriginalContent { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx