Search Results for

    Show / Hide Table of Contents

    Class SimulatedTaggingOptions

    Inheritance
    System.Object
    TaggingOptionsBase
    SimulatedTaggingOptions
    Inherited Members
    TaggingOptionsBase.TagOutputFormatId
    TaggingOptionsBase.KeywordLookupCacheName
    TaggingOptionsBase.TaggingLayerId
    TaggingOptionsBase.FoundTagsFieldId
    TaggingOptionsBase.MissingKeywordsFieldId
    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: System.Dynamic.ExpandoObject
    Syntax
    public class SimulatedTaggingOptions : TaggingOptionsBase

    Properties

    EnableOcr

    Enables/disables ocr feature

    Declaration
    public bool EnableOcr { get; set; }
    Property Value
    System.Boolean

    NumberOfKeywords

    Number of keywords to assign.

    Declaration
    public string NumberOfKeywords { get; set; }
    Property Value
    System.String

    Methods

    FromJson(String)

    Declaration
    public static SimulatedTaggingOptions FromJson(string data)
    Parameters
    System.String data

    Returns
    SimulatedTaggingOptions

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX