de.datexis.encoder.bert.BertResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of texoo-encoder-api Show documentation
Show all versions of texoo-encoder-api Show documentation
TeXoo REST encoder interface
package de.datexis.encoder.bert;
public class BertResponse {
public int id = 0;
public double[][][] result;
public int status;
}