DominantLanguage

public struct DominantLanguage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The RFC 5646 language code for the dominant language. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools web site.

    Declaration

    Swift

    public let languageCode: String?
  • The level of confidence that Amazon Comprehend has in the accuracy of the detection.

    Declaration

    Swift

    public let score: Float?
  • Undocumented

    Declaration

    Swift

    public init(languageCode: String? = nil, score: Float? = nil)