Search Results for

    Show / Hide Table of Contents

    Class SimulatedTaggingConfiguration

    Inheritance
    System.Object
    TaggingConfigurationBase
    SimulatedTaggingConfiguration
    Inherited Members
    TaggingConfigurationBase.EnableImageAnalytics
    TaggingConfigurationBase.EnableLegacyTaggingBehavior
    TaggingConfigurationBase.DefaultTagOutputFormatId
    TaggingConfigurationBase.DefaultKeywordLookupCacheName
    TaggingConfigurationBase.DefaultTaggingLayerId
    TaggingConfigurationBase.DefaultFoundTagsFieldId
    TaggingConfigurationBase.DefaultMissingKeywordsFieldId
    TaggingConfigurationBase.UseDownloadLink
    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 SimulatedTaggingConfiguration : TaggingConfigurationBase

    Properties

    DefaultNumberOfKeywords

    Declaration
    public int DefaultNumberOfKeywords { get; set; }
    Property Value
    System.Int32

    EnableOcr

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

    Methods

    FromJson(String)

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

    Returns
    SimulatedTaggingConfiguration

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX