TranscriptionMetadata Class
- java.
lang. Object - com.
azure. communication. callautomation. models. StreamingData - com.
azure. communication. callautomation. models. TranscriptionMetadata
- com.
- com.
public final class TranscriptionMetadata
extends StreamingData
The metadata of transcription which contains the information such as subscriptionId, locale ...
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getCallConnectionId()
Get the call |
| String |
getCorrelationId()
Get the correlation |
| String |
getLocale()
The target locale in which the translated text needs to be Get the locale property. |
| String |
getSpeechRecognitionModelEndpointId()
The custom speech recognition model endpoint id Get the speech |
| String |
getTranscriptionSubscriptionId()
The custom speech recognition model endpoint id Get the transcription |
Methods inherited from StreamingData
Methods inherited from java.lang.Object
Method Details
getCallConnectionId
public String getCallConnectionId()
Get the callConnectionId property.
Returns:
getCorrelationId
public String getCorrelationId()
Get the correlationId property.
Returns:
getLocale
public String getLocale()
The target locale in which the translated text needs to be Get the locale property.
Returns:
getSpeechRecognitionModelEndpointId
public String getSpeechRecognitionModelEndpointId()
The custom speech recognition model endpoint id Get the speechRecognitionModelEndpointId property.
Returns:
getTranscriptionSubscriptionId
public String getTranscriptionSubscriptionId()
The custom speech recognition model endpoint id Get the transcriptionSubscriptionId property.
Returns: