View Source Evision.DNN.DictValue (Evision v0.1.8)
Link to this section Summary
Functions
Raising version of dnn_DictValue/1
.
Raising version of getIntValue/1
.
##### Keyword Arguments
Raising version of getRealValue/1
.
##### Keyword Arguments
Raising version of getStringValue/1
.
##### Keyword Arguments
Raising version of isInt/1
.
Python prototype (for reference):
Raising version of isReal/1
.
Python prototype (for reference):
Raising version of isString/1
.
Python prototype (for reference):
Link to this section Functions
Raising version of dnn_DictValue/1
.
Variant 1:
Positional Arguments
- s:
String
Python prototype (for reference):
DictValue(s) -> <dnn_DictValue object>
Variant 2:
Positional Arguments
- p:
double
Python prototype (for reference):
DictValue(p) -> <dnn_DictValue object>
Variant 3:
Positional Arguments
- i:
int
Python prototype (for reference):
DictValue(i) -> <dnn_DictValue object>
Raising version of getIntValue/1
.
##### Keyword Arguments
- idx:
int
.
Python prototype (for reference):
getIntValue([, idx]) -> retval
Raising version of getRealValue/1
.
##### Keyword Arguments
- idx:
int
.
Python prototype (for reference):
getRealValue([, idx]) -> retval
Raising version of getStringValue/1
.
##### Keyword Arguments
- idx:
int
.
Python prototype (for reference):
getStringValue([, idx]) -> retval
Raising version of isInt/1
.
Python prototype (for reference):
isInt() -> retval
Raising version of isReal/1
.
Python prototype (for reference):
isReal() -> retval
Raising version of isString/1
.
Python prototype (for reference):
isString() -> retval