StartTranscriptionOptions Class
- java.
lang. Object - com.
azure. communication. callautomation. models. StartTranscriptionOptions
- com.
public final class StartTranscriptionOptions
Options for the Start Transcription operation.
Constructor Summary
| Constructor | Description |
|---|---|
| StartTranscriptionOptions() |
Creates an instance of StartTranscriptionOptions. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getLocale()
Get the locale. |
| String |
getOperationContext()
Get the operation context. |
| String |
getSpeechRecognitionModelEndpointId()
Get the speech |
|
Start |
setLocale(String locale)
Sets the locale. |
|
Start |
setOperationContext(String operationContext)
Sets the operation context. |
|
Start |
setSpeechRecognitionModelEndpointId(String speechRecognitionModelEndpointId)
Set the speech |
Methods inherited from java.lang.Object
Constructor Details
StartTranscriptionOptions
public StartTranscriptionOptions()
Creates an instance of StartTranscriptionOptions.
Method Details
getLocale
public String getLocale()
Get the locale.
Returns:
getOperationContext
public String getOperationContext()
Get the operation context.
Returns:
getSpeechRecognitionModelEndpointId
public String getSpeechRecognitionModelEndpointId()
Get the speechRecognitionModelEndpointId property: Endpoint where the custom model was deployed.
Returns:
setLocale
public StartTranscriptionOptions setLocale(String locale)
Sets the locale.
Parameters:
Returns:
setOperationContext
public StartTranscriptionOptions setOperationContext(String operationContext)
Sets the operation context.
Parameters:
Returns:
setSpeechRecognitionModelEndpointId
public StartTranscriptionOptions setSpeechRecognitionModelEndpointId(String speechRecognitionModelEndpointId)
Set the speechRecognitionModelEndpointId property: Endpoint where the custom model was deployed.
Parameters:
Returns: