From af657628c2dda019eedf0685f636cbd85a31223c Mon Sep 17 00:00:00 2001 From: saudsami Date: Fri, 3 Jan 2025 15:33:28 +0500 Subject: [PATCH] 594-STT Protofile uid type --- shared/real-time-stt/develop/parse-data.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/real-time-stt/develop/parse-data.mdx b/shared/real-time-stt/develop/parse-data.mdx index f5097c212..a948c214e 100644 --- a/shared/real-time-stt/develop/parse-data.mdx +++ b/shared/real-time-stt/develop/parse-data.mdx @@ -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. |