Skip to main content

Extract Time Slots

Description

This activity identifies the time slots in a given transcript that match the specified search text.

Properties

Input

  • Transcript – Specify the transcript object in which you want to search for the text. Typically, the transcript is obtained using Transcribe Audio With Timestamp activity.

  • Search Text – Specify the text for which you want to find the time slots within the specified transcript.

Misc

  • DisplayName – Add a display name to your activity.

  • Private — By default, activity logs the values of your properties inside your workflow. If private is selected, it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note

Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Result – Returns the Search result containing the time slot information for the identified text.

  • Raw Response - Returns the Search result in raw JSON format.

Download Example

Extract Time Slots