Method: Aws::TranscribeService::Types::ListLanguageModelsResponse#models

Defined in:
lib/aws-sdk-transcribeservice/types.rb

#modelsArray<Types::LanguageModel>

Provides information about the custom language models that match the criteria specified in your request.

Returns:



2322
2323
2324
2325
2326
2327
# File 'lib/aws-sdk-transcribeservice/types.rb', line 2322

class ListLanguageModelsResponse < Struct.new(
  :next_token,
  :models)
  SENSITIVE = []
  include Aws::Structure
end