public static void BindService(ServiceBinderBase serviceBinder, VideoIntelligenceService.VideoIntelligenceServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `VideoIntelligenceService` class within the `Google.Cloud.VideoIntelligence.V1` namespace, which is the implementation of the Video Intelligence API in version 2.3.0."],["The `VideoIntelligenceService` class inherits from the base `Object` class and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` methods allow for the creation and registration of a service definition or the registration of a service method with a service binder, to connect server-side handling logic."],["The document lists the available versions of the API, ranging from 2.2.0 to 3.4.0, with 3.4.0 marked as the latest version, and the information provided is specific to version 2.3.0."]]],[]]