Class ClarifaiTaggingConfiguration
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 class ClarifaiTaggingConfiguration : TaggingConfigurationBase
Properties
ApiToken
Declaration
public string ApiToken { get; set; }
Property Value
System.String
|
AppId
Declaration
public string AppId { get; set; }
Property Value
System.String
|
DefaultLanguageCode
Declaration
public string DefaultLanguageCode { get; set; }
Property Value
System.String
|
DefaultMinimumValue
Declaration
public decimal DefaultMinimumValue { get; set; }
Property Value
System.Decimal
|
DefaultModel
Declaration
public string DefaultModel { get; set; }
Property Value
System.String
|
UserId
Declaration
public string UserId { get; set; }
Property Value
System.String
|
Methods
FromJson(String)
Declaration
public static ClarifaiTaggingConfiguration FromJson(string data)
Parameters
System.String
data
|
Returns
ClarifaiTaggingConfiguration
|
ToJson()
Declaration
public string ToJson()
Returns
System.String
|