Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 637 Bytes

File metadata and controls

26 lines (19 loc) · 637 Bytes

stats

Get utterance statistics for the current project or an application in it

Usage

speechly stats [flags]

Flags

  • --app -a (string) - Application to get the statistics for. Can be given as the sole positional argument.
  • --end-date (string) - End date for statistics, not included in results.
  • --export (bool) - Print report as CSV
  • --help -h (bool) - help for stats
  • --start-date (string) - Start date for statistics.

Examples

speechly stats <app_id>
speechly stats --app <app_id>
speechly stats > output.csv
speechly stats --start-date 2021-03-01 --end-date 2021-04-01