SpeechMark class abstract

Data that describe the speech that you synthesize, such as where a sentence or word starts and ends in the audio stream. for more information on Speech Marks visit, https://docs.aws.amazon.com/polly/latest/dg/speechmarks.html

Annotations
  • @anonymous
  • @JS()

Constructors

SpeechMark({String end, String start, String time, String type, String value})
factory

Properties

end String
The offset in bytes (not characters) of the object's end in the input text (not including viseme marks)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start String
The offset in bytes (not characters) of the start of the object in the input text (not including viseme marks)
getter/setter pair
time String
The timestamp in milliseconds from the beginning of the corresponding audio stream
getter/setter pair
type String
The type of speech mark (sentence, word, viseme, or ssml)
getter/setter pair
value String
This varies depending on the type of speech mark SSML: SSML tag word or sentence: a substring of the input text, as delimited by the start and end fields
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited