DetectSyntaxResponse
public struct DetectSyntaxResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A collection of syntax tokens describing the text. For each token, the response provides the text, the token type, where the text begins and ends, and the level of confidence that Amazon Comprehend has that the token is correct. For a list of token types, see how-syntax.
Declaration
Swift
public let syntaxTokens: [SyntaxToken]?
-
Undocumented
Declaration
Swift
public init(syntaxTokens: [SyntaxToken]? = nil)