LabelDetection

public struct LabelDetection : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Details about the detected label.

    Declaration

    Swift

    public let label: Label?
  • Time, in milliseconds from the start of the video, that the label was detected.

    Declaration

    Swift

    public let timestamp: Int64?
  • Undocumented

    Declaration

    Swift

    public init(label: Label? = nil, timestamp: Int64? = nil)