Skip navigation links
A C E G I O P S T 

A

AmazonEffect - Enum in org.rewedigital.dialog.ssml
appendAlexaSpeechcon(speechcon) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
appendAlexaSpeechconRandom(speechcons) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
appendAmazonEffect(text, amazonEffect) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
appendAudio(url) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
This will add the https//www.w3.org/TR/speech-synthesis11/#S3.3.1 tag with the given URL.
appendBreak(strength, timeInMs) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
This will add the https//www.w3.org/TR/speech-synthesis11/#S3.2.3 tag to the SSML string. You can either choose to set a enum Strength, a time in milliseconds or the default for the break.
appendEmphasis(emphasis, text) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
This will add the https//www.w3.org/TR/speech-synthesis11/#S3.2.2 tag with the attribute enum Emphasis to a given string.
appendRandomOf(text) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
This will randomly append one of the given strings to this class SsmlBuilder
appendRandomSpeechOf(text) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
 
appendSayAs(interpretAs, text) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
This will add the https//www.w3.org/TR/speech-synthesis11/#S3.1.9 tag with the attribute enum InterpretAs to a given string.
appendSlowText(text) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
This will add the tag https//www.w3.org/TR/speech-synthesis11/#S3.2.3 to the given string.
appendSpeech(text) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
 
appendSubAlias(text, alias) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
This will add a https//www.w3.org/TR/speech-synthesis11/#S3.1.11 tag with the given text and alias.
appendText(text) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
This will add more text to the class SsmlBuilder
appendText(text) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
This will add an other class SsmlBuilder to this one.
asDisplayText() - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
Returns the containing string without any SSML tags.
asSsmlString() - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
Returns the containing string with a start and end tag.

C

Companion - Static variable in class org.rewedigital.dialog.ssml.SsmlBuilder
 

E

Emphasis - Enum in org.rewedigital.dialog.ssml

G

getValue() - Method in enum org.rewedigital.dialog.ssml.Strength
 

I

InterpretAs - Enum in org.rewedigital.dialog.ssml
Possible types of interpret-as for the tag. https//www.w3.org/TR/speech-synthesis11/#S3.1.9

O

org.rewedigital.dialog.ssml - package org.rewedigital.dialog.ssml
 

P

plus(text) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
This will add more text to the class SsmlBuilder
plus(text) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
This will add an other class SsmlBuilder to this one.

S

sayAs(interpretAs, text) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder.Companion
 
sayAsSpeechcon(speechcon) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder.Companion
 
speedSlow(text) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder.Companion
 
ssmlBreak(strength, timeInMs) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder.Companion
 
SsmlBuilder - Class in org.rewedigital.dialog.ssml
Helper class for construction of SSML https//www.w3.org/TR/speech-synthesis11/ based responses. This Helper only contain the supported SSML tags for Amazon Alexa and the Google Assistant.
SsmlBuilder(text) - Constructor for class org.rewedigital.dialog.ssml.SsmlBuilder
Helper class for construction of SSML https//www.w3.org/TR/speech-synthesis11/ based responses. This Helper only contain the supported SSML tags for Amazon Alexa and the Google Assistant.
SsmlBuilder() - Constructor for class org.rewedigital.dialog.ssml.SsmlBuilder
Helper class for construction of SSML https//www.w3.org/TR/speech-synthesis11/ based responses. This Helper only contain the supported SSML tags for Amazon Alexa and the Google Assistant.
SsmlBuilder.Companion - Class in org.rewedigital.dialog.ssml
 
Strength - Enum in org.rewedigital.dialog.ssml
Possible strengths for the tag. https//www.w3.org/TR/speech-synthesis11/#S3.2.3
subAlias(text, alias) - Method in class org.rewedigital.dialog.ssml.SsmlBuilder.Companion
 

T

toString() - Method in class org.rewedigital.dialog.ssml.SsmlBuilder
Returns the containing string.
A C E G I O P S T 
Skip navigation links