public class GoogleQueryBuilder<T> extends Object
| Constructor and Description |
|---|
GoogleQueryBuilder(String baseUrl,
GoogleMTv2Parameters params,
String srcCode,
String tgtCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
addQuery(String sourceText,
T source) |
String |
getQuery() |
int |
getSourceCount() |
List<T> |
getSources() |
List<String> |
getSourceTexts() |
boolean |
hasCapacity(String sourceText) |
void |
reset() |
public GoogleQueryBuilder(String baseUrl, GoogleMTv2Parameters params, String srcCode, String tgtCode)
Copyright © 2021. All rights reserved.