SSMS Syntax error?

0

Can anyone tell me what could be wrong with this? Ive been trying to days to get this to run and just can't seem to find what's wrong.

<speak> <p> <s>Once upon a time, in a bustling city full of skyscrapers and dreams, lived <emphasis level="moderate">Jack</emphasis>, a young entrepreneur.</s> <break time="500ms"/> <s>Jack had built his business from the ground up.</s> <prosody rate="fast" pitch="+10%">His days were packed with meetings and decision-making, in a world where time was as valuable as gold.</prosody> </p> <p> <amazon:effect name="whispered"> Despite his success, Jack always felt something was missing. </amazon:effect> </p> </voice> <p> <s>Far away, in a quaint town surrounded by mountains and streams, lived <emphasis level="moderate">Emma</emphasis>, a creative soul with dreams bigger than the sky.</s> <break time="700ms"/> <s>Emma had a passion for art and a vision for a business, but she lacked the resources to bring her dreams to life.</s> </p> <p> <prosody volume="soft" pitch="-20%">Her heart yearned for an opportunity to show the world her talent.</prosody> </p> </voice> <p> <s>One day, their paths crossed when Jack attended a virtual art exhibition, where Emma's work was showcased.</s> <break time="600ms"/> <s>He was immediately captivated by her creativity and the <emphasis level="strong">story</emphasis> behind her art.</s> </p> </voice> <p> <amazon:emotion name="excited" intensity="medium"> <s>Emma received a message from Jack, offering to collaborate and provide the resources she needed.</s> </amazon:emotion> </p> <p> <s>Their collaboration blossomed into a successful venture, blending Jack's business acumen with Emma's artistic vision.</s> </p> </voice> <p> <s>As they worked together, their professional respect grew into <amazon:emotion name="excited" intensity="medium">something more profound.</amazon:emotion></s> </p> <p> <amazon:emotion name="disappointed" intensity="low"> <s>Despite the distance, they found themselves eagerly waiting for each conversation, each shared dream.</s> </amazon:emotion> </p> </voice> <p> <s>Jack, inspired by Emma's passion, found the missing piece in his life.</s> <break time="500ms"/> <s>Emma, with Jack's support, saw her dreams taking flight.</s> </p> </voice> <p> <s>Together, they realized that <emphasis level="reduced">true success</emphasis> wasn't just in business or art, but in the connections we make and the lives we uplift.</s> </p> </voice> <p> <amazon:emotion name="excited" intensity="high"> <s>And so, they embarked on a new journey, not just as partners in business, but as companions in life, eager to see what the future held.</s> </amazon:emotion> </p> </voice> </speak>
Matthew
gefragt vor 5 Monaten148 Aufrufe
1 Antwort
0

You are trying to use <amazon:emotion> tags that are not available in Polly (probably taken from ASK documentation: https://developer.amazon.com/en-US/docs/alexa/custom-skills/speech-synthesis-markup-language-ssml-reference.html#amazon-emotion). Also you have a lot of </voice> fragments. This is not only reference to unsupported <voice> tag, it's also simply not valid XML (you can't have closing tag without opening one).

For list of supported tags please consult https://docs.aws.amazon.com/polly/latest/dg/supportedtags.html

AWS
TB
beantwortet vor 5 Monaten
profile picture
EXPERTE
überprüft vor 5 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen