PropertyId Enum

Defines speech property ids.

Values:

SpeechServiceConnection_Key

  The Cognitive Services Speech Service subscription key. If you are using

  an intent recognizer, you need to specify the LUIS endpoint key for your

  particular LUIS app. Under normal circumstances, you shouldn't have to

  use this property directly. Instead, construct a

  <xref:azure.cognitiveservices.speech.SpeechConfig> instance from a subscription key.

SpeechServiceConnection_Endpoint

  The Cognitive Services Speech Service endpoint (url). Under normal

  circumstances, you shouldn't have to use this property directly. Instead,

  construct a <xref:azure.cognitiveservices.speech.SpeechConfig> instance from a subscription key.


  > [!NOTE]
  > This endpoint is not the same as the endpoint used to obtain an access token.
  >

SpeechServiceConnection_Region

  The Cognitive Services Speech Service region. Under normal circumstances,

  you shouldn't have to use this property directly. Instead, construct a

  <xref:azure.cognitiveservices.speech.SpeechConfig> instance from a subscription key, an endpoint, a host,

  or an authorization token.

SpeechServiceAuthorization_Token

  The Cognitive Services Speech Service authorization token (aka access

  token). Under normal circumstances, you shouldn't have to use this

  property directly. Instead, construct a <xref:azure.cognitiveservices.speech.SpeechConfig>

  instance from an authorization token, or set

  <xref:azure.cognitiveservices.speech.Recognizer.authorization_token>.

SpeechServiceAuthorization_Type

  The Cognitive Services Speech Service authorization type. Currently

  unused.

SpeechServiceConnection_EndpointId

  The Cognitive Services Custom Speech or Custom Voice Service endpoint id.

  Under normal circumstances, you shouldn't have to use this property directly.

  Instead set <xref:azure.cognitiveservices.speech.SpeechConfig.endpoint_id>.


  > [!NOTE]
  > The endpoint id is available in the Custom Speech Portal, listed under
  >
  > 
  >
  > Endpoint Details.
  >

SpeechServiceConnection_Host

  The Cognitive Services Speech Service host (url). Under normal

  circumstances, you shouldn't have to use this property directly. Instead,

  construct a <xref:azure.cognitiveservices.speech.SpeechConfig> instance.

SpeechServiceConnection_ProxyHostName

  The host name of the proxy server used to connect to the Cognitive

  Services Speech Service. Under normal circumstances, you shouldn't have

  to use this property directly. Instead, use

  <xref:azure.cognitiveservices.speech.SpeechConfig.set_proxy>.

SpeechServiceConnection_ProxyPort

  The port of the proxy server used to connect to the Cognitive Services

  Speech Service. Under normal circumstances, you shouldn't have to use

  this property directly. Instead, use <xref:azure.cognitiveservices.speech.SpeechConfig.set_proxy>.

SpeechServiceConnection_ProxyUserName

  The user name of the proxy server used to connect to the Cognitive

  Services Speech Service. Under normal circumstances, you shouldn't have

  to use this property directly. Instead, use

  <xref:azure.cognitiveservices.speech.SpeechConfig.set_proxy>.

SpeechServiceConnection_ProxyPassword

  The password of the proxy server used to connect to the Cognitive

  Services Speech Service. Under normal circumstances, you shouldn't have

  to use this property directly. Instead, use

  <xref:azure.cognitiveservices.speech.SpeechConfig.set_proxy>.

SpeechServiceConnection_Url

  The URL string built from speech configuration. This property is intended

  to be read-only. The SDK is using it internally.


  > [!NOTE]
  > This property id was added in version 1.5.0.
  >

SpeechServiceConnection_TranslationToLanguages

  The list of comma separated languages used as target translation

  languages. Under normal circumstances, you shouldn't have to use this

  property directly. Instead use

  <xref:azure.cognitiveservices.speech.speech_py_impl.SpeechTranslationConfig.add_target_language> and

  <xref:azure.cognitiveservices.speech.translation.SpeechTranslationConfig.target_languages>.

SpeechServiceConnection_TranslationVoice

  The name of the Cognitive Service Text to Speech Service voice. Under

  normal circumstances, you shouldn't have to use this property directly.

  Instead set <xref:azure.cognitiveservices.speech.translation.SpeechTranslationConfig.voice_name>.


  > [!NOTE]
  > Valid voice names can be found [here](https://aka.ms/csspeech/voicenames).
  >

SpeechServiceConnection_TranslationFeatures

  Translation features. For internal use.

SpeechServiceConnection_IntentRegion

  The Language Understanding Service region. Under normal circumstances,

  you shouldn't have to use this property directly. Instead use

  <xref:azure.cognitiveservices.speech.intent.LanguageUnderstandingModel>.

SpeechServiceConnection_RecoMode

  The Cognitive Services Speech Service recognition mode. Can be

  "INTERACTIVE", "CONVERSATION", "DICTATION". This property is intended to

  be read-only. The SDK is using it internally.

SpeechServiceConnection_RecoLanguage

  The spoken language to be recognized (in BCP-47 format). Under normal

  circumstances, you shouldn't have to use this property directly. Instead,

  use <xref:azure.cognitiveservices.speech.SpeechConfig.speech_recognition_language>.

Speech_SessionId

  The session id. This id is a universally unique identifier (aka UUID)

  representing a specific binding of an audio input stream and the

  underlying speech recognition instance to which it is bound. Under normal

  circumstances, you shouldn't have to use this property directly. Instead

  use <xref:azure.cognitiveservices.speech.SessionEventArgs.session_id>.

SpeechServiceConnection_SynthLanguage

  The spoken language to be synthesized (e.g. en-US)


  > [!NOTE]
  > This property id was added in version 1.7.0.
  >

SpeechServiceConnection_SynthVoice

  The name of the TTS voice to be used for speech synthesis


  > [!NOTE]
  > This property id was added in version 1.7.0.
  >

SpeechServiceConnection_SynthOutputFormat

  The string to specify TTS output audio format


  > [!NOTE]
  > This property id was added in version 1.7.0.
  >
Inheritance
PropertyId

Constructor

PropertyId(value)

Fields

SpeechServiceConnection_Key
SpeechServiceConnection_Endpoint
SpeechServiceConnection_Region
SpeechServiceAuthorization_Token
SpeechServiceAuthorization_Type
SpeechServiceConnection_EndpointId
SpeechServiceConnection_Host
SpeechServiceConnection_ProxyHostName
SpeechServiceConnection_ProxyPort
SpeechServiceConnection_ProxyUserName
SpeechServiceConnection_ProxyPassword
SpeechServiceConnection_Url
SpeechServiceConnection_TranslationToLanguages
SpeechServiceConnection_TranslationVoice
SpeechServiceConnection_TranslationFeatures
SpeechServiceConnection_IntentRegion
SpeechServiceConnection_RecoMode
SpeechServiceConnection_RecoLanguage
Speech_SessionId
SpeechServiceConnection_SynthLanguage
SpeechServiceConnection_SynthVoice
SpeechServiceConnection_SynthOutputFormat
SpeechServiceConnection_SynthEnableCompressedAudioTransmission
SpeechServiceConnection_VoicesListEndpoint
SpeechServiceConnection_InitialSilenceTimeoutMs
SpeechServiceConnection_EndSilenceTimeoutMs
SpeechServiceConnection_EnableAudioLogging
SpeechServiceConnection_SingleLanguageIdPriority
SpeechServiceConnection_ContinuousLanguageIdPriority
SpeechServiceResponse_RequestDetailedResultTrueFalse
SpeechServiceResponse_RequestProfanityFilterTrueFalse
SpeechServiceResponse_ProfanityOption
SpeechServiceResponse_PostProcessingOption
SpeechServiceResponse_RequestWordLevelTimestamps
SpeechServiceResponse_StablePartialResultThreshold
SpeechServiceResponse_OutputFormatOption
SpeechServiceResponse_RequestSnr
SpeechServiceResponse_TranslationRequestStablePartialResult
SpeechServiceResponse_RequestWordBoundary
SpeechServiceResponse_RequestPunctuationBoundary
SpeechServiceResponse_RequestSentenceBoundary
SpeechServiceResponse_JsonResult
SpeechServiceResponse_JsonErrorDetails
SpeechServiceResponse_RecognitionLatencyMs
SpeechServiceResponse_SynthesisFirstByteLatencyMs
SpeechServiceResponse_SynthesisFinishLatencyMs
SpeechServiceResponse_SynthesisUnderrunTimeMs
CancellationDetails_Reason
CancellationDetails_ReasonText
CancellationDetails_ReasonDetailedText
LanguageUnderstandingServiceResponse_JsonResult
AudioConfig_DeviceNameForCapture
AudioConfig_NumberOfChannelsForCapture
AudioConfig_SampleRateForCapture
AudioConfig_BitsPerSampleForCapture
AudioConfig_AudioSource
AudioConfig_PlaybackBufferLengthInMs
Speech_LogFilename
PronunciationAssessment_ReferenceText
PronunciationAssessment_GradingSystem
PronunciationAssessment_Granularity
PronunciationAssessment_EnableMiscue
PronunciationAssessment_PhonemeAlphabet
PronunciationAssessment_NBestPhonemeCount
PronunciationAssessment_Json
PronunciationAssessment_Params
AudioConfig_AudioProcessingOptions
AudioConfig_DeviceNameForRender
Conversation_ApplicationId
Conversation_Connection_Id
Conversation_Conversation_Id
Conversation_Custom_Voice_Deployment_Ids
Conversation_DialogType
Conversation_From_Id
Conversation_Initial_Silence_Timeout
Conversation_ParticipantId
Conversation_Request_Bot_Status_Messages
Conversation_Speech_Activity_Template
DataBuffer_TimeStamp
DataBuffer_UserId
SpeakerRecognition_Api_Version
SpeechServiceConnection_AutoDetectSourceLanguageResult
SpeechServiceConnection_AutoDetectSourceLanguages
SpeechServiceConnection_RecoBackend
SpeechServiceConnection_RecoModelIniFile
SpeechServiceConnection_RecoModelKey
SpeechServiceConnection_RecoModelName
SpeechServiceConnection_SynthBackend
SpeechServiceConnection_SynthModelKey
SpeechServiceConnection_SynthOfflineDataPath
SpeechServiceConnection_SynthOfflineVoice
SpeechServiceConnection_UserDefinedQueryParameters
SpeechServiceResponse_SynthesisBackend
Speech_SegmentationSilenceTimeoutMs