Summary of entries of Methods for translate.
google.cloud.translate_v2.client.Client.detect_language
detect_language(values)
Detect the language of a string or list of strings.
See more: google.cloud.translate_v2.client.Client.detect_language
google.cloud.translate_v2.client.Client.get_languages
get_languages(target_language=None)
Get list of supported languages for translation.
See more: google.cloud.translate_v2.client.Client.get_languages
google.cloud.translate_v2.client.Client.translate
translate(
values,
target_language=None,
format_=None,
source_language=None,
customization_ids=(),
model=None,
)
Translate a string or list of strings.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient
TranslationServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.translate_v3.services.translation_service.transports.base.TranslationServiceTransport, typing.Callable[[...], google.cloud.translate_v3.services.translation_service.transports.base.TranslationServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the translation service async client.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.adaptive_mt_dataset_path
adaptive_mt_dataset_path(project: str, location: str, dataset: str) -> str
Returns a fully-qualified adaptive_mt_dataset string.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.adaptive_mt_file_path
adaptive_mt_file_path(project: str, location: str, dataset: str, file: str) -> str
Returns a fully-qualified adaptive_mt_file string.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.adaptive_mt_sentence_path
adaptive_mt_sentence_path(
project: str, location: str, dataset: str, file: str, sentence: str
) -> str
Returns a fully-qualified adaptive_mt_sentence string.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.adaptive_mt_translate
adaptive_mt_translate(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.AdaptiveMtTranslateRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
content: typing.Optional[typing.MutableSequence[str]] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.adaptive_mt.AdaptiveMtTranslateResponse
Translate text using Adaptive MT.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.batch_translate_document
batch_translate_document(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.BatchTranslateDocumentRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
source_language_code: typing.Optional[str] = None,
target_language_codes: typing.Optional[typing.MutableSequence[str]] = None,
input_configs: typing.Optional[
typing.MutableSequence[
google.cloud.translate_v3.types.translation_service.BatchDocumentInputConfig
]
] = None,
output_config: typing.Optional[
google.cloud.translate_v3.types.translation_service.BatchDocumentOutputConfig
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Translates a large volume of document in asynchronous batch mode.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.batch_translate_text
batch_translate_text(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.BatchTranslateTextRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Translates a large volume of text in asynchronous batch mode.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.create_adaptive_mt_dataset
create_adaptive_mt_dataset(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.CreateAdaptiveMtDatasetRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
adaptive_mt_dataset: typing.Optional[
google.cloud.translate_v3.types.adaptive_mt.AdaptiveMtDataset
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.adaptive_mt.AdaptiveMtDataset
Creates an Adaptive MT dataset.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.create_glossary
create_glossary(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.CreateGlossaryRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
glossary: typing.Optional[
google.cloud.translate_v3.types.translation_service.Glossary
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a glossary and returns the long-running operation.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.create_glossary
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.delete_adaptive_mt_dataset
delete_adaptive_mt_dataset(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.DeleteAdaptiveMtDatasetRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes an Adaptive MT dataset, including all its entries and associated metadata.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.delete_adaptive_mt_file
delete_adaptive_mt_file(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.DeleteAdaptiveMtFileRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes an AdaptiveMtFile along with its sentences.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.delete_glossary
delete_glossary(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.DeleteGlossaryRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.delete_glossary
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.detect_language
detect_language(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.DetectLanguageRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
model: typing.Optional[str] = None,
mime_type: typing.Optional[str] = None,
content: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.translation_service.DetectLanguageResponse
Detects the language of text within a request.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.detect_language
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.get_adaptive_mt_dataset
get_adaptive_mt_dataset(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.GetAdaptiveMtDatasetRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.adaptive_mt.AdaptiveMtDataset
Gets the Adaptive MT dataset.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.get_adaptive_mt_file
get_adaptive_mt_file(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.GetAdaptiveMtFileRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.adaptive_mt.AdaptiveMtFile
Gets and AdaptiveMtFile.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.get_glossary
get_glossary(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.GetGlossaryRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.translation_service.Glossary
Gets a glossary.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.get_glossary
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.get_supported_languages
get_supported_languages(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.GetSupportedLanguagesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
model: typing.Optional[str] = None,
display_language_code: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.translation_service.SupportedLanguages
Returns a list of supported languages for translation.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.get_transport_class
get_transport_class() -> (
typing.Type[
google.cloud.translate_v3.services.translation_service.transports.base.TranslationServiceTransport
]
)
Returns an appropriate transport class.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.glossary_path
glossary_path(project: str, location: str, glossary: str) -> str
Returns a fully-qualified glossary string.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.glossary_path
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.import_adaptive_mt_file
import_adaptive_mt_file(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.ImportAdaptiveMtFileRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.adaptive_mt.ImportAdaptiveMtFileResponse
Imports an AdaptiveMtFile and adds all of its sentences into the AdaptiveMtDataset.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.list_adaptive_mt_datasets
list_adaptive_mt_datasets(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtDatasetsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtDatasetsAsyncPager
)
Lists all Adaptive MT datasets for which the caller has read permission.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.list_adaptive_mt_files
list_adaptive_mt_files(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtFilesRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtFilesAsyncPager
)
Lists all AdaptiveMtFiles associated to an AdaptiveMtDataset.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.list_adaptive_mt_sentences
list_adaptive_mt_sentences(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtSentencesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtSentencesAsyncPager
)
Lists all AdaptiveMtSentences under a given file/dataset.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.list_glossaries
list_glossaries(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.ListGlossariesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.translate_v3.services.translation_service.pagers.ListGlossariesAsyncPager
)
Lists glossaries in a project.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.list_glossaries
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.parse_adaptive_mt_dataset_path
parse_adaptive_mt_dataset_path(path: str) -> typing.Dict[str, str]
Parses a adaptive_mt_dataset path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.parse_adaptive_mt_file_path
parse_adaptive_mt_file_path(path: str) -> typing.Dict[str, str]
Parses a adaptive_mt_file path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.parse_adaptive_mt_sentence_path
parse_adaptive_mt_sentence_path(path: str) -> typing.Dict[str, str]
Parses a adaptive_mt_sentence path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.parse_glossary_path
parse_glossary_path(path: str) -> typing.Dict[str, str]
Parses a glossary path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.translate_document
translate_document(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.TranslateDocumentRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.translation_service.TranslateDocumentResponse
Translates documents in synchronous mode.
google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.translate_text
translate_text(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.TranslateTextRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
target_language_code: typing.Optional[str] = None,
contents: typing.Optional[typing.MutableSequence[str]] = None,
model: typing.Optional[str] = None,
mime_type: typing.Optional[str] = None,
source_language_code: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.translation_service.TranslateTextResponse
Translates input text and returns translated text.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceAsyncClient.translate_text
google.cloud.translate_v3.services.translation_service.TranslationServiceClient
TranslationServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.translate_v3.services.translation_service.transports.base.TranslationServiceTransport, typing.Callable[[...], google.cloud.translate_v3.services.translation_service.transports.base.TranslationServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the translation service client.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.exit
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.adaptive_mt_dataset_path
adaptive_mt_dataset_path(project: str, location: str, dataset: str) -> str
Returns a fully-qualified adaptive_mt_dataset string.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.adaptive_mt_file_path
adaptive_mt_file_path(project: str, location: str, dataset: str, file: str) -> str
Returns a fully-qualified adaptive_mt_file string.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.adaptive_mt_sentence_path
adaptive_mt_sentence_path(
project: str, location: str, dataset: str, file: str, sentence: str
) -> str
Returns a fully-qualified adaptive_mt_sentence string.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.adaptive_mt_translate
adaptive_mt_translate(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.AdaptiveMtTranslateRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
content: typing.Optional[typing.MutableSequence[str]] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.adaptive_mt.AdaptiveMtTranslateResponse
Translate text using Adaptive MT.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.batch_translate_document
batch_translate_document(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.BatchTranslateDocumentRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
source_language_code: typing.Optional[str] = None,
target_language_codes: typing.Optional[typing.MutableSequence[str]] = None,
input_configs: typing.Optional[
typing.MutableSequence[
google.cloud.translate_v3.types.translation_service.BatchDocumentInputConfig
]
] = None,
output_config: typing.Optional[
google.cloud.translate_v3.types.translation_service.BatchDocumentOutputConfig
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Translates a large volume of document in asynchronous batch mode.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.batch_translate_text
batch_translate_text(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.BatchTranslateTextRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Translates a large volume of text in asynchronous batch mode.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.batch_translate_text
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.common_folder_path
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.common_location_path
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.common_project_path
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.create_adaptive_mt_dataset
create_adaptive_mt_dataset(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.CreateAdaptiveMtDatasetRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
adaptive_mt_dataset: typing.Optional[
google.cloud.translate_v3.types.adaptive_mt.AdaptiveMtDataset
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.adaptive_mt.AdaptiveMtDataset
Creates an Adaptive MT dataset.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.create_glossary
create_glossary(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.CreateGlossaryRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
glossary: typing.Optional[
google.cloud.translate_v3.types.translation_service.Glossary
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Creates a glossary and returns the long-running operation.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.create_glossary
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.delete_adaptive_mt_dataset
delete_adaptive_mt_dataset(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.DeleteAdaptiveMtDatasetRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes an Adaptive MT dataset, including all its entries and associated metadata.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.delete_adaptive_mt_file
delete_adaptive_mt_file(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.DeleteAdaptiveMtFileRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes an AdaptiveMtFile along with its sentences.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.delete_glossary
delete_glossary(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.DeleteGlossaryRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.delete_glossary
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.detect_language
detect_language(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.DetectLanguageRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
model: typing.Optional[str] = None,
mime_type: typing.Optional[str] = None,
content: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.translation_service.DetectLanguageResponse
Detects the language of text within a request.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.detect_language
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.get_adaptive_mt_dataset
get_adaptive_mt_dataset(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.GetAdaptiveMtDatasetRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.adaptive_mt.AdaptiveMtDataset
Gets the Adaptive MT dataset.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.get_adaptive_mt_file
get_adaptive_mt_file(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.GetAdaptiveMtFileRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.adaptive_mt.AdaptiveMtFile
Gets and AdaptiveMtFile.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.get_adaptive_mt_file
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.get_glossary
get_glossary(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.GetGlossaryRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.translation_service.Glossary
Gets a glossary.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.get_glossary
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.get_supported_languages
get_supported_languages(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.GetSupportedLanguagesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
model: typing.Optional[str] = None,
display_language_code: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.translation_service.SupportedLanguages
Returns a list of supported languages for translation.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.glossary_path
glossary_path(project: str, location: str, glossary: str) -> str
Returns a fully-qualified glossary string.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.glossary_path
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.import_adaptive_mt_file
import_adaptive_mt_file(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.ImportAdaptiveMtFileRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.adaptive_mt.ImportAdaptiveMtFileResponse
Imports an AdaptiveMtFile and adds all of its sentences into the AdaptiveMtDataset.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.list_adaptive_mt_datasets
list_adaptive_mt_datasets(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtDatasetsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtDatasetsPager
)
Lists all Adaptive MT datasets for which the caller has read permission.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.list_adaptive_mt_files
list_adaptive_mt_files(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtFilesRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtFilesPager
)
Lists all AdaptiveMtFiles associated to an AdaptiveMtDataset.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.list_adaptive_mt_sentences
list_adaptive_mt_sentences(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtSentencesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtSentencesPager
)
Lists all AdaptiveMtSentences under a given file/dataset.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.list_glossaries
list_glossaries(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.ListGlossariesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.services.translation_service.pagers.ListGlossariesPager
Lists glossaries in a project.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.list_glossaries
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.parse_adaptive_mt_dataset_path
parse_adaptive_mt_dataset_path(path: str) -> typing.Dict[str, str]
Parses a adaptive_mt_dataset path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.parse_adaptive_mt_file_path
parse_adaptive_mt_file_path(path: str) -> typing.Dict[str, str]
Parses a adaptive_mt_file path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.parse_adaptive_mt_sentence_path
parse_adaptive_mt_sentence_path(path: str) -> typing.Dict[str, str]
Parses a adaptive_mt_sentence path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.parse_glossary_path
parse_glossary_path(path: str) -> typing.Dict[str, str]
Parses a glossary path into its component segments.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.parse_glossary_path
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.translate_document
translate_document(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.TranslateDocumentRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.translation_service.TranslateDocumentResponse
Translates documents in synchronous mode.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.translate_document
google.cloud.translate_v3.services.translation_service.TranslationServiceClient.translate_text
translate_text(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3.types.translation_service.TranslateTextRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
target_language_code: typing.Optional[str] = None,
contents: typing.Optional[typing.MutableSequence[str]] = None,
model: typing.Optional[str] = None,
mime_type: typing.Optional[str] = None,
source_language_code: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3.types.translation_service.TranslateTextResponse
Translates input text and returns translated text.
See more: google.cloud.translate_v3.services.translation_service.TranslationServiceClient.translate_text
google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtDatasetsAsyncPager
ListAdaptiveMtDatasetsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtDatasetsResponse
],
],
request: google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtDatasetsRequest,
response: google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtDatasetsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtDatasetsAsyncPager
google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtDatasetsPager
ListAdaptiveMtDatasetsPager(
method: typing.Callable[
[...],
google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtDatasetsResponse,
],
request: google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtDatasetsRequest,
response: google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtDatasetsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtDatasetsPager
google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtFilesAsyncPager
ListAdaptiveMtFilesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtFilesResponse
],
],
request: google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtFilesRequest,
response: google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtFilesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtFilesAsyncPager
google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtFilesPager
ListAdaptiveMtFilesPager(
method: typing.Callable[
[...], google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtFilesResponse
],
request: google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtFilesRequest,
response: google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtFilesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtFilesPager
google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtSentencesAsyncPager
ListAdaptiveMtSentencesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtSentencesResponse
],
],
request: google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtSentencesRequest,
response: google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtSentencesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtSentencesAsyncPager
google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtSentencesPager
ListAdaptiveMtSentencesPager(
method: typing.Callable[
[...],
google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtSentencesResponse,
],
request: google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtSentencesRequest,
response: google.cloud.translate_v3.types.adaptive_mt.ListAdaptiveMtSentencesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.translate_v3.services.translation_service.pagers.ListAdaptiveMtSentencesPager
google.cloud.translate_v3.services.translation_service.pagers.ListGlossariesAsyncPager
ListGlossariesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.translate_v3.types.translation_service.ListGlossariesResponse
],
],
request: google.cloud.translate_v3.types.translation_service.ListGlossariesRequest,
response: google.cloud.translate_v3.types.translation_service.ListGlossariesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.translate_v3.services.translation_service.pagers.ListGlossariesAsyncPager
google.cloud.translate_v3.services.translation_service.pagers.ListGlossariesPager
ListGlossariesPager(
method: typing.Callable[
[...],
google.cloud.translate_v3.types.translation_service.ListGlossariesResponse,
],
request: google.cloud.translate_v3.types.translation_service.ListGlossariesRequest,
response: google.cloud.translate_v3.types.translation_service.ListGlossariesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.translate_v3.services.translation_service.pagers.ListGlossariesPager
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient
TranslationServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.translate_v3beta1.services.translation_service.transports.base.TranslationServiceTransport, typing.Callable[[...], google.cloud.translate_v3beta1.services.translation_service.transports.base.TranslationServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the translation service async client.
See more: google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.batch_translate_document
batch_translate_document(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.BatchTranslateDocumentRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
source_language_code: typing.Optional[str] = None,
target_language_codes: typing.Optional[typing.MutableSequence[str]] = None,
input_configs: typing.Optional[
typing.MutableSequence[
google.cloud.translate_v3beta1.types.translation_service.BatchDocumentInputConfig
]
] = None,
output_config: typing.Optional[
google.cloud.translate_v3beta1.types.translation_service.BatchDocumentOutputConfig
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Translates a large volume of document in asynchronous batch mode.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.batch_translate_text
batch_translate_text(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.BatchTranslateTextRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Translates a large volume of text in asynchronous batch mode.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.create_glossary
create_glossary(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.CreateGlossaryRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
glossary: typing.Optional[
google.cloud.translate_v3beta1.types.translation_service.Glossary
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a glossary and returns the long-running operation.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.delete_glossary
delete_glossary(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.DeleteGlossaryRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.detect_language
detect_language(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.DetectLanguageRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
model: typing.Optional[str] = None,
mime_type: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3beta1.types.translation_service.DetectLanguageResponse
Detects the language of text within a request.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.get_glossary
get_glossary(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.GetGlossaryRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3beta1.types.translation_service.Glossary
Gets a glossary.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.get_supported_languages
get_supported_languages(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.GetSupportedLanguagesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
display_language_code: typing.Optional[str] = None,
model: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3beta1.types.translation_service.SupportedLanguages
Returns a list of supported languages for translation.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.get_transport_class
get_transport_class() -> (
typing.Type[
google.cloud.translate_v3beta1.services.translation_service.transports.base.TranslationServiceTransport
]
)
Returns an appropriate transport class.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.glossary_path
glossary_path(project: str, location: str, glossary: str) -> str
Returns a fully-qualified glossary string.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.list_glossaries
list_glossaries(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.ListGlossariesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
filter: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.translate_v3beta1.services.translation_service.pagers.ListGlossariesAsyncPager
)
Lists glossaries in a project.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.parse_glossary_path
parse_glossary_path(path: str) -> typing.Dict[str, str]
Parses a glossary path into its component segments.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.translate_document
translate_document(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.TranslateDocumentRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3beta1.types.translation_service.TranslateDocumentResponse
Translates documents in synchronous mode.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceAsyncClient.translate_text
translate_text(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.TranslateTextRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3beta1.types.translation_service.TranslateTextResponse
Translates input text and returns translated text.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient
TranslationServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.translate_v3beta1.services.translation_service.transports.base.TranslationServiceTransport, typing.Callable[[...], google.cloud.translate_v3beta1.services.translation_service.transports.base.TranslationServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the translation service client.
See more: google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.exit
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.batch_translate_document
batch_translate_document(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.BatchTranslateDocumentRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
source_language_code: typing.Optional[str] = None,
target_language_codes: typing.Optional[typing.MutableSequence[str]] = None,
input_configs: typing.Optional[
typing.MutableSequence[
google.cloud.translate_v3beta1.types.translation_service.BatchDocumentInputConfig
]
] = None,
output_config: typing.Optional[
google.cloud.translate_v3beta1.types.translation_service.BatchDocumentOutputConfig
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Translates a large volume of document in asynchronous batch mode.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.batch_translate_text
batch_translate_text(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.BatchTranslateTextRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Translates a large volume of text in asynchronous batch mode.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.create_glossary
create_glossary(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.CreateGlossaryRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
glossary: typing.Optional[
google.cloud.translate_v3beta1.types.translation_service.Glossary
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Creates a glossary and returns the long-running operation.
See more: google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.create_glossary
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.delete_glossary
delete_glossary(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.DeleteGlossaryRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.
See more: google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.delete_glossary
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.detect_language
detect_language(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.DetectLanguageRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
model: typing.Optional[str] = None,
mime_type: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3beta1.types.translation_service.DetectLanguageResponse
Detects the language of text within a request.
See more: google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.detect_language
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.get_glossary
get_glossary(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.GetGlossaryRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3beta1.types.translation_service.Glossary
Gets a glossary.
See more: google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.get_glossary
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.get_supported_languages
get_supported_languages(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.GetSupportedLanguagesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
display_language_code: typing.Optional[str] = None,
model: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3beta1.types.translation_service.SupportedLanguages
Returns a list of supported languages for translation.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.glossary_path
glossary_path(project: str, location: str, glossary: str) -> str
Returns a fully-qualified glossary string.
See more: google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.glossary_path
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.list_glossaries
list_glossaries(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.ListGlossariesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
filter: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.translate_v3beta1.services.translation_service.pagers.ListGlossariesPager
)
Lists glossaries in a project.
See more: google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.list_glossaries
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.parse_glossary_path
parse_glossary_path(path: str) -> typing.Dict[str, str]
Parses a glossary path into its component segments.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.translate_document
translate_document(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.TranslateDocumentRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3beta1.types.translation_service.TranslateDocumentResponse
Translates documents in synchronous mode.
google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.translate_text
translate_text(
request: typing.Optional[
typing.Union[
google.cloud.translate_v3beta1.types.translation_service.TranslateTextRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.translate_v3beta1.types.translation_service.TranslateTextResponse
Translates input text and returns translated text.
See more: google.cloud.translate_v3beta1.services.translation_service.TranslationServiceClient.translate_text
google.cloud.translate_v3beta1.services.translation_service.pagers.ListGlossariesAsyncPager
ListGlossariesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.translate_v3beta1.types.translation_service.ListGlossariesResponse
],
],
request: google.cloud.translate_v3beta1.types.translation_service.ListGlossariesRequest,
response: google.cloud.translate_v3beta1.types.translation_service.ListGlossariesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
See more: google.cloud.translate_v3beta1.services.translation_service.pagers.ListGlossariesAsyncPager
google.cloud.translate_v3beta1.services.translation_service.pagers.ListGlossariesPager
ListGlossariesPager(
method: typing.Callable[
[...],
google.cloud.translate_v3beta1.types.translation_service.ListGlossariesResponse,
],
request: google.cloud.translate_v3beta1.types.translation_service.ListGlossariesRequest,
response: google.cloud.translate_v3beta1.types.translation_service.ListGlossariesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
See more: google.cloud.translate_v3beta1.services.translation_service.pagers.ListGlossariesPager