class Core::_detail::ResultBase

Base class for all vision results objects.

Members

~ResultBase

Syntax: public inline ~ResultBase ( );

GetSessionId

Syntax: public template< > inline AI::Core::_detail::enable_if_w_or_string_t< T > GetSessionId ( ) const;

GetResultId

Syntax: public template< > inline AI::Core::_detail::enable_if_w_or_string_t< T > GetResultId ( ) const;

GetAssociatedMediaPosition

Syntax: public inline uint64_t GetAssociatedMediaPosition ( ) const;

GetReason

Syntax: public inline TReason GetReason ( TReason min , TReason max ) const;

GetAssociatedFrameReader

Syntax: public inline std::shared_ptr< Input::Frames::FrameReader > GetAssociatedFrameReader ( );

GetAssociatedFrameSetReader

Syntax: public inline std::shared_ptr< Input::Frames::FrameSetReader > GetAssociatedFrameSetReader ( );

GetProperties

Syntax: public inline const TProperties & GetProperties ( ) const;