class Core::Session::SessionStartedEventArgs

class Core::Session::SessionStartedEventArgs
  : private Core::_detail::SessionEventArgsBase< int >

表示開始的推斷處理。

成員

GetSessionId

語法: public inline std::string GetSessionId ( ) const;

取得這個 SessionResult 的來源會話的唯一識別碼。

傳回

會話識別碼字串。

GetSessionId

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

取得這個 SessionResult 的來源會話的唯一識別碼。

傳回

會話識別碼字串。