The "projects" collection of methods.
ProjectsResource.DetectLanguageRequestDetects the language of text within a request.
ProjectsResource.GetSupportedLanguagesRequestReturns a list of supported languages for translation.
ProjectsResource.LocationsResourceThe "locations" collection of methods.
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResourceThe "adaptiveMtDatasets" collection of methods.
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResource.AdaptiveMtFilesResourceThe "adaptiveMtFiles" collection of methods.
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResource.AdaptiveMtFilesResource.AdaptiveMtSentencesResourceThe "adaptiveMtSentences" collection of methods.
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResource.AdaptiveMtFilesResource.AdaptiveMtSentencesResource.ListRequestLists all AdaptiveMtSentences under a given file/dataset.
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResource.AdaptiveMtFilesResource.DeleteRequestDeletes an AdaptiveMtFile along with its sentences.
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResource.AdaptiveMtFilesResource.GetRequestGets and AdaptiveMtFile
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResource.AdaptiveMtFilesResource.ListRequestLists all AdaptiveMtFiles associated to an AdaptiveMtDataset.
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResource.AdaptiveMtSentencesResourceThe "adaptiveMtSentences" collection of methods.
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResource.AdaptiveMtSentencesResource.ListRequestLists all AdaptiveMtSentences under a given file/dataset.
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResource.CreateRequestCreates an Adaptive MT dataset.
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResource.DeleteRequestDeletes an Adaptive MT dataset, including all its entries and associated metadata.
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResource.GetRequestGets the Adaptive MT dataset.
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResource.ImportAdaptiveMtFileRequestImports an AdaptiveMtFile and adds all of its sentences into the AdaptiveMtDataset.
ProjectsResource.LocationsResource.AdaptiveMtDatasetsResource.ListRequestLists all Adaptive MT datasets for which the caller has read permission.
ProjectsResource.LocationsResource.AdaptiveMtTranslateRequestTranslate text using Adaptive MT.
ProjectsResource.LocationsResource.BatchTranslateDocumentRequestTranslates 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.
ProjectsResource.LocationsResource.BatchTranslateTextRequestTranslates 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.
ProjectsResource.LocationsResource.DatasetsResourceThe "datasets" collection of methods.
ProjectsResource.LocationsResource.DatasetsResource.CreateRequestCreates a Dataset.
ProjectsResource.LocationsResource.DatasetsResource.DeleteRequestDeletes a dataset and all of its contents.
ProjectsResource.LocationsResource.DatasetsResource.ExamplesResourceThe "examples" collection of methods.
ProjectsResource.LocationsResource.DatasetsResource.ExamplesResource.ListRequestLists sentence pairs in the dataset.
ProjectsResource.LocationsResource.DatasetsResource.ExportDataRequestExports dataset's data to the provided output location.
ProjectsResource.LocationsResource.DatasetsResource.GetRequestGets a Dataset.
ProjectsResource.LocationsResource.DatasetsResource.ImportDataRequestImport sentence pairs into translation Dataset.
ProjectsResource.LocationsResource.DatasetsResource.ListRequestLists datasets.
ProjectsResource.LocationsResource.DetectLanguageRequestDetects the language of text within a request.
ProjectsResource.LocationsResource.GetRequestGets information about a location.
ProjectsResource.LocationsResource.GetSupportedLanguagesRequestReturns a list of supported languages for translation.
ProjectsResource.LocationsResource.GlossariesResourceThe "glossaries" collection of methods.
ProjectsResource.LocationsResource.GlossariesResource.CreateRequestCreates a glossary and returns the long-running operation. Returns NOT_FOUND, if the project doesn't exist.
ProjectsResource.LocationsResource.GlossariesResource.DeleteRequestDeletes a glossary, or cancels glossary construction if the glossary isn't created yet. Returns NOT_FOUND, if the glossary doesn't exist.
ProjectsResource.LocationsResource.GlossariesResource.GetRequestGets a glossary. Returns NOT_FOUND, if the glossary doesn't exist.
ProjectsResource.LocationsResource.GlossariesResource.GlossaryEntriesResourceThe "glossaryEntries" collection of methods.
ProjectsResource.LocationsResource.GlossariesResource.GlossaryEntriesResource.CreateRequestCreates a glossary entry.
ProjectsResource.LocationsResource.GlossariesResource.GlossaryEntriesResource.DeleteRequestDeletes a single entry from the glossary
ProjectsResource.LocationsResource.GlossariesResource.GlossaryEntriesResource.GetRequestGets a single glossary entry by the given id.
ProjectsResource.LocationsResource.GlossariesResource.GlossaryEntriesResource.ListRequestList the entries for the glossary.
ProjectsResource.LocationsResource.GlossariesResource.GlossaryEntriesResource.PatchRequestUpdates a glossary entry.
ProjectsResource.LocationsResource.GlossariesResource.ListRequestLists glossaries in a project. Returns NOT_FOUND, if the project doesn't exist.
ProjectsResource.LocationsResource.GlossariesResource.PatchRequestUpdates a glossary. A LRO is used since the update can be async if the glossary's entry file is updated.
ProjectsResource.LocationsResource.ListRequestLists information about the supported locations for this service.
ProjectsResource.LocationsResource.ModelsResourceThe "models" collection of methods.
ProjectsResource.LocationsResource.ModelsResource.CreateRequestCreates a Model.
ProjectsResource.LocationsResource.ModelsResource.DeleteRequestDeletes a model.
ProjectsResource.LocationsResource.ModelsResource.GetRequestGets a model.
ProjectsResource.LocationsResource.ModelsResource.ListRequestLists models.
ProjectsResource.LocationsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.OperationsResource.CancelRequestStarts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED
. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1
, corresponding to Code.CANCELLED
.
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED
.
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
ProjectsResource.LocationsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED
. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
Romanize input text written in non-Latin scripts to Latin text.
ProjectsResource.LocationsResource.TranslateDocumentRequestTranslates documents in synchronous mode.
ProjectsResource.LocationsResource.TranslateTextRequestTranslates input text and returns translated text.
ProjectsResource.RomanizeTextRequestRomanize input text written in non-Latin scripts to Latin text.
ProjectsResource.TranslateTextRequestTranslates input text and returns translated text.
TranslateBaseServiceRequest<TResponse>A base abstract class for Translate requests.
TranslateServiceThe Translate Service.
TranslateService.ScopeAvailable OAuth 2.0 scopes for use with the Cloud Translation API.
TranslateService.ScopeConstantsAvailable OAuth 2.0 scope constants for use with the Cloud Translation API.
Enums TranslateBaseServiceRequest<TResponse>.AltEnumData format for response.
TranslateBaseServiceRequest<TResponse>.XgafvEnumV1 error format.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4