JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
E
G
H
M
N
O
P
Q
R
S
C
close()
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationConnector
CONTENT_CHAR_LIMIT
- Static variable in class net.sf.okapi.connectors.googleautoml.util.
PredictAPIUtil
The maximum number of characters that can be translated in a single call to the predict endpoint.
createEditorDescription(ParametersDescription)
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationParameters
E
extractTranslation(InputStream)
- Method in class net.sf.okapi.connectors.googleautoml.util.
PredictAPIUtil
Extracts the translation from a stream containing the response body data.
G
getAccessToken()
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleOAuth2Service
Gets an access token (refresh it if needed)
getCredentialFilePath()
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationParameters
getCredentialString()
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationParameters
getModelMap()
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationParameters
getModelResourceName(String, String)
- Method in class net.sf.okapi.connectors.googleautoml.util.
ModelMapUtil
Gets the model resource name for a given language pair.
getName()
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationConnector
getParameters()
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationConnector
getParametersDescription()
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationParameters
getPredictRequests(String)
- Method in class net.sf.okapi.connectors.googleautoml.util.
PredictAPIUtil
Given source text of any length, constructs one or more JSONs that can be used as request bodies for the predict endpoint.
getSettingsDisplay()
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationConnector
GoogleAutoMLTranslationAPI
- Interface in
net.sf.okapi.connectors.googleautoml
GoogleAutoMLTranslationAPIImpl
- Class in
net.sf.okapi.connectors.googleautoml
GoogleAutoMLTranslationAPIImpl(String)
- Constructor for class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationAPIImpl
GoogleAutoMLTranslationConnector
- Class in
net.sf.okapi.connectors.googleautoml
Connector for the Google AutoML Translation service.
GoogleAutoMLTranslationConnector()
- Constructor for class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationConnector
GoogleAutoMLTranslationParameters
- Class in
net.sf.okapi.connectors.googleautoml
GoogleAutoMLTranslationParameters()
- Constructor for class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationParameters
GoogleOAuth2Service
- Class in
net.sf.okapi.connectors.googleautoml
GoogleOAuth2Service()
- Constructor for class net.sf.okapi.connectors.googleautoml.
GoogleOAuth2Service
H
hasCredential()
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleOAuth2Service
Indicates if the credential for the service has been set.
M
ModelMapUtil
- Class in
net.sf.okapi.connectors.googleautoml.util
ModelMapUtil()
- Constructor for class net.sf.okapi.connectors.googleautoml.util.
ModelMapUtil
N
net.sf.okapi.connectors.googleautoml
- package net.sf.okapi.connectors.googleautoml
net.sf.okapi.connectors.googleautoml.util
- package net.sf.okapi.connectors.googleautoml.util
O
open()
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationConnector
P
predict(String, String, GoogleOAuth2Service)
- Method in interface net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationAPI
Performs a prediction using the model with the given resource name and returns the translated text.
predict(String, String, GoogleOAuth2Service)
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationAPIImpl
PredictAPIUtil
- Class in
net.sf.okapi.connectors.googleautoml.util
Helper methods for working with the POST /v1beta1/{model_name}:predict endpoint.
PredictAPIUtil()
- Constructor for class net.sf.okapi.connectors.googleautoml.util.
PredictAPIUtil
Q
query(String)
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationConnector
query(TextFragment)
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationConnector
R
reset()
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationParameters
S
setCredential(InputStream)
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleOAuth2Service
Sets the service credential.
setCredentialFilePath(String)
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationParameters
setCredentialFilePath(String)
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleOAuth2Service
Calls
GoogleOAuth2Service.setCredential(InputStream)
with a file.
setCredentialString(String)
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationParameters
setCredentialString(String)
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleOAuth2Service
Calls
GoogleOAuth2Service.setCredential(InputStream)
with the JSON credential string.
setMap(String)
- Method in class net.sf.okapi.connectors.googleautoml.util.
ModelMapUtil
Sets the map for this object.
setModelMap(String)
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationParameters
setParameters(IParameters)
- Method in class net.sf.okapi.connectors.googleautoml.
GoogleAutoMLTranslationConnector
C
E
G
H
M
N
O
P
Q
R
S
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019. All rights reserved.