cupertino-docs/docs/callkit/documentation_callkit_cxsettranslatingcallaction_init_coder_f7b50f10.json
Mihaela Mihaljevic 15c8971fee data: cleaned corpus + recovered missing URLs + fresh Swift Evolution
Major corpus refresh accompanying the cupertino #284 cleanup work:

docs/ (412,562 files / 2.4G total):
- Net change: 71,284 files (1,017,864 insertions / 4,503,415 deletions).
- Removed: 1,166 + 39 + 3 = 1,208 poison files Apple's CDN consistently
  returns error templates for (JS-disabled fallback + Web Server Error
  + 502/403 titles).
- Added: 8,357 .json files recovered from cross-backup URL match
  (May-09 jsonpass + private mirror + Apr-30 pre-recrawl).
- Added: 103 .md files from the November 2025 AppleDocs snapshot for
  URIs not available as .json anywhere.
- Added: 580 synthesized stub .json files for URIs whose own page
  Apple's CDN won't render but whose one-line description IS embedded
  in the parent type's Topics section. Each stub carries the parent-
  extracted description as 'abstract' and source: custom.
- Verified clean across 12 poison categories (no HTTP error titles,
  no JS-disabled fallback, no Skip-Navigation broken bodies, no
  openresty/CDN markers) by a full no-heuristics scan of all
  412,458 .json + 103 .md files.

swift-evolution/ (912 files, +41 new):
- Refetched via 'cupertino fetch --type evolution' against
  github.com/swiftlang/swift-evolution.
- 3 brand-new SE-XXXX proposals + 478 refreshed.
- Preserves the historical NNNN-descriptive-name files (429 of them)
  that the cupertino-docs repo kept from the original swift-evolution
  proposals/* directory layout — both naming conventions coexist.

swift-org/ (787 files, +2 from local sync).
archive/ (419 files, +12 from local sync).
packages/, hig/ unchanged.

Reference: #290 (re-publish v1.0.x bundle), #284 (poison rows, closed),
PR #289 + PR #291 (crawler + indexer defenses, merged into cupertino
main), #293 (URI collision design issue, filed).

No version bump on cupertino. The corpus tag below marks this state.
2026-05-12 16:22:55 +02:00

22 lines
1.7 KiB
JSON

{
"abstract" : "Creates a new action to start or stop translating a call with the provided data.",
"codeExamples" : [
],
"contentHash" : "8432503bd7bba0dd8b12a2021b2c77ed43095e7eb4342e107a6c79aee5526915",
"crawlDepth" : 2,
"crawledAt" : "2026-05-10T13:33:07Z",
"id" : "F7B50F10-CCD2-ADD1-6A2C-FC9B87C27D19",
"kind" : "unknown",
"overview" : "CXSetTranslatingCallAction init(coder:) Initializerinit(coder:)Creates a new action to start or stop translating a call with the provided data.iOS 26.0+iPadOS 26.0+Mac Catalyst 26.0+init?(coder aDecoder: NSCoder) Parameters aDecoderAn unarchiver object.",
"rawMarkdown" : "---\nsource: https:\/\/developer.apple.com\/documentation\/callkit\/cxsettranslatingcallaction\/init(coder:)\ncrawled: 2026-05-10T13:33:07Z\n---\n\n# init(coder:) | Apple Developer Documentation\n\n- [ CallKit ](\/documentation\/callkit)\n\n- [ CXSetTranslatingCallAction ](\/documentation\/callkit\/cxsettranslatingcallaction)\n\n- [ init(coder:) ](\/documentation\/callkit\/cxsettranslatingcallaction\/init(coder:))\n\n- [ CXSetTranslatingCallAction ](\/documentation\/callkit\/cxsettranslatingcallaction)\n\n- init(coder:) \n\nInitializer# init(coder:)\n\nCreates a new action to start or stop translating a call with the provided data.iOS 26.0+iPadOS 26.0+Mac Catalyst 26.0+\n\n```\ninit?(coder aDecoder: NSCoder)\n```\n\n## [ Parameters ](\/documentation\/callkit\/cxsettranslatingcallaction\/init(coder:)#parameters)\n\n`aDecoder`An unarchiver object.",
"sections" : [
{
"content" : "",
"title" : "Parameters"
}
],
"source" : "appleWebKit",
"title" : "init(coder:) | Apple Developer Documentation",
"url" : "https:\/\/developer.apple.com\/documentation\/callkit\/cxsettranslatingcallaction\/init(coder:)"
}