DetectDominantLanguageResponse

public struct DetectDominantLanguageResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The languages that Amazon Comprehend detected in the input text. For each language, the response returns the RFC 5646 language code and the level of confidence that Amazon Comprehend has in the accuracy of its inference. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools web site.

    Declaration

    Swift

    public let languages: [DominantLanguage]?
  • Undocumented

    Declaration

    Swift

    public init(languages: [DominantLanguage]? = nil)