Search Results for

    Show / Hide Table of Contents

    Class TaggingConfigurationBase

    Inheritance
    System.Object
    TaggingConfigurationBase
    AzureTaggingConfiguration
    ClarifaiTaggingConfiguration
    SimulatedTaggingConfiguration
    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: System.Dynamic.ExpandoObject
    Syntax
    public abstract class TaggingConfigurationBase

    Properties

    DefaultFoundTagsFieldId

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

    DefaultKeywordLookupCacheName

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

    DefaultMissingKeywordsFieldId

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

    DefaultTaggingLayerId

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

    DefaultTagOutputFormatId

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

    EnableImageAnalytics

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

    EnableLegacyTaggingBehavior

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

    UseDownloadLink

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

    Methods

    FromJson(String)

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

    Returns
    TaggingConfigurationBase

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX