de.datexis.encoder.bert.BertNonTokenizedResponse 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 BertNonTokenizedResponse {
int id;
double[][] result;
int status;
}