StopTranscriptionOptions Class
- java.
lang. Object - com.
azure. communication. callautomation. models. StopTranscriptionOptions
- com.
public final class StopTranscriptionOptions
Options for the Stop Transcription operation.
Constructor Summary
| Constructor | Description |
|---|---|
| StopTranscriptionOptions() |
Creates an instance of StopTranscriptionOptions. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getOperationContext()
Get the operation context. |
|
Stop |
setOperationContext(String operationContext)
Sets the operation context. |
Methods inherited from java.lang.Object
Constructor Details
StopTranscriptionOptions
public StopTranscriptionOptions()
Creates an instance of StopTranscriptionOptions.
Method Details
getOperationContext
public String getOperationContext()
Get the operation context.
Returns:
setOperationContext
public StopTranscriptionOptions setOperationContext(String operationContext)
Sets the operation context.
Parameters:
Returns: