AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListLanguageModels operation. Provides a list of custom language models that match the specified criteria. If no criteria are specified, all custom language models are returned.
To get detailed information about a specific custom language model, use the operation.
Namespace: Amazon.TranscribeService.Model
Assembly: AWSSDK.TranscribeService.dll
Version: 3.x.y.z
public class ListLanguageModelsRequest : AmazonTranscribeServiceRequest IAmazonWebServiceRequest
The ListLanguageModelsRequest type exposes the following members
Name | Description | |
---|---|---|
ListLanguageModelsRequest() |
Name | Type | Description | |
---|---|---|---|
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of custom language models to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you do not specify a value, a default of 5 is used. |
|
NameContains | System.String |
Gets and sets the property NameContains. Returns only the custom language models that contain the specified string. The search is not case sensitive. |
|
NextToken | System.String |
Gets and sets the property NextToken.
If your |
|
StatusEquals | Amazon.TranscribeService.ModelStatus |
Gets and sets the property StatusEquals.
Returns only custom language models with the specified status. Language models are
ordered by creation date, with the newest model first. If you do not include |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5