Skip to content

Commit 9684f0c

Browse files
Merge pull request #3734 from alexeyo26/alexeyo/test-edit-speech
[Azure AI Svcs] Speech. Test edit for Speech service
2 parents a073a5a + 51b74b5 commit 9684f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/speech-service/how-to-get-speech-session-id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Enable logging for your application as described in [this article](how-to-use-lo
4141

4242
### Get Session ID from the log
4343

44-
Open the log file your application produced and look for `SessionId:`. The number that would follow is the Session ID you need. In the following log excerpt example, `0b734c41faf8430380d493127bd44631` is the Session ID.
44+
Open the log file your application produced and look for `SessionId:`. The number that would follow is the Session ID you need. In the following log excerpt example, `0b734c41faf8430380d493127bd44632` is the Session ID.
4545

4646
```
47-
[874193]: 218ms SPX_DBG_TRACE_VERBOSE: audio_stream_session.cpp:1238 [0000023981752A40]CSpxAudioStreamSession::FireSessionStartedEvent: Firing SessionStarted event: SessionId: 0b734c41faf8430380d493127bd44631
47+
[874193]: 218ms SPX_DBG_TRACE_VERBOSE: audio_stream_session.cpp:1238 [0000023981752A40]CSpxAudioStreamSession::FireSessionStartedEvent: Firing SessionStarted event: SessionId: 0b734c41faf8430380d493127bd44632
4848
```
4949
### Get Session ID using JavaScript
5050

0 commit comments

Comments
 (0)