Package Methods (0.11.10)

Summary of entries of Methods for mediatranslation.

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient

SpeechTranslationServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.mediatranslation_v1beta1.services.speech_translation_service.transports.base.SpeechTranslationServiceTransport, typing.Callable[[...], google.cloud.mediatranslation_v1beta1.services.speech_translation_service.transports.base.SpeechTranslationServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.mediatranslation_v1beta1.services.speech_translation_service.transports.base.SpeechTranslationServiceTransport
    ]
)

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.streaming_translate_speech

streaming_translate_speech(
    requests: typing.Optional[
        typing.AsyncIterator[
            google.cloud.mediatranslation_v1beta1.types.media_translation.StreamingTranslateSpeechRequest
        ]
    ] = 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]] = ()
) -> typing.Awaitable[
    typing.AsyncIterable[
        google.cloud.mediatranslation_v1beta1.types.media_translation.StreamingTranslateSpeechResponse
    ]
]

Performs bidirectional streaming speech translation: receive results while sending audio.

See more: google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceAsyncClient.streaming_translate_speech

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient

SpeechTranslationServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.mediatranslation_v1beta1.services.speech_translation_service.transports.base.SpeechTranslationServiceTransport, typing.Callable[[...], google.cloud.mediatranslation_v1beta1.services.speech_translation_service.transports.base.SpeechTranslationServiceTransport]]] = 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 = 

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.streaming_translate_speech

streaming_translate_speech(
    requests: typing.Optional[
        typing.Iterator[
            google.cloud.mediatranslation_v1beta1.types.media_translation.StreamingTranslateSpeechRequest
        ]
    ] = 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]] = ()
) -> typing.Iterable[
    google.cloud.mediatranslation_v1beta1.types.media_translation.StreamingTranslateSpeechResponse
]

Performs bidirectional streaming speech translation: receive results while sending audio.

See more: google.cloud.mediatranslation_v1beta1.services.speech_translation_service.SpeechTranslationServiceClient.streaming_translate_speech