com.litongjava.whipser.cpp.java.params.BeamSearchParams Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of whipser-cpp-java Show documentation
Show all versions of whipser-cpp-java Show documentation
Java JNI Bindings for Whisper
The newest version!
package com.litongjava.whipser.cpp.java.params;
import com.sun.jna.Structure;
import java.util.Arrays;
import java.util.List;
public class BeamSearchParams extends Structure {
/** ref: ... */
public int beam_size;
/** ref: ... */
public float patience;
@Override
protected List getFieldOrder() {
return Arrays.asList("beam_size", "patience");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy