Type Alias TranslatedStreamTranslationResponse

TranslatedStreamTranslationResponse: {
    interval: number;
    pingId: number;
    result: VOTTypes.YandexType.StreamTranslationObject;
    translated: true;
}