PartOfSpeechTag

public struct PartOfSpeechTag : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The confidence that Amazon Comprehend has that the part of speech was correctly identified.

    Declaration

    Swift

    public let score: Float?
  • tag

    Identifies the part of speech that the token represents.

    Declaration

    Swift

    public let tag: PartOfSpeechTagType?
  • Undocumented

    Declaration

    Swift

    public init(score: Float? = nil, tag: PartOfSpeechTagType? = nil)