Summary of entries of Methods for videointelligence.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient
VideoIntelligenceServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.videointelligence_v1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport, typing.Callable[[...], google.cloud.videointelligence_v1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport]]] = '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 video intelligence service async client.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.annotate_video
annotate_video(
request: typing.Optional[
typing.Union[
google.cloud.videointelligence_v1.types.video_intelligence.AnnotateVideoRequest,
dict,
]
] = None,
*,
input_uri: typing.Optional[str] = None,
features: typing.Optional[
typing.MutableSequence[
google.cloud.videointelligence_v1.types.video_intelligence.Feature
]
] = 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
Performs asynchronous video annotation.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.videointelligence_v1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport
]
Returns an appropriate transport class.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient
VideoIntelligenceServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.videointelligence_v1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport, typing.Callable[[...], google.cloud.videointelligence_v1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport]]] = 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 video intelligence service client.
See more: google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.annotate_video
annotate_video(
request: typing.Optional[
typing.Union[
google.cloud.videointelligence_v1.types.video_intelligence.AnnotateVideoRequest,
dict,
]
] = None,
*,
input_uri: typing.Optional[str] = None,
features: typing.Optional[
typing.MutableSequence[
google.cloud.videointelligence_v1.types.video_intelligence.Feature
]
] = 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
Performs asynchronous video annotation.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient
VideoIntelligenceServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.videointelligence_v1beta2.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport, typing.Callable[[...], google.cloud.videointelligence_v1beta2.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport]]] = '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 video intelligence service async client.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.annotate_video
annotate_video(
request: typing.Optional[
typing.Union[
google.cloud.videointelligence_v1beta2.types.video_intelligence.AnnotateVideoRequest,
dict,
]
] = None,
*,
input_uri: typing.Optional[str] = None,
features: typing.Optional[
typing.MutableSequence[
google.cloud.videointelligence_v1beta2.types.video_intelligence.Feature
]
] = 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
Performs asynchronous video annotation.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport
]
Returns an appropriate transport class.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient
VideoIntelligenceServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.videointelligence_v1beta2.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport, typing.Callable[[...], google.cloud.videointelligence_v1beta2.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport]]] = 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 video intelligence service client.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.annotate_video
annotate_video(
request: typing.Optional[
typing.Union[
google.cloud.videointelligence_v1beta2.types.video_intelligence.AnnotateVideoRequest,
dict,
]
] = None,
*,
input_uri: typing.Optional[str] = None,
features: typing.Optional[
typing.MutableSequence[
google.cloud.videointelligence_v1beta2.types.video_intelligence.Feature
]
] = 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
Performs asynchronous video annotation.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient
VideoIntelligenceServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport, typing.Callable[[...], google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport]]] = '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 video intelligence service async client.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.annotate_video
annotate_video(
request: typing.Optional[
typing.Union[
google.cloud.videointelligence_v1p1beta1.types.video_intelligence.AnnotateVideoRequest,
dict,
]
] = None,
*,
input_uri: typing.Optional[str] = None,
features: typing.Optional[
typing.MutableSequence[
google.cloud.videointelligence_v1p1beta1.types.video_intelligence.Feature
]
] = 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
Performs asynchronous video annotation.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport
]
Returns an appropriate transport class.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient
VideoIntelligenceServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport, typing.Callable[[...], google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport]]] = 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 video intelligence service client.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.annotate_video
annotate_video(
request: typing.Optional[
typing.Union[
google.cloud.videointelligence_v1p1beta1.types.video_intelligence.AnnotateVideoRequest,
dict,
]
] = None,
*,
input_uri: typing.Optional[str] = None,
features: typing.Optional[
typing.MutableSequence[
google.cloud.videointelligence_v1p1beta1.types.video_intelligence.Feature
]
] = 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
Performs asynchronous video annotation.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient
VideoIntelligenceServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport, typing.Callable[[...], google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport]]] = '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 video intelligence service async client.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.annotate_video
annotate_video(
request: typing.Optional[
typing.Union[
google.cloud.videointelligence_v1p2beta1.types.video_intelligence.AnnotateVideoRequest,
dict,
]
] = None,
*,
input_uri: typing.Optional[str] = None,
features: typing.Optional[
typing.MutableSequence[
google.cloud.videointelligence_v1p2beta1.types.video_intelligence.Feature
]
] = 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
Performs asynchronous video annotation.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport
]
Returns an appropriate transport class.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient
VideoIntelligenceServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport, typing.Callable[[...], google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport]]] = 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 video intelligence service client.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.annotate_video
annotate_video(
request: typing.Optional[
typing.Union[
google.cloud.videointelligence_v1p2beta1.types.video_intelligence.AnnotateVideoRequest,
dict,
]
] = None,
*,
input_uri: typing.Optional[str] = None,
features: typing.Optional[
typing.MutableSequence[
google.cloud.videointelligence_v1p2beta1.types.video_intelligence.Feature
]
] = 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
Performs asynchronous video annotation.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient
StreamingVideoIntelligenceServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.transports.base.StreamingVideoIntelligenceServiceTransport, typing.Callable[[...], google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.transports.base.StreamingVideoIntelligenceServiceTransport]]] = '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 streaming video intelligence service async client.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.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.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.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.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.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.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.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.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.transports.base.StreamingVideoIntelligenceServiceTransport
]
Returns an appropriate transport class.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.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.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.streaming_annotate_video
streaming_annotate_video(
requests: typing.Optional[
typing.AsyncIterator[
google.cloud.videointelligence_v1p3beta1.types.video_intelligence.StreamingAnnotateVideoRequest
]
] = 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.videointelligence_v1p3beta1.types.video_intelligence.StreamingAnnotateVideoResponse
]
]
Performs video annotation with bidirectional streaming: emitting results while sending video/audio bytes.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient
StreamingVideoIntelligenceServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.transports.base.StreamingVideoIntelligenceServiceTransport, typing.Callable[[...], google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.transports.base.StreamingVideoIntelligenceServiceTransport]]] = 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 streaming video intelligence service client.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.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.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.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.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.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.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.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.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.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.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.streaming_annotate_video
streaming_annotate_video(
requests: typing.Optional[
typing.Iterator[
google.cloud.videointelligence_v1p3beta1.types.video_intelligence.StreamingAnnotateVideoRequest
]
] = 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.videointelligence_v1p3beta1.types.video_intelligence.StreamingAnnotateVideoResponse
]
Performs video annotation with bidirectional streaming: emitting results while sending video/audio bytes.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient
VideoIntelligenceServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport, typing.Callable[[...], google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport]]] = '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 video intelligence service async client.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.annotate_video
annotate_video(
request: typing.Optional[
typing.Union[
google.cloud.videointelligence_v1p3beta1.types.video_intelligence.AnnotateVideoRequest,
dict,
]
] = None,
*,
input_uri: typing.Optional[str] = None,
features: typing.Optional[
typing.MutableSequence[
google.cloud.videointelligence_v1p3beta1.types.video_intelligence.Feature
]
] = 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
Performs asynchronous video annotation.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport
]
Returns an appropriate transport class.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.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.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient
VideoIntelligenceServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport, typing.Callable[[...], google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.transports.base.VideoIntelligenceServiceTransport]]] = 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 video intelligence service client.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.annotate_video
annotate_video(
request: typing.Optional[
typing.Union[
google.cloud.videointelligence_v1p3beta1.types.video_intelligence.AnnotateVideoRequest,
dict,
]
] = None,
*,
input_uri: typing.Optional[str] = None,
features: typing.Optional[
typing.MutableSequence[
google.cloud.videointelligence_v1p3beta1.types.video_intelligence.Feature
]
] = 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
Performs asynchronous video annotation.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.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.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.