Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
Public Member Functions | Properties | List of all members
FaceSDK.Base.IFir Interface Reference
Inheritance diagram for FaceSDK.Base.IFir:
FaceSDK.IFaceSDKBase FaceSDK.Base.Fir

Public Member Functions

IFir ConvertToShortFir ()
 Convert this fir to a fir with short data type More...
 
- Public Member Functions inherited from FaceSDK.IFaceSDKBase
void CheckValidity (string objectName=null)
 Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More...
 

Properties

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...
 
- Properties inherited from FaceSDK.IFaceSDKBase
bool Valid [get]
 True if object is valid, false if disposed or not created properly More...
 

Member Function Documentation

◆ ConvertToShortFir()

IFir FaceSDK.Base.IFir.ConvertToShortFir ( )

Convert this fir to a fir with short data type

Returns

Implemented in FaceSDK.Base.Fir.

Property Documentation

◆ 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: