TinkoffCreditSystems/voicekit_client_python

View on GitHub
tinkoff_voicekit_client/STT/client_stt.py

Summary

Maintainability
A
3 hrs
Test Coverage

Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(
Severity: Major
Found in tinkoff_voicekit_client/STT/client_stt.py - About 50 mins to fix

    Function streaming_recognize has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def streaming_recognize(
    Severity: Minor
    Found in tinkoff_voicekit_client/STT/client_stt.py - About 45 mins to fix

      Function longrunning_recognize_with_uploader has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def longrunning_recognize_with_uploader(
      Severity: Minor
      Found in tinkoff_voicekit_client/STT/client_stt.py - About 45 mins to fix

        Function longrunning_recognize has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def longrunning_recognize(self, source, config, dict_format=True, metadata=None, with_response_meta=False):
        Severity: Minor
        Found in tinkoff_voicekit_client/STT/client_stt.py - About 35 mins to fix

          Function recognize has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def recognize(self, source, config, metadata=None, dict_format=True, with_response_meta=False):
          Severity: Minor
          Found in tinkoff_voicekit_client/STT/client_stt.py - About 35 mins to fix

            There are no issues that match your filters.

            Category
            Status