Files
readest/apps/readest-app/src-tauri/plugins/tauri-plugin-native-tts/permissions/autogenerated/reference.md
T
2025-10-28 18:36:57 +01:00

5.5 KiB

Default Permission

Default permissions for the plugin

This default permission set includes the following:

  • allow-init
  • allow-speak
  • allow-stop
  • allow-pause
  • allow-resume
  • allow-set-rate
  • allow-set-pitch
  • allow-set-voice
  • allow-get-all-voices
  • allow-set-media-session-active
  • allow-update-media-session-state
  • allow-update-media-session-metadata
  • allow-register-listener
  • allow-remove-listener
  • allow-check-permissions
  • allow-request-permissions
  • allow-checkPermissions
  • allow-requestPermissions

Permission Table

Identifier Description

native-tts:allow-checkPermissions

Enables the checkPermissions command without any pre-configured scope.

native-tts:deny-checkPermissions

Denies the checkPermissions command without any pre-configured scope.

native-tts:allow-check-permissions

Enables the check_permissions command without any pre-configured scope.

native-tts:deny-check-permissions

Denies the check_permissions command without any pre-configured scope.

native-tts:allow-get-all-voices

Enables the get_all_voices command without any pre-configured scope.

native-tts:deny-get-all-voices

Denies the get_all_voices command without any pre-configured scope.

native-tts:allow-init

Enables the init command without any pre-configured scope.

native-tts:deny-init

Denies the init command without any pre-configured scope.

native-tts:allow-pause

Enables the pause command without any pre-configured scope.

native-tts:deny-pause

Denies the pause command without any pre-configured scope.

native-tts:allow-register-listener

Enables the register_listener command without any pre-configured scope.

native-tts:deny-register-listener

Denies the register_listener command without any pre-configured scope.

native-tts:allow-remove-listener

Enables the remove_listener command without any pre-configured scope.

native-tts:deny-remove-listener

Denies the remove_listener command without any pre-configured scope.

native-tts:allow-requestPermissions

Enables the requestPermissions command without any pre-configured scope.

native-tts:deny-requestPermissions

Denies the requestPermissions command without any pre-configured scope.

native-tts:allow-request-permissions

Enables the request_permissions command without any pre-configured scope.

native-tts:deny-request-permissions

Denies the request_permissions command without any pre-configured scope.

native-tts:allow-resume

Enables the resume command without any pre-configured scope.

native-tts:deny-resume

Denies the resume command without any pre-configured scope.

native-tts:allow-set-media-session-active

Enables the set_media_session_active command without any pre-configured scope.

native-tts:deny-set-media-session-active

Denies the set_media_session_active command without any pre-configured scope.

native-tts:allow-set-pitch

Enables the set_pitch command without any pre-configured scope.

native-tts:deny-set-pitch

Denies the set_pitch command without any pre-configured scope.

native-tts:allow-set-rate

Enables the set_rate command without any pre-configured scope.

native-tts:deny-set-rate

Denies the set_rate command without any pre-configured scope.

native-tts:allow-set-voice

Enables the set_voice command without any pre-configured scope.

native-tts:deny-set-voice

Denies the set_voice command without any pre-configured scope.

native-tts:allow-speak

Enables the speak command without any pre-configured scope.

native-tts:deny-speak

Denies the speak command without any pre-configured scope.

native-tts:allow-stop

Enables the stop command without any pre-configured scope.

native-tts:deny-stop

Denies the stop command without any pre-configured scope.

native-tts:allow-update-media-session-metadata

Enables the update_media_session_metadata command without any pre-configured scope.

native-tts:deny-update-media-session-metadata

Denies the update_media_session_metadata command without any pre-configured scope.

native-tts:allow-update-media-session-state

Enables the update_media_session_state command without any pre-configured scope.

native-tts:deny-update-media-session-state

Denies the update_media_session_state command without any pre-configured scope.