umbot - v2.0.8
    Preparing search index...

    Interface IYandexRequestDownloadSoundsRequest

    Интерфейс ответа на запрос загрузки нескольких аудиофайлов Используется при массовой загрузке аудиофайлов в хранилище

    const response: IYandexRequestDownloadSoundsRequest = {
    sounds: [
    {
    id: "sound123456789",
    skillId: "skill123456789",
    size: 1024,
    originalName: "audio1.mp3",
    createdAt: "2024-03-20T12:00:00Z",
    isProcessed: true
    },
    {
    id: "sound987654321",
    skillId: "skill123456789",
    size: 2048,
    originalName: "audio2.mp3",
    createdAt: "2024-03-20T12:01:00Z",
    isProcessed: false
    }
    ]
    };
    interface IYandexRequestDownloadSoundsRequest {
        error?: string;
        sounds: IYandexRequestDownloadSound[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error?: string

    Сообщение об ошибке, если запрос завершился неудачно

    Массив с информацией о загруженных аудиофайлах