Class SimulatedTaggingConfiguration
Inheritance
SimulatedTaggingConfiguration
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class SimulatedTaggingConfiguration : TaggingConfigurationBase
Properties
Declaration
[JsonProperty("defaultNumberOfKeywords", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int DefaultNumberOfKeywords { get; set; }
Property Value
Declaration
[JsonProperty("enableOcr", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool EnableOcr { get; set; }
Property Value
Methods
Declaration
public static SimulatedTaggingConfiguration FromJson(string data)
Parameters
Returns