public class SentencesRequest extends Request
| Modifier and Type | Class and Description |
|---|---|
static class |
SentencesRequest.Builder
Fluent builder class for
SentencesRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
SentencesRequest(com.basistech.util.LanguageCode language,
Object content,
String contentUri,
String contentType)
Constructor for
Request
Fields for the three ways content can come in:
1. |
equals, getContent, getContentBytes, getContentType, getContentUri, getLanguage, getRawContent, hashCodeprotected SentencesRequest(com.basistech.util.LanguageCode language,
Object content,
String contentUri,
String contentType)
Request
Fields for the three ways content can come in:
1. a "content" raw data
2. a "contentUri" pointing to the data
3. a "contentBytes" byte array for cases where data comes to us raw as an attachmentlanguage - language codecontent - raw datacontentUri - uri pointing to the datacontentType - byte array of dataCopyright © 2014–2016 Basis Technology Corp.. All rights reserved.