public static final class TranslationServiceGrpc.TranslationServiceStub extends AbstractAsyncStub<TranslationServiceGrpc.TranslationServiceStub>
Provides natural language translation operations.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractAsyncStub >
TranslationServiceGrpc.TranslationServiceStub
Inherited Members
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
batchTranslateDocument(BatchTranslateDocumentRequest request, StreamObserver<Operation> responseObserver)
public void batchTranslateDocument(BatchTranslateDocumentRequest request, StreamObserver<Operation> responseObserver)
Translates a large volume of documents in asynchronous batch mode.
This function provides real-time output as the inputs are being processed.
If caller cancels a request, the partial results (for an input file, it's
all or nothing) may still be available on the specified output location.
This call returns immediately and you can use
google.longrunning.Operation.name to poll the status of the call.
Parameters
batchTranslateText(BatchTranslateTextRequest request, StreamObserver<Operation> responseObserver)
public void batchTranslateText(BatchTranslateTextRequest request, StreamObserver<Operation> responseObserver)
Translates a large volume of text in asynchronous batch mode.
This function provides real-time output as the inputs are being processed.
If caller cancels a request, the partial results (for an input file, it's
all or nothing) may still be available on the specified output location.
This call returns immediately and you can
use google.longrunning.Operation.name to poll the status of the call.
Parameters
build(Channel channel, CallOptions callOptions)
protected TranslationServiceGrpc.TranslationServiceStub build(Channel channel, CallOptions callOptions)
Parameters
Name | Description |
channel | io.grpc.Channel
|
callOptions | io.grpc.CallOptions
|
Returns
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createGlossary(CreateGlossaryRequest request, StreamObserver<Operation> responseObserver)
public void createGlossary(CreateGlossaryRequest request, StreamObserver<Operation> responseObserver)
Creates a glossary and returns the long-running operation. Returns
NOT_FOUND, if the project doesn't exist.
Parameters
deleteGlossary(DeleteGlossaryRequest request, StreamObserver<Operation> responseObserver)
public void deleteGlossary(DeleteGlossaryRequest request, StreamObserver<Operation> responseObserver)
Deletes a glossary, or cancels glossary construction
if the glossary isn't created yet.
Returns NOT_FOUND, if the glossary doesn't exist.
Parameters
detectLanguage(DetectLanguageRequest request, StreamObserver<DetectLanguageResponse> responseObserver)
public void detectLanguage(DetectLanguageRequest request, StreamObserver<DetectLanguageResponse> responseObserver)
Detects the language of text within a request.
Parameters
getGlossary(GetGlossaryRequest request, StreamObserver<Glossary> responseObserver)
public void getGlossary(GetGlossaryRequest request, StreamObserver<Glossary> responseObserver)
Gets a glossary. Returns NOT_FOUND, if the glossary doesn't
exist.
Parameters
getSupportedLanguages(GetSupportedLanguagesRequest request, StreamObserver<SupportedLanguages> responseObserver)
public void getSupportedLanguages(GetSupportedLanguagesRequest request, StreamObserver<SupportedLanguages> responseObserver)
Returns a list of supported languages for translation.
Parameters
listGlossaries(ListGlossariesRequest request, StreamObserver<ListGlossariesResponse> responseObserver)
public void listGlossaries(ListGlossariesRequest request, StreamObserver<ListGlossariesResponse> responseObserver)
Lists glossaries in a project. Returns NOT_FOUND, if the project doesn't
exist.
Parameters
translateDocument(TranslateDocumentRequest request, StreamObserver<TranslateDocumentResponse> responseObserver)
public void translateDocument(TranslateDocumentRequest request, StreamObserver<TranslateDocumentResponse> responseObserver)
Translates documents in synchronous mode.
Parameters
translateText(TranslateTextRequest request, StreamObserver<TranslateTextResponse> responseObserver)
public void translateText(TranslateTextRequest request, StreamObserver<TranslateTextResponse> responseObserver)
Translates input text and returns translated text.
Parameters