ListDominantLanguageDetectionJobsResponse
public struct ListDominantLanguageDetectionJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list containing the properties of each job that is returned.
Declaration
Swift
public let dominantLanguageDetectionJobPropertiesList: [DominantLanguageDetectionJobProperties]?
-
Identifies the next page of results to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(dominantLanguageDetectionJobPropertiesList: [DominantLanguageDetectionJobProperties]? = nil, nextToken: String? = nil)