A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cloud.google.com/python/docs/reference/videointelligence/latest/summary_method.html below:

Package Methods (2.16.2) | Python client library

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 = 
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, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperation
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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
]
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]
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
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 = 
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.__exit__
__exit__(type, value, traceback)
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, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.Operation
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_project_path
common_project_path(project: str) -> str
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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]
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
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 = 
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, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperation
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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
]
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]
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
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 = 
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.__exit__
__exit__(type, value, traceback)
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, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.Operation
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.common_project_path
common_project_path(project: str) -> str
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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]
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1beta2.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
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 = 
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, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperation
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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
]
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]
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
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 = 
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.__exit__
__exit__(type, value, traceback)
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, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.Operation
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_project_path
common_project_path(project: str) -> str
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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]
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p1beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
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 = 
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, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperation
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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
]
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]
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
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 = 
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.__exit__
__exit__(type, value, traceback)
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, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.Operation
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_project_path
common_project_path(project: str) -> str
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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]
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p2beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
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 = 
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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
]
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]
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
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, typing.Union[str, bytes]]] = ()
) -> typing.Awaitable[
    typing.AsyncIterable[
        google.cloud.videointelligence_v1p3beta1.types.video_intelligence.StreamingAnnotateVideoResponse
    ]
]
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 = 
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.__exit__
__exit__(type, value, traceback)
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.common_project_path
common_project_path(project: str) -> str
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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]
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p3beta1.services.streaming_video_intelligence_service.StreamingVideoIntelligenceServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
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, typing.Union[str, bytes]]] = ()
) -> typing.Iterable[
    google.cloud.videointelligence_v1p3beta1.types.video_intelligence.StreamingAnnotateVideoResponse
]
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 = 
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, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperation
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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
]
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]
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
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 = 
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.__exit__
__exit__(type, value, traceback)
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, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.Operation
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.common_project_path
common_project_path(project: str) -> str
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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]
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.videointelligence_v1p3beta1.services.video_intelligence_service.VideoIntelligenceServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4