You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi team,
I found the following code in OfflineRecognizerResult.java
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
The text was updated successfully, but these errors were encountered: