Search Results for

    Show / Hide Table of Contents

    Class TaggingOptionsBase

    Options for tagging

    Inheritance
    object
    TaggingOptionsBase
    AzureTaggingOptions
    ClarifaiTaggingOptions
    SimulatedTaggingOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [JsonConverter(typeof(JsonInheritanceConverter), new object[] { "kind" })]
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public abstract class TaggingOptionsBase

    Properties

    FoundTagsFieldId

    Override for the field id where found tags are stored.

    Declaration
    [JsonProperty("foundTagsFieldId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string FoundTagsFieldId { get; set; }
    Property Value
    string

    KeywordLookupCacheName

    Override for the cache to use.

    Declaration
    [JsonProperty("keywordLookupCacheName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string KeywordLookupCacheName { get; set; }
    Property Value
    string

    MissingKeywordsFieldId

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

    Declaration
    [JsonProperty("missingKeywordsFieldId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string MissingKeywordsFieldId { get; set; }
    Property Value
    string

    TagOutputFormatId

    Override for the output format ID to tag.

    Declaration
    [JsonProperty("tagOutputFormatId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string TagOutputFormatId { get; set; }
    Property Value
    string

    TaggingLayerId

    Override for the layer to assign.

    Declaration
    [JsonProperty("taggingLayerId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string TaggingLayerId { get; set; }
    Property Value
    string

    Methods

    FromJson(string)

    Declaration
    public static TaggingOptionsBase FromJson(string data)
    Parameters
    string data

    Returns
    TaggingOptionsBase

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX