View Source Evision.DNN.DictValue (Evision v0.1.13)
Link to this section Summary
Types
Type that represents an Evision.DNN.DictValue
struct.
Functions
Variant 1:
Positional Arguments
- s:
String
Return
- self:
Evision.DNN.DictValue
Python prototype (for reference):
Keyword Arguments
- idx:
int
.
Return
- retval:
int
Python prototype (for reference):
Keyword Arguments
- idx:
int
.
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
bool
Python prototype (for reference):
Return
- retval:
bool
Python prototype (for reference):
Return
- retval:
bool
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.DNN.DictValue{ref: reference()}
Type that represents an Evision.DNN.DictValue
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
@spec dictValue(binary()) :: t() | {:error, String.t()}
@spec dictValue(number()) :: t() | {:error, String.t()}
@spec dictValue(integer()) :: t() | {:error, String.t()}
Variant 1:
Positional Arguments
- s:
String
Return
- self:
Evision.DNN.DictValue
Python prototype (for reference):
DictValue(s) -> <dnn_DictValue object>
Variant 2:
Positional Arguments
- p:
double
Return
- self:
Evision.DNN.DictValue
Python prototype (for reference):
DictValue(p) -> <dnn_DictValue object>
Variant 3:
Positional Arguments
- i:
int
Return
- self:
Evision.DNN.DictValue
Python prototype (for reference):
DictValue(i) -> <dnn_DictValue object>
Keyword Arguments
- idx:
int
.
Return
- retval:
int
Python prototype (for reference):
getIntValue([, idx]) -> retval
Keyword Arguments
- idx:
int
.
Return
- retval:
double
Python prototype (for reference):
getRealValue([, idx]) -> retval
Keyword Arguments
- idx:
int
.
Return
- retval:
String
Python prototype (for reference):
getStringValue([, idx]) -> retval
Return
- retval:
bool
Python prototype (for reference):
isInt() -> retval
Return
- retval:
bool
Python prototype (for reference):
isReal() -> retval
Return
- retval:
bool
Python prototype (for reference):
isString() -> retval