Author
public struct Author : Codable, Equatable
The author of the analyzed content.
-
Name of the author.
Declaration
Swift
public var name: String?
public struct Author : Codable, Equatable
The author of the analyzed content.
Name of the author.
Swift
public var name: String?