Freigeben über


TranscriptionMetadata Class

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 callConnectionId property.

String getCorrelationId()

Get the correlationId property.

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 speechRecognitionModelEndpointId property.

String getTranscriptionSubscriptionId()

The custom speech recognition model endpoint id Get the transcriptionSubscriptionId property.

Methods inherited from StreamingData

Methods inherited from java.lang.Object

Method Details

getCallConnectionId

public String getCallConnectionId()

Get the callConnectionId property.

Returns:

the callConnectionId value.

getCorrelationId

public String getCorrelationId()

Get the correlationId property.

Returns:

the correlationId value.

getLocale

public String getLocale()

The target locale in which the translated text needs to be Get the locale property.

Returns:

the locale value.

getSpeechRecognitionModelEndpointId

public String getSpeechRecognitionModelEndpointId()

The custom speech recognition model endpoint id Get the speechRecognitionModelEndpointId property.

Returns:

the speechRecognitionModelEndpointId value.

getTranscriptionSubscriptionId

public String getTranscriptionSubscriptionId()

The custom speech recognition model endpoint id Get the transcriptionSubscriptionId property.

Returns:

the transcriptionSubscriptionId value.

Applies to