💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## IABChoice1SeriObjects 选择题,包括背景,主题,演讲者背景,话题音频,问题12的背景、图片、指针、文字、音频、控件、备注, 两个选项 ``` interface IABChoice1SeriObjects { background: Subject.Components.Background, topicText: Subject.Components.TextInputter, speakerImage: Subject.Components.DoubleImage, topicAudio: Subject.Components.Audio, q1Image: Subject.Components.SimpleImage, q2Image: Subject.Components.SimpleImage, option1Bg: Subject.Components.DoubleImage, option2Bg: Subject.Components.DoubleImage, option1Index: Subject.Components.SimpleImage, option2Index: Subject.Components.SimpleImage, option1Text: Subject.Components.TextInputter, option2Text: Subject.Components.TextInputter, option1Audio: Subject.Components.Audio, option2Audio: Subject.Components.Audio, option1Radio: Subject.Components.RadioButton, option2Radio: Subject.Components.RadioButton, note: Subject.Components.Note } ```