Search Results for

    Show / Hide Table of Contents

    Class SimulatedTaggingOptions

    Inheritance
    object
    TaggingOptionsBase
    SimulatedTaggingOptions
    Inherited Members
    TaggingOptionsBase.TagOutputFormatId
    TaggingOptionsBase.KeywordLookupCacheName
    TaggingOptionsBase.TaggingLayerId
    TaggingOptionsBase.FoundTagsFieldId
    TaggingOptionsBase.MissingKeywordsFieldId
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class SimulatedTaggingOptions : TaggingOptionsBase

    Properties

    EnableOcr

    Enables/disables ocr feature

    Declaration
    [JsonProperty("enableOcr", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool EnableOcr { get; set; }
    Property Value
    bool

    NumberOfKeywords

    Number of keywords to assign.

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

    Methods

    FromJson(string)

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

    Returns
    SimulatedTaggingOptions

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX