TextDetectionResult
public struct TextDetectionResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Details about text detected in a video.
Declaration
Swift
public let textDetection: TextDetection? -
The time, in milliseconds from the start of the video, that the text was detected.
Declaration
Swift
public let timestamp: Int64? -
Undocumented
Declaration
Swift
public init(textDetection: TextDetection? = nil, timestamp: Int64? = nil)
View on GitHub
TextDetectionResult Structure Reference