SwiftDocCVolumeClassVolumeA grouping of chapters within a larger collection of tutorials.final class VolumeTopicsInitializersconvenience init?(from: BlockDirective, source: URL?, for: DocumentationBundle, problems: inout [Problem])init(originalMarkup: BlockDirective, name: String?, image: ImageMedia?, content: MarkupContainer?, chapters: [Chapter], redirects: [Redirect]?)Creates a new volume from the given parameters.Instance Propertieslet chapters: [Chapter]A list of chapters to complete.let content: MarkupContainer?The content describing what you’ll learn in this volume.let image: ImageMedia?An image representing this volume.let name: String?The name of this volume.let originalMarkup: BlockDirectivelet redirects: [Redirect]?Instance Methodsfunc accept<V>(inout V) -> V.ResultType Propertiesstatic let directiveName: Stringstatic let introducedVersion: String