vot.js - v2.4.12
    Preparing search index...

    Interface StreamTranslationResponse

    interface StreamTranslationResponse {
        interval: protos.StreamInterval;
        pingId?: number;
        translatedInfo?: protos.StreamTranslationObject;
    }
    Index

    Properties

    20s - streaming, 10s - translating, 0s - there is no connection with the server (the broadcast is finished or deleted)

    pingId?: number