class Utterance

Defined at line 177 of file fidling/gen/sdk/fidl/fuchsia.accessibility.tts/fuchsia.accessibility.tts/hlcpp/fuchsia/accessibility/tts/cpp/fidl.h

An utterance holds information about its message and how it should be spoken.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::string & message ()

The message to be spoken.

Clients should pay attention to the FIDL maximum size for a message,

splitting when necessary into several utterances.

Defined at line 186 of file fidling/gen/sdk/fidl/fuchsia.accessibility.tts/fuchsia.accessibility.tts/hlcpp/fuchsia/accessibility/tts/cpp/fidl.h

bool has_message ()

Defined at line 190 of file fidling/gen/sdk/fidl/fuchsia.accessibility.tts/fuchsia.accessibility.tts/hlcpp/fuchsia/accessibility/tts/cpp/fidl.h

::std::string * mutable_message ()

The message to be spoken.

Clients should pay attention to the FIDL maximum size for a message,

splitting when necessary into several utterances.

Defined at line 197 of file fidling/gen/sdk/fidl/fuchsia.accessibility.tts/fuchsia.accessibility.tts/hlcpp/fuchsia/accessibility/tts/cpp/fidl.h

void clear_message ()

Defined at line 205 of file fidling/gen/sdk/fidl/fuchsia.accessibility.tts/fuchsia.accessibility.tts/hlcpp/fuchsia/accessibility/tts/cpp/fidl.h

const ::fuchsia::accessibility::tts::VoiceParameters & params ()

Parameters that control the speech output.

Defined at line 214 of file fidling/gen/sdk/fidl/fuchsia.accessibility.tts/fuchsia.accessibility.tts/hlcpp/fuchsia/accessibility/tts/cpp/fidl.h

bool has_params ()

Defined at line 218 of file fidling/gen/sdk/fidl/fuchsia.accessibility.tts/fuchsia.accessibility.tts/hlcpp/fuchsia/accessibility/tts/cpp/fidl.h

::fuchsia::accessibility::tts::VoiceParameters * mutable_params ()

Parameters that control the speech output.

Defined at line 223 of file fidling/gen/sdk/fidl/fuchsia.accessibility.tts/fuchsia.accessibility.tts/hlcpp/fuchsia/accessibility/tts/cpp/fidl.h

void clear_params ()

Defined at line 231 of file fidling/gen/sdk/fidl/fuchsia.accessibility.tts/fuchsia.accessibility.tts/hlcpp/fuchsia/accessibility/tts/cpp/fidl.h

Utterance & set_message (::std::string _value)
Utterance & set_params (::fuchsia::accessibility::tts::VoiceParameters _value)
void Utterance ()
void Utterance (Utterance && other)
void ~Utterance ()
Utterance & operator= (Utterance && other)
::std::unique_ptr<Utterance> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Utterance * _value, size_t _offset)
zx_status_t Clone (Utterance * _result)