Uses of Record Class
org.springframework.ai.elevenlabs.api.ElevenLabsVoicesApi.Sample
Packages that use ElevenLabsVoicesApi.Sample
-
Uses of ElevenLabsVoicesApi.Sample in org.springframework.ai.elevenlabs.api
Methods in org.springframework.ai.elevenlabs.api that return types with arguments of type ElevenLabsVoicesApi.SampleModifier and TypeMethodDescriptionElevenLabsVoicesApi.Voice.samples()Returns the value of thesamplesrecord component.Constructor parameters in org.springframework.ai.elevenlabs.api with type arguments of type ElevenLabsVoicesApi.SampleModifierConstructorDescriptionVoice(String voiceId, String name, List<ElevenLabsVoicesApi.Sample> samples, ElevenLabsVoicesApi.CategoryEnum category, ElevenLabsVoicesApi.FineTuning fineTuning, Map<String, String> labels, String description, String previewUrl, List<String> availableForTiers, ElevenLabsVoicesApi.VoiceSettings settings, ElevenLabsVoicesApi.VoiceSharing sharing, List<String> highQualityBaseModelIds, List<ElevenLabsVoicesApi.VerifiedVoiceLanguage> verifiedLanguages, ElevenLabsVoicesApi.SafetyControlEnum safetyControl, ElevenLabsVoicesApi.VoiceVerification voiceVerification, String permissionOnResource, Boolean isOwner, Boolean isLegacy, Boolean isMixed, Integer createdAtUnix) Creates an instance of aVoicerecord class.