Skip to content

Commit 005907e

Browse files
authored
Merge pull request MicrosoftDocs#569 from MicrosoftDocs/smoke-test
CI Update
2 parents 8d67fc4 + 0d0ad73 commit 005907e

21 files changed

+1243
-232
lines changed

docs-ref-autogen/azure-cognitiveservices-speech/azure.cognitiveservices.speech.PropertyId.yml

Lines changed: 132 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ items:
1111
- azure.cognitiveservices.speech.PropertyId.CancellationDetails_ReasonDetailedText
1212
- azure.cognitiveservices.speech.PropertyId.CancellationDetails_ReasonText
1313
- azure.cognitiveservices.speech.PropertyId.Conversation_ApplicationId
14+
- azure.cognitiveservices.speech.PropertyId.Conversation_Conversation_Id
15+
- azure.cognitiveservices.speech.PropertyId.Conversation_Custom_Voice_Deployment_Ids
1416
- azure.cognitiveservices.speech.PropertyId.Conversation_DialogType
1517
- azure.cognitiveservices.speech.PropertyId.Conversation_From_Id
1618
- azure.cognitiveservices.speech.PropertyId.Conversation_Initial_Silence_Timeout
@@ -19,10 +21,13 @@ items:
1921
- azure.cognitiveservices.speech.PropertyId.LanguageUnderstandingServiceResponse_JsonResult
2022
- azure.cognitiveservices.speech.PropertyId.SpeechServiceAuthorization_Token
2123
- azure.cognitiveservices.speech.PropertyId.SpeechServiceAuthorization_Type
24+
- azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_AutoDetectSourceLanguageResult
25+
- azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_AutoDetectSourceLanguages
2226
- azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_EnableAudioLogging
2327
- azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_EndSilenceTimeoutMs
2428
- azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_Endpoint
2529
- azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_EndpointId
30+
- azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_Host
2631
- azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_InitialSilenceTimeoutMs
2732
- azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_IntentRegion
2833
- azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_Key
@@ -78,7 +83,7 @@ items:
7883
\n\n The Cognitive Services Speech Service region. Under normal circumstances,\n\
7984
\n you shouldn't have to use this property directly. Instead, construct a\n\
8085
\n <xref:azure.cognitiveservices.speech.SpeechConfig> instance from a subscription\
81-
\ key, an endpoint\n\n or an authorization token.\n\n SpeechServiceAuthorization_Token\n\
86+
\ key, an endpoint, a host,\n\n or an authorization token.\n\n SpeechServiceAuthorization_Token\n\
8287
\n\n The Cognitive Services Speech Service authorization token (aka access\n\
8388
\n token). Under normal circumstances, you shouldn't have to use this\n\n\
8489
\ property directly. Instead, construct a <xref:azure.cognitiveservices.speech.SpeechConfig>\n\
@@ -89,27 +94,31 @@ items:
8994
\n circumstances, you shouldn't have to use this property directly. Instead\n\
9095
\n set <xref:SpeechConfig.endpoint_id>.\n\n\n > [!NOTE]\n > The\
9196
\ endpoint id is available in the Custom Speech Portal, listed under\n >\n\
92-
\ > \n >\n > Endpoint Details.\n >\n\n SpeechServiceConnection_ProxyHostName\n\
93-
\n\n The host name of the proxy server used to connect to the Cognitive\n\
94-
\n Services Speech Service. Under normal circumstances, you shouldn't have\n\
95-
\n to use this property directly. Instead, use\n\n <xref:SpeechConfig.set_proxy>.\n\
96-
\n SpeechServiceConnection_ProxyPort\n\n\n The port of the proxy server\
97-
\ used to connect to the Cognitive Services\n\n Speech Service. Under normal\
98-
\ circumstances, you shouldn't have to use\n\n this property directly. Instead,\
99-
\ use <xref:SpeechConfig.set_proxy>.\n\n SpeechServiceConnection_ProxyUserName\n\
100-
\n\n The user name of the proxy server used to connect to the Cognitive\n\
101-
\n Services Speech Service. Under normal circumstances, you shouldn't have\n\
102-
\n to use this property directly. Instead, use\n\n <xref:SpeechConfig.set_proxy>.\n\
103-
\n SpeechServiceConnection_ProxyPassword\n\n\n The password of the proxy\
97+
\ > \n >\n > Endpoint Details.\n >\n\n SpeechServiceConnection_Host\n\
98+
\n\n The Cognitive Services Speech Service host (url). Under normal\n\n \
99+
\ circumstances, you shouldn't have to use this property directly. Instead,\n\
100+
\n construct a <xref:azure.cognitiveservices.speech.SpeechConfig> instance.\n\
101+
\n SpeechServiceConnection_ProxyHostName\n\n\n The host name of the proxy\
104102
\ server used to connect to the Cognitive\n\n Services Speech Service. Under\
105103
\ normal circumstances, you shouldn't have\n\n to use this property directly.\
106-
\ Instead, use\n\n <xref:SpeechConfig.set_proxy>.\n\n SpeechServiceConnection_Url\n\
107-
\n\n The URL string built from speech configuration. This property is intended\n\
108-
\n to be read-only. The SDK is using it internally.\n\n\n > [!NOTE]\n\
109-
\ > This property id was added in version 1.5.0.\n >\n\n SpeechServiceConnection_TranslationToLanguages\n\
110-
\n\n The list of comma separated languages used as target translation\n\n\
111-
\ languages. Under normal circumstances, you shouldn't have to use this\n\
112-
\n property directly. Instead use\n\n <xref:SpeechTranslationConfig.add_target_language>\
104+
\ Instead, use\n\n <xref:SpeechConfig.set_proxy>.\n\n SpeechServiceConnection_ProxyPort\n\
105+
\n\n The port of the proxy server used to connect to the Cognitive Services\n\
106+
\n Speech Service. Under normal circumstances, you shouldn't have to use\n\
107+
\n this property directly. Instead, use <xref:SpeechConfig.set_proxy>.\n\n\
108+
\ SpeechServiceConnection_ProxyUserName\n\n\n The user name of the proxy\
109+
\ server used to connect to the Cognitive\n\n Services Speech Service. Under\
110+
\ normal circumstances, you shouldn't have\n\n to use this property directly.\
111+
\ Instead, use\n\n <xref:SpeechConfig.set_proxy>.\n\n SpeechServiceConnection_ProxyPassword\n\
112+
\n\n The password of the proxy server used to connect to the Cognitive\n\n\
113+
\ Services Speech Service. Under normal circumstances, you shouldn't have\n\
114+
\n to use this property directly. Instead, use\n\n <xref:SpeechConfig.set_proxy>.\n\
115+
\n SpeechServiceConnection_Url\n\n\n The URL string built from speech configuration.\
116+
\ This property is intended\n\n to be read-only. The SDK is using it internally.\n\
117+
\n\n > [!NOTE]\n > This property id was added in version 1.5.0.\n \
118+
\ >\n\n SpeechServiceConnection_TranslationToLanguages\n\n\n The list\
119+
\ of comma separated languages used as target translation\n\n languages.\
120+
\ Under normal circumstances, you shouldn't have to use this\n\n property\
121+
\ directly. Instead use\n\n <xref:SpeechTranslationConfig.add_target_language>\
113122
\ and\n\n <xref:SpeechTranslationConfig.target_languages>.\n\n SpeechServiceConnection_TranslationVoice\n\
114123
\n\n The name of the Cognitive Service Text to Speech Service voice. Under\n\
115124
\n normal circumstances, you shouldn't have to use this property directly.\n\
@@ -391,6 +400,34 @@ items:
391400
- azure.cognitiveservices.speech.PropertyId
392401
type: attribute
393402
uid: azure.cognitiveservices.speech.PropertyId.Conversation_ApplicationId
403+
- fullName: azure.cognitiveservices.speech.PropertyId.Conversation_Conversation_Id
404+
id: Conversation_Conversation_Id
405+
langs:
406+
- python
407+
module: azure.cognitiveservices.speech
408+
name: Conversation_Conversation_Id
409+
parent: azure.cognitiveservices.speech.PropertyId
410+
syntax:
411+
content: Conversation_Conversation_Id = 10004
412+
return:
413+
type:
414+
- azure.cognitiveservices.speech.PropertyId
415+
type: attribute
416+
uid: azure.cognitiveservices.speech.PropertyId.Conversation_Conversation_Id
417+
- fullName: azure.cognitiveservices.speech.PropertyId.Conversation_Custom_Voice_Deployment_Ids
418+
id: Conversation_Custom_Voice_Deployment_Ids
419+
langs:
420+
- python
421+
module: azure.cognitiveservices.speech
422+
name: Conversation_Custom_Voice_Deployment_Ids
423+
parent: azure.cognitiveservices.speech.PropertyId
424+
syntax:
425+
content: Conversation_Custom_Voice_Deployment_Ids = 10005
426+
return:
427+
type:
428+
- azure.cognitiveservices.speech.PropertyId
429+
type: attribute
430+
uid: azure.cognitiveservices.speech.PropertyId.Conversation_Custom_Voice_Deployment_Ids
394431
- fullName: azure.cognitiveservices.speech.PropertyId.Conversation_DialogType
395432
id: Conversation_DialogType
396433
langs:
@@ -527,6 +564,34 @@ items:
527564
- azure.cognitiveservices.speech.PropertyId
528565
type: attribute
529566
uid: azure.cognitiveservices.speech.PropertyId.SpeechServiceAuthorization_Type
567+
- fullName: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_AutoDetectSourceLanguageResult
568+
id: SpeechServiceConnection_AutoDetectSourceLanguageResult
569+
langs:
570+
- python
571+
module: azure.cognitiveservices.speech
572+
name: SpeechServiceConnection_AutoDetectSourceLanguageResult
573+
parent: azure.cognitiveservices.speech.PropertyId
574+
syntax:
575+
content: SpeechServiceConnection_AutoDetectSourceLanguageResult = 3301
576+
return:
577+
type:
578+
- azure.cognitiveservices.speech.PropertyId
579+
type: attribute
580+
uid: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_AutoDetectSourceLanguageResult
581+
- fullName: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_AutoDetectSourceLanguages
582+
id: SpeechServiceConnection_AutoDetectSourceLanguages
583+
langs:
584+
- python
585+
module: azure.cognitiveservices.speech
586+
name: SpeechServiceConnection_AutoDetectSourceLanguages
587+
parent: azure.cognitiveservices.speech.PropertyId
588+
syntax:
589+
content: SpeechServiceConnection_AutoDetectSourceLanguages = 3300
590+
return:
591+
type:
592+
- azure.cognitiveservices.speech.PropertyId
593+
type: attribute
594+
uid: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_AutoDetectSourceLanguages
530595
- fullName: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_EnableAudioLogging
531596
id: SpeechServiceConnection_EnableAudioLogging
532597
langs:
@@ -622,6 +687,27 @@ items:
622687
- azure.cognitiveservices.speech.PropertyId
623688
type: attribute
624689
uid: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_EndpointId
690+
- fullName: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_Host
691+
id: SpeechServiceConnection_Host
692+
langs:
693+
- python
694+
module: azure.cognitiveservices.speech
695+
name: SpeechServiceConnection_Host
696+
parent: azure.cognitiveservices.speech.PropertyId
697+
summary: 'The Cognitive Services Speech Service host (url). Under normal
698+
699+
700+
circumstances, you shouldn''t have to use this property directly. Instead,
701+
702+
703+
construct a <xref:azure.cognitiveservices.speech.SpeechConfig> instance.'
704+
syntax:
705+
content: SpeechServiceConnection_Host = 1006
706+
return:
707+
type:
708+
- azure.cognitiveservices.speech.PropertyId
709+
type: attribute
710+
uid: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_Host
625711
- fullName: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_InitialSilenceTimeoutMs
626712
id: SpeechServiceConnection_InitialSilenceTimeoutMs
627713
langs:
@@ -843,7 +929,7 @@ items:
843929
844930
845931
<xref:azure.cognitiveservices.speech.SpeechConfig> instance from a subscription
846-
key, an endpoint
932+
key, an endpoint, a host,
847933
848934
849935
or an authorization token.'
@@ -1398,6 +1484,16 @@ references:
13981484
name: Conversation_ApplicationId
13991485
parent: azure.cognitiveservices.speech.PropertyId
14001486
uid: azure.cognitiveservices.speech.PropertyId.Conversation_ApplicationId
1487+
- fullName: azure.cognitiveservices.speech.PropertyId.Conversation_Conversation_Id
1488+
isExternal: false
1489+
name: Conversation_Conversation_Id
1490+
parent: azure.cognitiveservices.speech.PropertyId
1491+
uid: azure.cognitiveservices.speech.PropertyId.Conversation_Conversation_Id
1492+
- fullName: azure.cognitiveservices.speech.PropertyId.Conversation_Custom_Voice_Deployment_Ids
1493+
isExternal: false
1494+
name: Conversation_Custom_Voice_Deployment_Ids
1495+
parent: azure.cognitiveservices.speech.PropertyId
1496+
uid: azure.cognitiveservices.speech.PropertyId.Conversation_Custom_Voice_Deployment_Ids
14011497
- fullName: azure.cognitiveservices.speech.PropertyId.Conversation_DialogType
14021498
isExternal: false
14031499
name: Conversation_DialogType
@@ -1438,6 +1534,16 @@ references:
14381534
name: SpeechServiceAuthorization_Type
14391535
parent: azure.cognitiveservices.speech.PropertyId
14401536
uid: azure.cognitiveservices.speech.PropertyId.SpeechServiceAuthorization_Type
1537+
- fullName: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_AutoDetectSourceLanguageResult
1538+
isExternal: false
1539+
name: SpeechServiceConnection_AutoDetectSourceLanguageResult
1540+
parent: azure.cognitiveservices.speech.PropertyId
1541+
uid: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_AutoDetectSourceLanguageResult
1542+
- fullName: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_AutoDetectSourceLanguages
1543+
isExternal: false
1544+
name: SpeechServiceConnection_AutoDetectSourceLanguages
1545+
parent: azure.cognitiveservices.speech.PropertyId
1546+
uid: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_AutoDetectSourceLanguages
14411547
- fullName: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_EnableAudioLogging
14421548
isExternal: false
14431549
name: SpeechServiceConnection_EnableAudioLogging
@@ -1458,6 +1564,11 @@ references:
14581564
name: SpeechServiceConnection_EndpointId
14591565
parent: azure.cognitiveservices.speech.PropertyId
14601566
uid: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_EndpointId
1567+
- fullName: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_Host
1568+
isExternal: false
1569+
name: SpeechServiceConnection_Host
1570+
parent: azure.cognitiveservices.speech.PropertyId
1571+
uid: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_Host
14611572
- fullName: azure.cognitiveservices.speech.PropertyId.SpeechServiceConnection_InitialSilenceTimeoutMs
14621573
isExternal: false
14631574
name: SpeechServiceConnection_InitialSilenceTimeoutMs

docs-ref-autogen/azure-cognitiveservices-speech/azure.cognitiveservices.speech.SpeechConfig.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,26 @@ items:
3636
\ speech synthesis.\n\nThe configuration can be initialized in different ways:\n\
3737
\n* from subscription: pass a subscription key and a region \n\n* from endpoint:\
3838
\ pass an endpoint. Subscription key or authorization token are optional. \n\n\
39-
* from authorization token: pass an authorization token and a region"
39+
* from host: pass a host address. Subscription key or authorization token are\
40+
\ optional. \n\n* from authorization token: pass an authorization token and a\
41+
\ region"
4042
syntax:
4143
content: 'SpeechConfig(subscription: typing.Union[str, NoneType] = None, region:
4244
typing.Union[str, NoneType] = None, endpoint: typing.Union[str, NoneType] =
43-
None, auth_token: typing.Union[str, NoneType] = None, speech_recognition_language:
44-
str = '''')'
45+
None, host: typing.Union[str, NoneType] = None, auth_token: typing.Union[str,
46+
NoneType] = None, speech_recognition_language: str = '''')'
4547
parameters:
4648
- description: The subscription key.
4749
id: subscription
4850
- description: The region name (see the [region page](https://aka.ms/csspeech/region)).
4951
id: region
5052
- description: The service endpoint to connect to.
5153
id: endpoint
54+
- description: 'The service host to connect to. Standard resource path will be
55+
assumed. Format
56+
57+
is "protocol://host:port" where ":port" is optional.'
58+
id: host
5259
- description: The authorization token.
5360
id: auth_token
5461
- description: 'The input language to the speech recognition. The language
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
### YamlMime:UniversalReference
2+
api_name: []
3+
items:
4+
- children:
5+
- azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig.from_languages
6+
- azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig.from_source_language_configs
7+
class: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig
8+
fullName: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig
9+
inheritance:
10+
- type: builtins.object
11+
langs:
12+
- python
13+
module: azure.cognitiveservices.speech.speech_py_impl
14+
name: AutoDetectSourceLanguageConfig
15+
summary: ''
16+
syntax:
17+
content: AutoDetectSourceLanguageConfig(*args, **kwargs)
18+
type: class
19+
uid: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig
20+
- class: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig
21+
fullName: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig.from_languages
22+
langs:
23+
- python
24+
module: azure.cognitiveservices.speech.speech_py_impl
25+
name: from_languages
26+
syntax: {}
27+
type: method
28+
uid: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig.from_languages
29+
- class: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig
30+
fullName: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig.from_source_language_configs
31+
langs:
32+
- python
33+
module: azure.cognitiveservices.speech.speech_py_impl
34+
name: from_source_language_configs
35+
syntax: {}
36+
type: method
37+
uid: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig.from_source_language_configs
38+
references:
39+
- fullName: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig.from_languages
40+
isExternal: false
41+
name: from_languages
42+
parent: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig
43+
uid: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig.from_languages
44+
- fullName: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig.from_source_language_configs
45+
isExternal: false
46+
name: from_source_language_configs
47+
parent: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig
48+
uid: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageConfig.from_source_language_configs
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
### YamlMime:UniversalReference
2+
api_name: []
3+
items:
4+
- children:
5+
- azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageResult.from_result
6+
class: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageResult
7+
fullName: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageResult
8+
inheritance:
9+
- type: builtins.object
10+
langs:
11+
- python
12+
module: azure.cognitiveservices.speech.speech_py_impl
13+
name: AutoDetectSourceLanguageResult
14+
summary: ''
15+
syntax:
16+
content: AutoDetectSourceLanguageResult(*args, **kwargs)
17+
type: class
18+
uid: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageResult
19+
- class: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageResult
20+
fullName: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageResult.from_result
21+
langs:
22+
- python
23+
module: azure.cognitiveservices.speech.speech_py_impl
24+
name: from_result
25+
syntax: {}
26+
type: method
27+
uid: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageResult.from_result
28+
references:
29+
- fullName: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageResult.from_result
30+
isExternal: false
31+
name: from_result
32+
parent: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageResult
33+
uid: azure.cognitiveservices.speech.speech_py_impl.AutoDetectSourceLanguageResult.from_result

0 commit comments

Comments
 (0)