Highlight
public struct Highlight : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The zero-based location in the response string where the highlight starts.
Declaration
Swift
public let beginOffset: Int
-
The zero-based location in the response string where the highlight ends.
Declaration
Swift
public let endOffset: Int
-
Indicates whether the response is the best response. True if this is the best response; otherwise, false.
Declaration
Swift
public let topAnswer: Bool?
-
Undocumented
Declaration
Swift
public init(beginOffset: Int, endOffset: Int, topAnswer: Bool? = nil)