Class: RunApi::VolcengineLipSync::Client
- Inherits:
-
Core::Client
- Object
- Core::Client
- RunApi::VolcengineLipSync::Client
- Defined in:
- lib/runapi/volcengine_lip_sync/client.rb
Overview
Client for Volcengine Lip Sync operations.
Instance Attribute Summary collapse
-
#lip_sync_video ⇒ Object
readonly
Returns the value of attribute lip_sync_video.
Instance Method Summary collapse
-
#initialize(**options) ⇒ Client
constructor
A new instance of Client.
Constructor Details
#initialize(**options) ⇒ Client
Returns a new instance of Client.
9 10 11 12 |
# File 'lib/runapi/volcengine_lip_sync/client.rb', line 9 def initialize(**) super @lip_sync_video = Resources::LipSyncVideo.new(@http) end |
Instance Attribute Details
#lip_sync_video ⇒ Object (readonly)
Returns the value of attribute lip_sync_video.
7 8 9 |
# File 'lib/runapi/volcengine_lip_sync/client.rb', line 7 def lip_sync_video @lip_sync_video end |