Search Results for

    Show / Hide Table of Contents

    Class TaggingOptionsBase

    Options for tagging

    Inheritance
    System.Object
    TaggingOptionsBase
    AzureTaggingOptions
    ClarifaiTaggingOptions
    SimulatedTaggingOptions
    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 TaggingOptionsBase

    Properties

    FoundTagsFieldId

    Override for the field id where found tags are stored.

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

    KeywordLookupCacheName

    Override for the cache to use.

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

    MissingKeywordsFieldId

    Override for the field id where not found tags are stored.

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

    TaggingLayerId

    Override for the layer to assign.

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

    TagOutputFormatId

    Override for the output format ID to tag.

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

    Methods

    FromJson(String)

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

    Returns
    TaggingOptionsBase

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX