LanguageUnderstandingModel Class
Represents language understanding model used for intent recognition.
The model can be initialized in different ways:
from subscription: pass a subscription key, an app_id, and a region
from endpoint: pass an endpoint URL. (see /azure/cognitive-services/speech-service/quickstarts/intent-recognition for more details).
from app id: pass an app_id
- Inheritance
-
builtins.objectLanguageUnderstandingModel
Constructor
LanguageUnderstandingModel(subscription: str | None = None, region: str | None = None, app_id: str | None = None, endpoint: str | None = None)
Parameters
Name | Description |
---|---|
subscription
|
The subscription key. Default value: None
|
region
|
The region name (see the region page). Default value: None
|
app_id
|
The app id to use for the model. Default value: None
|
auth_token
Required
|
The authorization token. |
endpoint
|
Default value: None
|
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python