OrtRunOptions class
Constructors
- OrtRunOptions.new()
- OrtRunOptions.fromAddress(int address)
Properties
Methods
-
getRunLogSeverityLevel(
) → int -
getRunLogVerbosityLevel(
) → int -
getRunTag(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
) → void -
setRunLogSeverityLevel(
int level) → void -
setRunLogVerbosityLevel(
int level) → void -
setRunTag(
String tag) → void -
setTerminate(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unsetTerminate(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited