Interface TranslationServiceGrpc.AsyncService (2.27.0)

public static interface TranslationServiceGrpc.AsyncService

Provides natural language translation operations.

Methods

batchTranslateDocument(BatchTranslateDocumentRequest request, StreamObserver<Operation> responseObserver)

public default void batchTranslateDocument(BatchTranslateDocumentRequest request, StreamObserver<Operation> responseObserver)

Translates a large volume of document 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
NameDescription
requestBatchTranslateDocumentRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

batchTranslateText(BatchTranslateTextRequest request, StreamObserver<Operation> responseObserver)

public default 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
NameDescription
requestBatchTranslateTextRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

createGlossary(CreateGlossaryRequest request, StreamObserver<Operation> responseObserver)

public default 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
NameDescription
requestCreateGlossaryRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

deleteGlossary(DeleteGlossaryRequest request, StreamObserver<Operation> responseObserver)

public default void deleteGlossary(DeleteGlossaryRequest request, StreamObserver<Operation> responseObserver)

Deletes a glossary, or cancels glossary construction if the glossary isn't created yet. Returns NOT_FOUND, i