ConfidenceResult API

<span style="font-size:24px;">public interface ConfidenceResult extends Iterable<ConfusionSet>
显示一个结果result相关的自信度得分信息。
public Path getBestHypothesis();返回的是此结果的最好假设。
 public int size();获得包含在此结果中的字的数量即Get the number of word slots contained in this result返回的是结果的长度。
public ConfusionSet getConfusionSet(int i);获得在一个结果中的第n个混合集。输入i为所需的混合集的索引。</span>

你可能感兴趣的:(sphinx,语音识别)