BatchDetectSyntaxItemResult

public struct BatchDetectSyntaxItemResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The zero-based index of the document in the input list.

    Declaration

    Swift

    public let index: Int?
  • The syntax tokens for the words in the document, one token for each word.

    Declaration

    Swift

    public let syntaxTokens: [SyntaxToken]?
  • Undocumented

    Declaration

    Swift

    public init(index: Int? = nil, syntaxTokens: [SyntaxToken]? = nil)