Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit dfdd369

Browse files
authored
Auto-merge PR based on merge event
Auto-merging PR based on merge event from upstream repository
2 parents acca42b + 20406ae commit dfdd369

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

site/docs/voice/bxml/record.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ There is no text content available to be set for the `<Record>` verb.
4242
| recordingAvailableUrl | (optional) URL to send the [Recording Available](/docs/voice/webhooks/recordingAvailable/) event to once it has been processed. Does not accept BXML. May be a relative URL. |
4343
| recordingAvailableMethod | (optional) The HTTP method to use for the request to `recordingAvailableUrl`. GET or POST. Default value is POST. |
4444
| transcribe | (optional) A boolean value to indicate that recording should be transcribed. Transcription can succeed only for recordings of length greater than 500 milliseconds and less than 4 hours. Default is `false`. |
45+
| detectLanguage | (optional) A boolean value to indicate that the recording may not be in English, and the transcription service will need to detect the dominant language the recording is in and transcribe accordingly. Current supported languages are English, French, and Spanish. If `transcribe` is not set to `true`, this flag is ignored. Default is `false`. |
4546
| transcriptionAvailableUrl | (optional) URL to send the [Transcription Available](/docs/voice/webhooks/transcriptionAvailable/) event to once it has been processed. Does not accept BXML. May be a relative URL. |
4647
| transcriptionAvailableMethod | (optional) The HTTP method to use for the request to `transcriptionAvailableUrl`. GET or POST. Default value is POST. |
4748
| username | (optional) The username to send in the HTTP request to `recordCompleteUrl`, `recordingAvailableUrl` or `transcriptionAvailableUrl`. If specified, the URLs must be TLS-encrypted (i.e., `https`). |

site/docs/voice/bxml/startRecording.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ There is no text content available to be set for the `<StartRecording>` verb.
3434
| recordingAvailableUrl | (optional) URL to send the [Recording Available](/docs/voice/webhooks/recordingAvailable/) event (or [Conference Recording Available](/docs/voice/webhooks/conferenceRecordingAvailable/) event if recording a conference) to once it has been processed. Does not accept BXML. May be a relative URL.|
3535
| recordingAvailableMethod | (optional) The HTTP method to use for the request to `recordingAvailableUrl`. GET or POST. Default value is POST. |
3636
| transcribe | (optional) A boolean value to indicate that recording should be transcribed. Transcription can succeed only for recordings of length greater than 500 milliseconds and less than 4 hours. Default is `false`.<br/><br/>Note: conferences may not be transcribed. This option will be silently ignored if set on a conference recording, and no callback will be sent.|
37+
| detectLanguage | (optional) A boolean value to indicate that the recording may not be in English, and the transcription service will need to detect the dominant language the recording is in and transcribe accordingly. Current supported languages are English, French, and Spanish. If `transcribe` is not set to `true`, this flag is ignored. Default is `false`. |
3738
| transcriptionAvailableUrl | (optional) URL to send the [Transcription Available](/docs/voice/webhooks/transcriptionAvailable/) event to once it has been processed. Does not accept BXML. May be a relative URL. |
3839
| transcriptionAvailableMethod | (optional) The HTTP method to use for the request to `transcriptionAvailableUrl`. GET or POST. Default value is POST. |
3940
| username | (optional) The username to send in the HTTP request to `recordingAvailableUrl` or `transcriptionAvailableUrl`. If specified, the URLs must be TLS-encrypted (i.e., `https`). |

site/specs/voice.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6066,6 +6066,16 @@ components:
60666066
60676067
between 1 and 25.
60686068
example: 5.5
6069+
detectLanguage:
6070+
type: boolean
6071+
nullable: true
6072+
description: >-
6073+
A boolean value to indicate that the recording may not be in
6074+
English, and the transcription service will need to detect the
6075+
dominant language the recording is in and transcribe accordingly.
6076+
Current supported languages are English, French, and Spanish.
6077+
default: false
6078+
example: true
60696079
transcriptionList:
60706080
type: object
60716081
properties:

0 commit comments

Comments
 (0)