Class Break
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
Properties
|
Edit this page
View Source
BreakLength
Declaration
[JsonProperty("BreakLength")]
public int BreakLength { get; set; }
Property Value
|
Edit this page
View Source
ErrorTypes
Declaration
[JsonProperty("ErrorTypes")]
public List<string> ErrorTypes { get; set; }
Property Value
|
Edit this page
View Source
MissingBreak
Declaration
[JsonProperty("MissingBreak")]
public MissingBreak MissingBreak { get; set; }
Property Value
|
Edit this page
View Source
UnexpectedBreak
Declaration
[JsonProperty("UnexpectedBreak")]
public UnexpectedBreak UnexpectedBreak { get; set; }
Property Value
Extension Methods