/** * This file was auto-generated by Fern from our API Definition. */ export interface BodyRetrieveVoiceSampleAudioV1VoicesPvcVoiceIdSamplesSampleIdAudioGet { /** If set will remove background noise for voice samples using our audio isolation model. If the samples do not include background noise, it can make the quality worse. */ remove_background_noise?: boolean; }