CallMediaRecognizeOptions Class

Definition

The Call Media Recognize Options.

public abstract class CallMediaRecognizeOptions
type CallMediaRecognizeOptions = class
Public MustInherit Class CallMediaRecognizeOptions
Inheritance
CallMediaRecognizeOptions
Derived

Constructors

Name Description
CallMediaRecognizeOptions(RecognizeInputType, CommunicationIdentifier)

Creates a new instance of the CallMediaRecognizeOptions.

Properties

Name Description
InitialSilenceTimeout

Time to wait for first input after prompt (if any). If not provided, a default of 5 seconds is set.

InputType

Recognize Input Type.

InterruptCallMediaOperation

Interrupt current call media operation.

InterruptPrompt

Determines if we interrupt the prompt and start recognizing.

IsSentimentAnalysisEnabled

Gets or sets a value indicating if sentiment analysis should be used.

OperationCallbackUri

The callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation. This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.

OperationContext

Operation Context.

PlayPrompts

PlaySource objects representing the sources to play.

Prompt

PlaySource information.

SpeechLanguage

Speech language to be recognized, If not set default is en-US.

SpeechLanguages

List of locales for Language Identification. Supports upto 4 locales in the format: ["en-us", "fr-fr", "hi-in"] etc.

SpeechModelEndpointId

Endpoint where the speech custom model was deployed.

TargetParticipant

Target participant of DTFM tone recognition.

Applies to