set Speech To Text Visible
Sets the visibility of the speech-to-text result.
Controls whether the speech-to-text result is displayed in the UI. The visibility state is persisted to the local database.
message.setSpeechToTextVisible(true) { error ->
if (error == null) {
// Set successfully
}
}Content copied to clipboard
Parameters
is Visible
Whether the speech-to-text result should be visible
handler
Operation result callback; error is null on success