public class WhisperTokenData
extends com.sun.jna.Structure
| 限定符和类型 | 字段和说明 |
|---|---|
int |
id
Token ID.
|
float |
p
Probability of the token.
|
float |
plog
Log probability of the token.
|
float |
pt
Probability of the timestamp token.
|
float |
ptsum
Sum of probabilities of all timestamp tokens.
|
long |
t0
Start time of the token (token-level timestamp data).
|
long |
t1
End time of the token (token-level timestamp data).
|
int |
tid
Forced timestamp token ID.
|
float |
vlen
Voice length of the token.
|
| 构造器和说明 |
|---|
WhisperTokenData() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int id
public int tid
public float p
public float plog
public float pt
public float ptsum
public long t0
public long t1
public float vlen
Copyright © 2023. All rights reserved.