|
uint | Version [get] |
| Fir version. Different versions are incompatible with each other when performing a comparison operation. More...
|
|
bool | IsShort [get] |
| True if fir has short data type More...
|
|
bool | IsBinary [get] |
| True if fir has binary data type More...
|
|
bool | Valid [get] |
| True if object is valid, false if disposed or not created properly More...
|
|
◆ ConvertToShortFir()
IFir FaceSDK.Base.IFir.ConvertToShortFir |
( |
| ) |
|
Convert this fir to a fir with short data type
- Returns
Implemented in FaceSDK.Base.Fir.
◆ IsBinary
bool FaceSDK.Base.IFir.IsBinary |
|
get |
True if fir has binary data type
◆ IsShort
bool FaceSDK.Base.IFir.IsShort |
|
get |
True if fir has short data type
◆ Version
uint FaceSDK.Base.IFir.Version |
|
get |
Fir version. Different versions are incompatible with each other when performing a comparison operation.
The documentation for this interface was generated from the following file: