.github/workflows/python.yml
.gitignore
.gitlab-ci.yml
.openapi-generator-ignore
.travis.yml
README.md
docs/BaseTranscriptionConfiguration.md
docs/CreateReplacementRuleset201Response.md
docs/CreateReplacementRulesetRequest.md
docs/ErrorResponse.md
docs/ExactRule.md
docs/OpenAICreateTranslationRequestModel.md
docs/OpenaiCompatibleCreateTranscription200Response.md
docs/OpenaiCompatibleCreateTranslation200Response.md
docs/RegexGroupRule.md
docs/RegexRule.md
docs/RemoteTranscriptionConfiguration.md
docs/ReplacementRule.md
docs/ReplacementRulesApi.md
docs/SpeechToTextApi.md
docs/SpeechToTextModel.md
docs/TranscriptLanguageCode.md
docs/TranscriptOutputFormat.md
docs/TranscriptionDetailed.md
docs/TranscriptionModelIdentifier.md
docs/TranscriptionOnlyText.md
docs/TranscriptionProvider.md
docs/TranscriptionResponse.md
docs/TranscriptionSegment.md
docs/TranscriptionWord.md
git_push.sh
pyproject.toml
requirements.txt
setup.cfg
setup.py
speechall/__init__.py
speechall/api/__init__.py
speechall/api/replacement_rules_api.py
speechall/api/speech_to_text_api.py
speechall/api_client.py
speechall/api_response.py
speechall/configuration.py
speechall/exceptions.py
speechall/models/__init__.py
speechall/models/base_transcription_configuration.py
speechall/models/create_replacement_ruleset201_response.py
speechall/models/create_replacement_ruleset_request.py
speechall/models/error_response.py
speechall/models/exact_rule.py
speechall/models/open_ai_create_translation_request_model.py
speechall/models/openai_compatible_create_transcription200_response.py
speechall/models/openai_compatible_create_translation200_response.py
speechall/models/regex_group_rule.py
speechall/models/regex_rule.py
speechall/models/remote_transcription_configuration.py
speechall/models/replacement_rule.py
speechall/models/speech_to_text_model.py
speechall/models/transcript_language_code.py
speechall/models/transcript_output_format.py
speechall/models/transcription_detailed.py
speechall/models/transcription_model_identifier.py
speechall/models/transcription_only_text.py
speechall/models/transcription_provider.py
speechall/models/transcription_response.py
speechall/models/transcription_segment.py
speechall/models/transcription_word.py
speechall/py.typed
speechall/rest.py
test-requirements.txt
test/__init__.py
test/test_base_transcription_configuration.py
test/test_create_replacement_ruleset201_response.py
test/test_create_replacement_ruleset_request.py
test/test_error_response.py
test/test_exact_rule.py
test/test_open_ai_create_translation_request_model.py
test/test_openai_compatible_create_transcription200_response.py
test/test_openai_compatible_create_translation200_response.py
test/test_regex_group_rule.py
test/test_regex_rule.py
test/test_remote_transcription_configuration.py
test/test_replacement_rule.py
test/test_replacement_rules_api.py
test/test_speech_to_text_api.py
test/test_speech_to_text_model.py
test/test_transcript_language_code.py
test/test_transcript_output_format.py
test/test_transcription_detailed.py
test/test_transcription_model_identifier.py
test/test_transcription_only_text.py
test/test_transcription_provider.py
test/test_transcription_response.py
test/test_transcription_segment.py
test/test_transcription_word.py
tox.ini
