Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

How to understand OfflineRecognizerResult #720

Open
YiwenLu-yiwen opened this issue Mar 16, 2025 · 0 comments
Open

How to understand OfflineRecognizerResult #720

YiwenLu-yiwen opened this issue Mar 16, 2025 · 0 comments

Comments

@YiwenLu-yiwen
Copy link

Hi team,

I found the following code in OfflineRecognizerResult.java

public class OfflineRecognizerResult {
    private final String text;
    private final String[] tokens;
    private final float[] timestamps;
    private final String lang;
    private final String emotion;
    private final String event;

I checked your official docs but there is no explanation.

Could you please give some details of how to understand this output ?

PS: in practice, I got something about timestamps: {{2=[[0.04, 0.32, 0.52], [0.04]], 0=[[]]}}

Best

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

No branches or pull requests

1 participant