transcriptions in video rooms
Operations: list, create, fetch, update
Summary
Functions
Operation: CreateRoomTranscriptions | Tags: VideoV1Transcriptions
Operation: FetchRoomTranscriptions | Tags: VideoV1Transcriptions
Operation: ListRoomTranscriptions | Tags: VideoV1Transcriptions
Stream: (lazy auto-pagination).
Operation: UpdateRoomTranscriptions | Tags: VideoV1Transcriptions
Functions
@spec create(Twilio.Client.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.Video.V1.Room.Transcriptions.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: CreateRoomTranscriptions | Tags: VideoV1Transcriptions
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
Configuration | object | A collection of properties that describe transcription behaviour. |
@spec fetch(Twilio.Client.t(), String.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.Video.V1.Room.Transcriptions.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: FetchRoomTranscriptions | Tags: VideoV1Transcriptions
@spec list(Twilio.Client.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: ListRoomTranscriptions | Tags: VideoV1Transcriptions
@spec stream(Twilio.Client.t(), String.t(), map(), keyword()) :: Enumerable.t()
Stream: (lazy auto-pagination).
@spec update(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.Video.V1.Room.Transcriptions.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: UpdateRoomTranscriptions | Tags: VideoV1Transcriptions
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
Configuration | object | A collection of properties that describe transcription behaviour. |
Status | string | Values: started, stopped, failed |