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