Skip to content

Commit

Permalink
594-STT Protofile uid type
Browse files Browse the repository at this point in the history
  • Loading branch information
saudsami committed Jan 3, 2025
1 parent 566cb64 commit af65762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/real-time-stt/develop/parse-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ The following tables describe the fields in the `SttMessage.proto` file.
| `vendor` | `int32` | Reserved field. |
| `version` | `int32` | Reserved field. |
| `seqnum` | `int32` | Reserved field. |
| `uid` | `int64` | The user ID to which the text corresponds. |
| `uid` | `uint32` | The user ID to which the text corresponds. |
| `flag` | `int32` | Reserved field. |
| `time` | `int64` | The start time of the transcription of this segment. It has a value only when `isFinal` is true; otherwise, it is 0. |
| `lang` | `int32` | Reserved field. |
Expand Down

0 comments on commit af65762

Please sign in to comment.