ListLanguageModelsResponse

public struct ListLanguageModelsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of objects containing information about custom language models.

    Declaration

    Swift

    public let models: [LanguageModel]?
  • The operation returns a page of jobs at a time. The maximum size of the list is set by the MaxResults parameter. If there are more language models in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the operation to return the next page of language models.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(models: [LanguageModel]? = nil, nextToken: String? = nil)