Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
class Core::Session::SessionResultEventArgs
: private Core::_detail::ResultEventArgsBase< SessionResult, int >
Represents inference recognition event arguments.
Members
GetResult
Syntax: public inline std::shared_ptr< SessionResult > GetResult ( ) const;
Gets the Result of an AI inference operation.
Returns
The SessionResult wrapped inside a std::shared_ptr