Module: Google::Cloud::VideoIntelligence::V1beta2
- Defined in:
- lib/google/cloud/video_intelligence/v1beta2.rb,
lib/google/cloud/video_intelligence/v1beta2/video_intelligence_service_client.rb
Overview
Google Cloud Video Intelligence API Contents
Class | Description |
---|---|
VideoIntelligenceServiceClient | Google Cloud Video Intelligence API. |
Data Types | Data types for Google::Cloud::VideoIntelligence::V1beta2 |
Defined Under Namespace
Classes: VideoIntelligenceServiceClient
Class Method Summary collapse
-
.self.new(credentials: nil, scopes: nil, client_config: nil, timeout: nil) ⇒ Object
Service that implements Google Cloud Video Intelligence API.
Class Method Details
.self.new(credentials: nil, scopes: nil, client_config: nil, timeout: nil) ⇒ Object
Service that implements Google Cloud Video Intelligence API.
94 95 96 |
# File 'lib/google/cloud/video_intelligence/v1beta2.rb', line 94 def self.new(*args, **kwargs) Google::Cloud::VideoIntelligence::V1beta2::VideoIntelligenceServiceClient.new(*args, **kwargs) end |