Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unexpected item in the results #100

Open
SunHaoRanCN opened this issue Jun 6, 2023 · 0 comments
Open

Unexpected item in the results #100

SunHaoRanCN opened this issue Jun 6, 2023 · 0 comments

Comments

@SunHaoRanCN
Copy link

Hi, I'm using Rev_AI for speech transcription,

from rev_ai import apiclient
client = apiclient.RevAiAPIClient("...")
job = client.submit_job_local_file("...", skip_diarization=True, skip_punctuation=True)
job_details = client.get_job_details(job.id)
transcript_text = client.get_transcript_text(job.id)

and the result is: "Speaker 0 00:00:00 Um if um capturing um interrupted um words and specific differences um is crucial for um your application"
is there any method for ignoring 'speaker0' and '00:00:00', and outputting only the content of the speech?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant