All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.litongjava.whipser.cpp.java.params.GreedyParams Maven / Gradle / Ivy

package com.litongjava.whipser.cpp.java.params;

import java.util.Collections;
import java.util.List;

import com.sun.jna.Structure;

public class GreedyParams extends Structure {
  /** ... */
  public int best_of;

  @Override
  protected List getFieldOrder() {
    return Collections.singletonList("best_of");
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy