StartTextDetectionRequest

public struct StartTextDetectionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Idempotent token used to identify the start request. If you use the same token with multiple StartTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentaly started more than once.

    Declaration

    Swift

    public let clientRequestToken: String?
  • Optional parameters that let you set criteria the text must meet to be included in your response.

    Declaration

    Swift

    public let filters: StartTextDetectionFilters?
  • An identifier returned in the completion status published by your Amazon Simple Notification Service topic. For example, you can use JobTag to group related jobs and identify them in the completion notification.

    Declaration

    Swift

    public let jobTag: String?
  • Undocumented

    Declaration

    Swift

    public let notificationChannel: NotificationChannel?
  • Undocumented

    Declaration

    Swift

    public let video: Video
  • Undocumented

    Declaration

    Swift

    public init(clientRequestToken: String? = nil, filters: StartTextDetectionFilters? = nil, jobTag: String? = nil, notificationChannel: NotificationChannel? = nil, video: Video)
  • Declaration

    Swift

    public func validate(name: String) throws