SwiftDocCConvertRequestStructureConvertRequestA request to convert in-memory documentation.struct ConvertRequestTopicsStructuresstruct ExpandedDocumentationRequirementsRepresents any requirements needed for a symbol to have additional documentation available in the client.struct LineA line of text in source code.struct PositionRepresents a cursor position in text.struct SourceRangeRepresents a selection in text.Initializersinit(bundleInfo: DocumentationBundle.Info, featureFlags: FeatureFlags, externalIDsToConvert: [String]?, documentPathsToConvert: [String]?, includeRenderReferenceStore: Bool?, bundleLocation: URL?, symbolGraphs: [Data], overridingDocumentationComments: [String : [ConvertRequest.Line]]?, knownDisambiguatedSymbolPathComponents: [String : [String]]?, emitSymbolSourceFileURIs: Bool, markupFiles: [Data], tutorialFiles: [Data], miscResourceURLs: [URL], symbolIdentifiersWithExpandedDocumentation: [String : ConvertRequest.ExpandedDocumentationRequirements]?)Creates a request to convert in-memory documentation.init(from: any Decoder) throwsInstance Propertiesvar bundleInfo: DocumentationBundle.InfoInformation about the documentation bundle to convert.var bundleLocation: URL?The file location of the bundle to convert, if any.var documentPathsToConvert: [String]?The paths of the documentation nodes to convert.var emitSymbolSourceFileURIs: BoolWhether the conversion’s rendered documentation should include source file location metadata.var externalIDsToConvert: [String]?The external IDs of the symbols to convert.var featureFlags: FeatureFlagsFeature flags to enable when performing this convert request.var includeRenderReferenceStore: Bool?Whether the conversion’s render reference store should be included in the response.var knownDisambiguatedSymbolPathComponents: [String : [String]]?The mapping of external symbol identifiers to known disambiguated symbol path components.var markupFiles: [Data]The article and documentation extension file data included in the documentation bundle to convert.var miscResourceURLs: [URL]The on-disk resources in the documentation bundle to convert.var overridingDocumentationComments: [String : [ConvertRequest.Line]]?The mapping of external symbol identifiers to lines of a documentation comment that overrides the value in the symbol graph.var symbolGraphs: [Data]The symbols graph data included in the documentation bundle to convert.var symbolIdentifiersWithExpandedDocumentation: [String : ConvertRequest.ExpandedDocumentationRequirements]?The symbol identifiers that have an expanded documentation page available if they meet the associated access level requirement.var tutorialFiles: [Data]The tutorial file data included in the documentation bundle to convert.