interface StreamTranslationResponse {
    interval: StreamInterval;
    pingId?: number;
    translatedInfo?: VOTTypes.YandexProtobufType.StreamTranslationObject;
}

Properties

interval: StreamInterval

20s - streaming, 10s - translating, 0s - there is no connection with

pingId?: number

the server (the broadcast is finished or deleted)