Versions in this module Expand all Collapse all v0 v0.5.1 Mar 30, 2026 v0.5.0 Mar 29, 2026 Changes in this version + type CustomizeVoicesWindowController struct + func CustomizeVoicesWindowControllerFromID(id objc.ID) CustomizeVoicesWindowController + func NewCustomizeVoicesWindowController() CustomizeVoicesWindowController + func (c CustomizeVoicesWindowController) AcceptVoiceSelection(selection objectivec.IObject) + func (c CustomizeVoicesWindowController) AnyVoicePlaying() bool + func (c CustomizeVoicesWindowController) Autorelease() CustomizeVoicesWindowController + func (c CustomizeVoicesWindowController) CancelVoiceSelection(selection objectivec.IObject) + func (c CustomizeVoicesWindowController) DebugDescription() string + func (c CustomizeVoicesWindowController) DelayedPopUpUpdate() + func (c CustomizeVoicesWindowController) Description() string + func (c CustomizeVoicesWindowController) Hash() uint64 + func (c CustomizeVoicesWindowController) Init() CustomizeVoicesWindowController + func (c CustomizeVoicesWindowController) IsSampleAvailableForVoiceObject(object objectivec.IObject) bool + func (c CustomizeVoicesWindowController) NumberOfRowsInTableView(view objectivec.IObject) int64 + func (c CustomizeVoicesWindowController) PropagateCheckboxSelection(selection objectivec.IObject) + func (c CustomizeVoicesWindowController) PropagateDownloadCheckboxSelection(selection objectivec.IObject) + func (c CustomizeVoicesWindowController) PropagateDownloadVariantSelection(selection objectivec.IObject) + func (c CustomizeVoicesWindowController) RebuildVoiceList() + func (c CustomizeVoicesWindowController) SearchFieldChanged(changed objectivec.IObject) + func (c CustomizeVoicesWindowController) SetRowDownloadCheckboxVoiceObjectIsSelected(checkbox objectivec.IObject, object objectivec.IObject, selected bool) + func (c CustomizeVoicesWindowController) SetRowStatusFieldViewVoiceObjectIsSelected(view objectivec.IObject, object objectivec.IObject, selected bool) + func (c CustomizeVoicesWindowController) ShouldAllowRemovalOfVoiceObject(object objectivec.IObject) bool + func (c CustomizeVoicesWindowController) ShowPlayStopButtonAsPlaying(playing bool) + func (c CustomizeVoicesWindowController) ShowSheetForWindowShowIndividualVoiceQualitiesVoiceIdentifiersNotToBeRemoved(window objectivec.IObject, qualities bool, removed objectivec.IObject) + func (c CustomizeVoicesWindowController) SoundDidFinishPlaying(sound objectivec.IObject, playing bool) + func (c CustomizeVoicesWindowController) SpeechSynthesizerDidFinishSpeaking(synthesizer objectivec.IObject, speaking bool) + func (c CustomizeVoicesWindowController) StartStopPlayingSelection(selection objectivec.IObject) + func (c CustomizeVoicesWindowController) StopAndResetAllVoicePlaying() + func (c CustomizeVoicesWindowController) Superclass() objc.Class + func (c CustomizeVoicesWindowController) TableViewIsGroupRow(view objectivec.IObject, row int) bool + func (c CustomizeVoicesWindowController) TableViewSelectionDidChange(change objectivec.IObject) + func (c CustomizeVoicesWindowController) TableViewShouldSelectRow(view objectivec.IObject, row int64) bool + func (c CustomizeVoicesWindowController) TableViewViewForTableColumnRow(view objectivec.IObject, column objectivec.IObject, row int64) objectivec.IObject + func (c CustomizeVoicesWindowController) UpdateButtonStates() + func (c CustomizeVoicesWindowController) UpdateDisplayedVoicesUsingFilterString(string_ objectivec.IObject) + func (c CustomizeVoicesWindowController) UpdateRowDownloadStatus() + func (c CustomizeVoicesWindowController) VoiceObjectForCurrentlySelectedRow() objectivec.IObject + type CustomizeVoicesWindowControllerClass struct + func GetCustomizeVoicesWindowControllerClass() CustomizeVoicesWindowControllerClass + func (cc CustomizeVoicesWindowControllerClass) Alloc() CustomizeVoicesWindowController + func (cc CustomizeVoicesWindowControllerClass) Class() objc.Class + type DownloadableVoice struct + func DownloadableVoiceFromID(id objc.ID) DownloadableVoice + func NewDownloadableVoice() DownloadableVoice + func NewDownloadableVoiceWithVoiceIDProperties(id objectivec.IObject, properties objectivec.IObject) DownloadableVoice + func NewDownloadableVoiceWithVoiceIdentifier(voice objectivec.IObject, identifier objectivec.IObject) DownloadableVoice + func (d DownloadableVoice) Autorelease() DownloadableVoice + func (d DownloadableVoice) ByteSize() uint64 + func (d DownloadableVoice) CompactSizeBundleIdentifier() string + func (d DownloadableVoice) CompactSizeByteSize() uint64 + func (d DownloadableVoice) CompactSizeTagName() string + func (d DownloadableVoice) CompactSizeVersion() string + func (d DownloadableVoice) DisplayedSize() objectivec.IObject + func (d DownloadableVoice) DownloadCompactSize() bool + func (d DownloadableVoice) Init() DownloadableVoice + func (d DownloadableVoice) InitWithVoiceIDProperties(id objectivec.IObject, properties objectivec.IObject) DownloadableVoice + func (d DownloadableVoice) SetDownloadCompactSize(value bool) + func (d DownloadableVoice) TagName() string + func (d DownloadableVoice) Variant() string + func (d DownloadableVoice) Version() string + func (d DownloadableVoice) VoiceIdentifierToMarkAsPurgeableAfterInstall() string + type DownloadableVoiceClass struct + func GetDownloadableVoiceClass() DownloadableVoiceClass + func (dc DownloadableVoiceClass) Alloc() DownloadableVoice + func (dc DownloadableVoiceClass) Class() objc.Class + type ICustomizeVoicesWindowController interface + AcceptVoiceSelection func(selection objectivec.IObject) + CancelVoiceSelection func(selection objectivec.IObject) + DebugDescription func() string + Description func() string + Hash func() uint64 + NumberOfRowsInTableView func(view objectivec.IObject) int64 + SearchFieldChanged func(changed objectivec.IObject) + ShowSheetForWindowShowIndividualVoiceQualitiesVoiceIdentifiersNotToBeRemoved func(window objectivec.IObject, qualities bool, removed objectivec.IObject) + SoundDidFinishPlaying func(sound objectivec.IObject, playing bool) + SpeechSynthesizerDidFinishSpeaking func(synthesizer objectivec.IObject, speaking bool) + StartStopPlayingSelection func(selection objectivec.IObject) + Superclass func() objc.Class + TableViewIsGroupRow func(view objectivec.IObject, row int) bool + TableViewSelectionDidChange func(change objectivec.IObject) + TableViewShouldSelectRow func(view objectivec.IObject, row int64) bool + TableViewViewForTableColumnRow func(view objectivec.IObject, column objectivec.IObject, row int64) objectivec.IObject + type IDownloadableVoice interface + ByteSize func() uint64 + CompactSizeBundleIdentifier func() string + CompactSizeByteSize func() uint64 + CompactSizeTagName func() string + CompactSizeVersion func() string + DisplayedSize func() objectivec.IObject + DownloadCompactSize func() bool + InitWithVoiceIDProperties func(id objectivec.IObject, properties objectivec.IObject) DownloadableVoice + SetDownloadCompactSize func(value bool) + TagName func() string + Variant func() string + Version func() string + VoiceIdentifierToMarkAsPurgeableAfterInstall func() string + type ISOAudioFileUtilities interface + type ISOCustomizeSRLanguagesWindowController interface + ... func(window objectivec.IObject, identifiers objectivec.IObject, ...) + AcceptSelection func(selection objectivec.IObject) + CancelSelection func(selection objectivec.IObject) + DebugDescription func() string + Description func() string + Hash func() uint64 + NumberOfRowsInTableView func(view objectivec.IObject) int64 + SearchFieldChanged func(changed objectivec.IObject) + Superclass func() objc.Class + TableViewIsGroupRow func(view objectivec.IObject, row int) bool + TableViewSelectionDidChange func(change objectivec.IObject) + TableViewShouldSelectRow func(view objectivec.IObject, row int64) bool + TableViewViewForTableColumnRow func(view objectivec.IObject, column objectivec.IObject, row int64) objectivec.IObject + type ISODownloadDisplayManager interface + Reset func() + TimeRemainingForActiveInstallationsWithTagPrefix func(installations objectivec.IObject, prefix objectivec.IObject) float64 + type ISOPowerSavvyTimer interface + GetTimer func() *foundation.NSTimer + IsValid func() bool + Repeats func() bool + Selector func() objc.SEL + SetGetTimer func(value *foundation.NSTimer) + SetRepeats func(value bool) + SetSelector func(value objc.SEL) + SetTarget func(value objectivec.IObject) + Target func() objectivec.IObject + type ISOSRLanguageItem interface + InitWithLocaleIdentifier func(identifier objectivec.IObject) SOSRLanguageItem + InitWithLocaleIdentifierUsingOffline func(identifier objectivec.IObject, offline bool) SOSRLanguageItem + type ISOSRLanguagePopUpButton interface + ... func(identifier objectivec.IObject, identifiers objectivec.IObject, ...) + InstallationFinished func(finished objectivec.IObject) + LanguagesAreDownloadable func() bool + NetworkBasedLocaleIdentifiers func() foundation.INSArray + OfflineBasedLocaleIdentifiers func() foundation.INSArray + PreviouslyChosenLocaleIdentifier func() string + SelectedLanguageItem func() objectivec.IObject + SetLanguagesAreDownloadable func(value bool) + SetNetworkBasedLocaleIdentifiers func(value foundation.INSArray) + SetOfflineBasedLocaleIdentifiers func(value foundation.INSArray) + SetPreviouslyChosenLocaleIdentifier func(value string) + SetShowOnlyNetworkSupportedItems func(value bool) + ShowOnlyNetworkSupportedItems func() bool + type ISOSRLanguageRow interface + GroupRow func() bool + InitWithTitleSrLanguageItem func(title objectivec.IObject, item objectivec.IObject) SOSRLanguageRow + IsGroupRow func() bool + IsSelected func() bool + Selected func() bool + SetGroupRow func(value bool) + SetSelected func(value bool) + SetSelectedUsingLanguageCodeOnlyToSelectItems func(items bool) + SetTableIndex func(value uint64) + SrLanguageItem func() ISOSRLanguageItem + TableIndex func() uint64 + Title func() string + type ISOSRLanguageRowCheckboxButton interface + LocaleIdentifier func() string + SetLocaleIdentifier func(value string) + type ISOSRLanguageRowTextView interface + type ISOSRLanguageTableCellView interface + ActiveCheckbox func() ISOSRLanguageRowCheckboxButton + DownloadMessageTextField func() appkit.NSTextField + DownloadVariantPopUpButton func() appkit.NSPopUpButton + type ISOSRSimpleLanguagePopUpButton interface + BuildPopUpButtonAndSelectLocaleIdentifierSupportedLocaleIdentifiers func(identifier objectivec.IObject, identifiers objectivec.IObject) + PreviouslyChosenLocaleIdentifier func() string + SelectedLanguageItem func() objectivec.IObject + SetPreviouslyChosenLocaleIdentifier func(value string) + SetSupportedLocaleIdentifiers func(value foundation.INSArray) + SupportedLocaleIdentifiers func() foundation.INSArray + type ISOSpeechInstallationManager interface + ... func(identifier objectivec.IObject, downloading bool, aCPower bool, ...) objectivec.IObject + ... func(identifier objectivec.IObject, downloading bool, aCPower bool, ...) objectivec.IObject + ... func(window objectivec.IObject, identifiers objectivec.IObject, ...) + ... func(window objectivec.IObject, qualities bool, removed objectivec.IObject) + ActiveInstallations func() objectivec.IObject + ActiveVoiceInstallations func() objectivec.IObject + AreBackgroundDownloadsAllowed func() bool + BundleForRemovableLanguagePassingBackTagName func(language objectivec.IObject, name []objectivec.IObject) objectivec.IObject + BundleForRemovableVoicePassingBackTagName func(voice objectivec.IObject, name []objectivec.IObject) objectivec.IObject + CancelAllInstallations func() + CancelPurgingByInitiator func(initiator objectivec.IObject) + CancelPurgingOfSpeechBundleIdentifiersInitiator func(identifiers objectivec.IObject, initiator objectivec.IObject) + Delegate func() objectivec.IObject + DoesLanguageDataNeedToBeDownloadedForLocaleIdentifier func(identifier objectivec.IObject) bool + DownloadableSRLanguageItems func() objectivec.IObject + DownloadableSpeechItemUpgradeForExistingSpeechItemFromDownloadableItems func(item objectivec.IObject, items objectivec.IObject) objectivec.IObject + DownloadableVoiceUpgradeForVoiceFromDownloadableVoices func(voice objectivec.IObject, voices objectivec.IObject) objectivec.IObject + DownloadableVoiceUpgradeForVoiceIdentifierDesirabilityFromDownloadableVoices func(identifier objectivec.IObject, desirability int64, voices objectivec.IObject) objectivec.IObject + DownloadableVoices func() objectivec.IObject + HighestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloading func(identifier objectivec.IObject, downloading bool) objectivec.IObject + InstallationLogEntryForTag func(tag objectivec.IObject) objectivec.IObject + InstallationLogEntryForTagPreferenceDomain func(tag objectivec.IObject, domain objectivec.IObject) objectivec.IObject + IsAutoDownloadProhibitedForDownloadableVoiceObject func(object objectivec.IObject) bool + IsRunningOnACPower func() bool + MarkDownloadableVoiceObjectWithAutoDownloadProhibitFlag func(object objectivec.IObject, flag bool) + OnDiskVersionForBundlePath func(path objectivec.IObject) objectivec.IObject + PercentageOfBatteryCharge func() float64 + ResetAllVoiceDownloadAttemptsForInitiator func(initiator objectivec.IObject) + SetDelegate func(value objectivec.IObject) + ShowProgressWindow func() + SrLanguagesSelectionWindowController func() ISOCustomizeSRLanguagesWindowController + StartInstallingDownloadableSpeechItemsUserInteractionMode func(items objectivec.IObject, mode uint32) bool + StartInstallingDownloadableSpeechItemsUserInteractionModeInitiator func(items objectivec.IObject, mode uint32, initiator objectivec.IObject) bool + StartInstallingDownloadableVoicesUseRootNamesUserInteractionMode func(voices objectivec.IObject, names bool, mode uint32) bool + StartInstallingDownloadableVoicesUseRootNamesUserInteractionModeInitiator func(voices objectivec.IObject, names bool, mode uint32, ...) bool + StartRemovingDownloadedSpeechBundleIdentifiersInitiatorImmediately func(identifiers objectivec.IObject, initiator objectivec.IObject, immediately bool) + StartRemovingDownloadedSpeechItems func(items objectivec.IObject) + StartRemovingDownloadedSpeechItemsInitiatorImmediately func(items objectivec.IObject, initiator objectivec.IObject, immediately bool) + VoiceSelectionWindowController func() ICustomizeVoicesWindowController + type ISOSpeechItem interface + BundleIdentifier func() string + ByteSize func() uint64 + Compare func(compare objectivec.IObject) int64 + CompareCountryTitle func(title objectivec.IObject) int64 + CompareCountryWithDialectTitle func(title objectivec.IObject) int64 + CompareDisplayTitle func(title objectivec.IObject) int64 + CompareLanguageTitle func(title objectivec.IObject) int64 + CountryDisplayString func() objectivec.IObject + CountryIdentifier func() objectivec.IObject + CountryWithDialectDisplayString func() objectivec.IObject + DisplayTitle func() objectivec.IObject + DisplayedSize func() objectivec.IObject + DoesMatchSystemLocale func() bool + DownloadFullSize func() bool + DownloadPercentComplete func() float64 + DownloadStatus func() uint64 + EngineIdentifier func() string + FallbackLocaleIdentifier func() string + FullSizeBundleIdentifier func() string + FullSizeByteSize func() uint64 + FullSizeTagName func() string + InitWithDownloadableBundleIdentifierProperties func(identifier objectivec.IObject, properties objectivec.IObject) SOSpeechItem + IsAppropriateForSystemLangauge func() bool + LanguageDisplayString func() objectivec.IObject + LanguageIdentifier func() objectivec.IObject + LanguageWithDialectDisplayString func() objectivec.IObject + LocaleIdentifier func() string + MatchesSearchString func(string_ objectivec.IObject) bool + OfflineDictationOnly func() bool + SetDownloadFullSize func(value bool) + SetDownloadPercentComplete func(value float64) + SetDownloadStatus func(value uint64) + SetFallbackLocaleIdentifier func(value string) + SetLocaleIdentifier func(value string) + SetOfflineDictationOnly func(value bool) + SetShowCountryInDisplayTitle func(value bool) + SetVisibility func(value uint64) + ShowCountryInDisplayTitle func() bool + TagName func() string + Variant func() string + Version func() string + Visibility func() uint64 + type ISOSystemBehaviorManager interface + AddTimer func(timer objectivec.IObject) + RemoveTimer func(timer objectivec.IObject) + type ISOUtteranceResult interface + AudioFilePath func() string + CommandIdentifier func() string + CreationDate func() float64 + EndTime func() float64 + InitWithTypeStartTimeEndTimeTextTextVariantsCommandIdentifier func(type_ objectivec.IObject, time float64, time2 float64, text objectivec.IObject, ...) SOUtteranceResult + PrependedSilenceDuration func() float64 + SetAudioFilePath func(value string) + SetCommandIdentifier func(value string) + SetCreationDate func(value float64) + SetEndTime func(value float64) + SetPrependedSilenceDuration func(value float64) + SetStartTime func(value float64) + SetText func(value string) + SetTextVariants func(value foundation.INSArray) + SetType func(value string) + StartTime func() float64 + Text func() string + TextVariants func() foundation.INSArray + Type func() string + type ISOUtteranceResultsFile interface + AppendUtteranceResult func(result objectivec.IObject) + AudioFileData func() foundation.INSData + CreationDate func() float64 + CreatorArguments func() string + CreatorName func() string + ExportAudioDataToFile func(file objectivec.IObject) bool + ExportRXGrammarToFile func(file objectivec.IObject) bool + FirstUtteranceStartTime func() float64 + ImportAudioDataFromFile func(file objectivec.IObject) bool + ImportRXGrammarFromFile func(file objectivec.IObject) bool + InitWithContentsOfFile func(file objectivec.IObject) SOUtteranceResultsFile + LocaleIdentifier func() string + RecognizerType func() string + RxGrammar func() string + SetAudioFileData func(value foundation.INSData) + SetCreationDate func(value float64) + SetCreatorArguments func(value string) + SetCreatorName func(value string) + SetFirstUtteranceStartTime func(value float64) + SetLocaleIdentifier func(value string) + SetRecognizerType func(value string) + SetRxGrammar func(value string) + SetStreamDescription func(value objectivec.IObject) + SetUtteranceResults func(value foundation.INSArray) + StreamDescription func() objectivec.IObject + UtteranceResults func() foundation.INSArray + WriteToFile func(file objectivec.IObject) bool + type ISOVoiceObject interface + Compare func(compare objectivec.IObject) int64 + CountryDisplayString func() objectivec.IObject + CountryIdentifier func() objectivec.IObject + DisplayName func() objectivec.IObject + DisplayNameRoot func() objectivec.IObject + DoesMatchSystemLocale func() bool + DownloadPercentComplete func() float64 + DownloadStatus func() uint64 + Gender func() objectivec.IObject + GenderDisplayString func() objectivec.IObject + Identifier func() objectivec.IObject + InitWithVoiceIdentifierWithIdentifier func(identifier objectivec.IObject) SOVoiceObject + InitWithVoiceWithIdentifier func(voice objectivec.IObject, identifier objectivec.IObject) SOVoiceObject + IsAppropriateForSystemLanguage func() bool + IsNeuter func() bool + IsSiriVoice func() bool + LanguageDisplayString func() objectivec.IObject + LanguageIdentifier func() objectivec.IObject + LocaleIdentifier func() objectivec.IObject + MatchesSearchString func(string_ objectivec.IObject) bool + RelativeDesirability func() int64 + SetDownloadPercentComplete func(value float64) + SetDownloadStatus func(value uint64) + SetVisibility func(value uint64) + ShowsInFullListOnly func() bool + SiriLocalizedColorName func() objectivec.IObject + SiriVoiceDisplayNameFromIdentifier func() objectivec.IObject + Visibility func() uint64 + Voice func() unsafe.Pointer + VoiceAttributes func() objectivec.IObject + type ISOVoicePopUpButton interface + ... func(confirmation bool, sheet objectivec.IObject) bool + AddExcludedIdentifier func(identifier objectivec.IObject) + BuildPopUpButtonWithSelectVoiceIdentifier func(identifier objectivec.IObject) + SelectedVoiceAttributes func() objectivec.IObject + SetAllowSystemVoiceChoice func(choice bool) + SetShowIndividualVoiceQualities func(qualities bool) + SetSystemVoiceLocalizedTextMenuItemTag func(text objectivec.IObject, tag int64) + type ISOVoiceRowCheckboxButton interface + SetVoiceIdentifier func(value string) + VoiceIdentifier func() string + type ISOVoiceRowTextView interface + type IVoiceSettingsAlertController interface + ShowWindowWithVoiceSettingsModalDelegateWindowTitle func(settings objectivec.IObject, delegate objectivec.IObject, ...) + type IVoiceSettingsSheetController interface + ShowSheetWithVoiceSettingsModalDelegateModalForWindow func(settings objectivec.IObject, delegate objectivec.IObject, ...) + type IVoiceSettingsWindowController interface + CancelVoiceSettings func(settings objectivec.IObject) + CloseWindow func() + DebugDescription func() string + Description func() string + Hash func() uint64 + PercentOfNormalFromSlider func(slider objectivec.IObject) float32 + PlayStopVoiceSettings func(settings objectivec.IObject) + RateCheckboxClicked func(clicked objectivec.IObject) + RateSliderChanged func(changed objectivec.IObject) + SaveVoiceSettings func(settings objectivec.IObject) + SetUpWindowWithVoiceSettingsModalDelegate func(settings objectivec.IObject, delegate objectivec.IObject) + SetValueOfSliderUsingPercentOfNormal func(slider objectivec.IObject, normal float32) + SetValueOfSliderUsingWordsPerMinute func(slider objectivec.IObject, minute float32) + SpeechSynthesizerDidFinishSpeaking func(synthesizer objectivec.IObject, speaking bool) + Superclass func() objc.Class + VoicePopupMenuChanged func(changed objectivec.IObject) + VoiceSettingsFromWindow func() objectivec.IObject + VolumeCheckboxClicked func(clicked objectivec.IObject) + VolumeSliderChanged func(changed objectivec.IObject) + WordsPerMinuteFromSlider func(slider objectivec.IObject) float32 + type IVoiceTableCellView interface + ActiveCheckbox func() ISOVoiceRowCheckboxButton + DownloadCheckbox func() ISOVoiceRowCheckboxButton + DownloadMessageTextField func() appkit.NSTextField + type IVoiceTableRow interface + GroupRow func() bool + InitWithTitleVoiceObject func(title objectivec.IObject, object objectivec.IObject) VoiceTableRow + IsGroupRow func() bool + IsSelected func() bool + Selected func() bool + SetGroupRow func(value bool) + SetSelected func(value bool) + SetSelectedUsingLanguageCodeOnlyToSelectVoices func(voices bool) + SetTableIndex func(value uint64) + TableIndex func() uint64 + Title func() string + VoiceObject func() ISOVoiceObject + type NSSoundDelegate interface + type NSSoundDelegateObject struct + func NSSoundDelegateObjectFromID(id objc.ID) NSSoundDelegateObject + func (o NSSoundDelegateObject) BaseObject() objectivec.Object + func (o NSSoundDelegateObject) SoundDidFinishPlaying(sound objectivec.IObject, playing bool) + type NSSpeechSynthesizerDelegate interface + type NSSpeechSynthesizerDelegateObject struct + func NSSpeechSynthesizerDelegateObjectFromID(id objc.ID) NSSpeechSynthesizerDelegateObject + func (o NSSpeechSynthesizerDelegateObject) BaseObject() objectivec.Object + func (o NSSpeechSynthesizerDelegateObject) SpeechSynthesizerDidEncounterErrorAtIndexOfStringMessage(synthesizer objectivec.IObject, index uint64, string_ objectivec.IObject, ...) + func (o NSSpeechSynthesizerDelegateObject) SpeechSynthesizerDidEncounterSyncMessage(synthesizer objectivec.IObject, message objectivec.IObject) + func (o NSSpeechSynthesizerDelegateObject) SpeechSynthesizerDidFinishSpeaking(synthesizer objectivec.IObject, speaking bool) + func (o NSSpeechSynthesizerDelegateObject) SpeechSynthesizerWillSpeakPhoneme(synthesizer objectivec.IObject, phoneme int16) + func (o NSSpeechSynthesizerDelegateObject) SpeechSynthesizerWillSpeakWordOfString(synthesizer objectivec.IObject, word foundation.NSRange, ...) + type NSTabViewDelegate interface + type NSTabViewDelegateObject struct + func NSTabViewDelegateObjectFromID(id objc.ID) NSTabViewDelegateObject + func (o NSTabViewDelegateObject) BaseObject() objectivec.Object + func (o NSTabViewDelegateObject) TabViewDidChangeNumberOfTabViewItems(items objectivec.IObject) + func (o NSTabViewDelegateObject) TabViewDidSelectTabViewItem(view objectivec.IObject, item objectivec.IObject) + func (o NSTabViewDelegateObject) TabViewShouldSelectTabViewItem(view objectivec.IObject, item objectivec.IObject) bool + func (o NSTabViewDelegateObject) TabViewWillSelectTabViewItem(view objectivec.IObject, item objectivec.IObject) + type SOAudioFileUtilities struct + func NewSOAudioFileUtilities() SOAudioFileUtilities + func SOAudioFileUtilitiesFromID(id objc.ID) SOAudioFileUtilities + func (s SOAudioFileUtilities) Autorelease() SOAudioFileUtilities + func (s SOAudioFileUtilities) Init() SOAudioFileUtilities + type SOAudioFileUtilitiesClass struct + func GetSOAudioFileUtilitiesClass() SOAudioFileUtilitiesClass + func (_SOAudioFileUtilitiesClass SOAudioFileUtilitiesClass) SampleDataFromContentsOfFileStreamDescription(file objectivec.IObject, description unsafe.Pointer) objectivec.IObject + func (_SOAudioFileUtilitiesClass SOAudioFileUtilitiesClass) WriteSampleDataToFileDataStreamDescriptionFileStreamDescription(data objectivec.IObject, file objectivec.IObject, description unsafe.Pointer, ...) bool + func (sc SOAudioFileUtilitiesClass) Alloc() SOAudioFileUtilities + func (sc SOAudioFileUtilitiesClass) Class() objc.Class + type SOCustomizeSRLanguagesWindowController struct + func NewSOCustomizeSRLanguagesWindowController() SOCustomizeSRLanguagesWindowController + func SOCustomizeSRLanguagesWindowControllerFromID(id objc.ID) SOCustomizeSRLanguagesWindowController + func (s SOCustomizeSRLanguagesWindowController) AcceptSelection(selection objectivec.IObject) + func (s SOCustomizeSRLanguagesWindowController) Autorelease() SOCustomizeSRLanguagesWindowController + func (s SOCustomizeSRLanguagesWindowController) CancelSelection(selection objectivec.IObject) + func (s SOCustomizeSRLanguagesWindowController) DebugDescription() string + func (s SOCustomizeSRLanguagesWindowController) Description() string + func (s SOCustomizeSRLanguagesWindowController) Hash() uint64 + func (s SOCustomizeSRLanguagesWindowController) Init() SOCustomizeSRLanguagesWindowController + func (s SOCustomizeSRLanguagesWindowController) NumberOfRowsInTableView(view objectivec.IObject) int64 + func (s SOCustomizeSRLanguagesWindowController) PropagateCheckboxSelection(selection objectivec.IObject) + func (s SOCustomizeSRLanguagesWindowController) PropagateDownloadVariantSelection(selection objectivec.IObject) + func (s SOCustomizeSRLanguagesWindowController) RebuildList() + func (s SOCustomizeSRLanguagesWindowController) SearchFieldChanged(changed objectivec.IObject) + func (s SOCustomizeSRLanguagesWindowController) SetRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected(view objectivec.IObject, button objectivec.IObject, item objectivec.IObject, ...) + func (s SOCustomizeSRLanguagesWindowController) ShowSheetForWindowNetworkSupportedLocaleIdentifiersRequiredLocaleIdentifierSupportDownloadsShowOnlyNetworkSupportedItems(window objectivec.IObject, identifiers objectivec.IObject, ...) + func (s SOCustomizeSRLanguagesWindowController) Superclass() objc.Class + func (s SOCustomizeSRLanguagesWindowController) TableViewIsGroupRow(view objectivec.IObject, row int) bool + func (s SOCustomizeSRLanguagesWindowController) TableViewSelectionDidChange(change objectivec.IObject) + func (s SOCustomizeSRLanguagesWindowController) TableViewShouldSelectRow(view objectivec.IObject, row int64) bool + func (s SOCustomizeSRLanguagesWindowController) TableViewViewForTableColumnRow(view objectivec.IObject, column objectivec.IObject, row int64) objectivec.IObject + func (s SOCustomizeSRLanguagesWindowController) UpdateButtonStatesOnlyIfDownloadRequired(required bool) + func (s SOCustomizeSRLanguagesWindowController) UpdateDisplayUsingFilterString(string_ objectivec.IObject) + func (s SOCustomizeSRLanguagesWindowController) UpdateRowDownloadStatus() + type SOCustomizeSRLanguagesWindowControllerClass struct + func GetSOCustomizeSRLanguagesWindowControllerClass() SOCustomizeSRLanguagesWindowControllerClass + func (sc SOCustomizeSRLanguagesWindowControllerClass) Alloc() SOCustomizeSRLanguagesWindowController + func (sc SOCustomizeSRLanguagesWindowControllerClass) Class() objc.Class + type SODownloadDisplayManager struct + func NewSODownloadDisplayManager() SODownloadDisplayManager + func SODownloadDisplayManagerFromID(id objc.ID) SODownloadDisplayManager + func (s SODownloadDisplayManager) AppendAveragingTimeInterval(interval float64) + func (s SODownloadDisplayManager) Autorelease() SODownloadDisplayManager + func (s SODownloadDisplayManager) AveragedTimeInterval() float64 + func (s SODownloadDisplayManager) Init() SODownloadDisplayManager + func (s SODownloadDisplayManager) Reset() + func (s SODownloadDisplayManager) TimeRemainingForActiveInstallationsWithTagPrefix(installations objectivec.IObject, prefix objectivec.IObject) float64 + type SODownloadDisplayManagerClass struct + func GetSODownloadDisplayManagerClass() SODownloadDisplayManagerClass + func (sc SODownloadDisplayManagerClass) Alloc() SODownloadDisplayManager + func (sc SODownloadDisplayManagerClass) Class() objc.Class + type SOPowerSavvyTimer struct + func NewSOPowerSavvyTimer() SOPowerSavvyTimer + func SOPowerSavvyTimerFromID(id objc.ID) SOPowerSavvyTimer + func (s SOPowerSavvyTimer) Autorelease() SOPowerSavvyTimer + func (s SOPowerSavvyTimer) GetTimer() *foundation.NSTimer + func (s SOPowerSavvyTimer) Init() SOPowerSavvyTimer + func (s SOPowerSavvyTimer) IsValid() bool + func (s SOPowerSavvyTimer) Repeats() bool + func (s SOPowerSavvyTimer) Selector() objc.SEL + func (s SOPowerSavvyTimer) SetGetTimer(value *foundation.NSTimer) + func (s SOPowerSavvyTimer) SetRepeats(value bool) + func (s SOPowerSavvyTimer) SetSelector(value objc.SEL) + func (s SOPowerSavvyTimer) SetTarget(value objectivec.IObject) + func (s SOPowerSavvyTimer) Target() objectivec.IObject + type SOPowerSavvyTimerClass struct + func GetSOPowerSavvyTimerClass() SOPowerSavvyTimerClass + func (_SOPowerSavvyTimerClass SOPowerSavvyTimerClass) RequestTargetPerformSelectorWithObjectAfterDelay(target objectivec.IObject, selector objc.SEL, object objectivec.IObject, ...) + func (sc SOPowerSavvyTimerClass) Alloc() SOPowerSavvyTimer + func (sc SOPowerSavvyTimerClass) Class() objc.Class + type SOSRLanguageItem struct + func NewSOSRLanguageItem() SOSRLanguageItem + func NewSOSRLanguageItemWithDownloadableBundleIdentifierProperties(identifier objectivec.IObject, properties objectivec.IObject) SOSRLanguageItem + func NewSOSRLanguageItemWithLocaleIdentifier(identifier objectivec.IObject) SOSRLanguageItem + func NewSOSRLanguageItemWithLocaleIdentifierUsingOffline(identifier objectivec.IObject, offline bool) SOSRLanguageItem + func SOSRLanguageItemFromID(id objc.ID) SOSRLanguageItem + func (s SOSRLanguageItem) Autorelease() SOSRLanguageItem + func (s SOSRLanguageItem) Init() SOSRLanguageItem + func (s SOSRLanguageItem) InitWithLocaleIdentifier(identifier objectivec.IObject) SOSRLanguageItem + func (s SOSRLanguageItem) InitWithLocaleIdentifierUsingOffline(identifier objectivec.IObject, offline bool) SOSRLanguageItem + type SOSRLanguageItemClass struct + func GetSOSRLanguageItemClass() SOSRLanguageItemClass + func (_SOSRLanguageItemClass SOSRLanguageItemClass) AvailableLocalRecognizerLanguageItems() objectivec.IObject + func (_SOSRLanguageItemClass SOSRLanguageItemClass) BestIndexFromLanguageItemsForLocaleIdentifier(items objectivec.IObject, identifier objectivec.IObject) uint64 + func (_SOSRLanguageItemClass SOSRLanguageItemClass) DownloadableLocalSRLanguageItems() objectivec.IObject + func (_SOSRLanguageItemClass SOSRLanguageItemClass) EngineIdentifierFromLocaleIdentifier(identifier objectivec.IObject) objectivec.IObject + func (_SOSRLanguageItemClass SOSRLanguageItemClass) LanguageItemFromLanguageItemsMatchingLocaleIdentifier(items objectivec.IObject, identifier objectivec.IObject) objectivec.IObject + func (_SOSRLanguageItemClass SOSRLanguageItemClass) LanguageItemsFromLocaleIdentifiers(identifiers objectivec.IObject) objectivec.IObject + func (_SOSRLanguageItemClass SOSRLanguageItemClass) LanguageItemsFromLocaleIdentifiersUsingOffline(identifiers objectivec.IObject, offline bool) objectivec.IObject + func (_SOSRLanguageItemClass SOSRLanguageItemClass) PreferredDictationLocaleIdentifierFromAvaiableLocaleIdentifiersDefaultLocaleIdentifier(identifiers objectivec.IObject, identifier objectivec.IObject) objectivec.IObject + func (_SOSRLanguageItemClass SOSRLanguageItemClass) SetVisibilityValueForLocaleIdentifierUsingOffline(value uint64, identifier objectivec.IObject, offline bool) + func (_SOSRLanguageItemClass SOSRLanguageItemClass) SetVisibleSRLanguageItemsTableUsingOffline(table objectivec.IObject, offline bool) + func (_SOSRLanguageItemClass SOSRLanguageItemClass) TagNameFromLocaleIdentifier(identifier objectivec.IObject) objectivec.IObject + func (_SOSRLanguageItemClass SOSRLanguageItemClass) VisibiltyValueForLocaleIdentifierEntryExistsUsingOffline(identifier objectivec.IObject, exists unsafe.Pointer, offline bool) uint64 + func (_SOSRLanguageItemClass SOSRLanguageItemClass) VisibleSRLanguageItemsTableUsingOffline(offline bool) objectivec.IObject + func (sc SOSRLanguageItemClass) Alloc() SOSRLanguageItem + func (sc SOSRLanguageItemClass) Class() objc.Class + type SOSRLanguagePopUpButton struct + func NewSOSRLanguagePopUpButton() SOSRLanguagePopUpButton + func NewSOSRLanguagePopUpButtonWithCoder(coder objectivec.IObject) SOSRLanguagePopUpButton + func NewSOSRLanguagePopUpButtonWithFrame(frame corefoundation.CGRect) SOSRLanguagePopUpButton + func SOSRLanguagePopUpButtonFromID(id objc.ID) SOSRLanguagePopUpButton + func (s SOSRLanguagePopUpButton) Autorelease() SOSRLanguagePopUpButton + func (s SOSRLanguagePopUpButton) BuildPopUpButtonAndSelectLocaleIdentifierNetworkSupportedLocaleIdentifiersOfflineSupportedLocaleIdentifiers(identifier objectivec.IObject, identifiers objectivec.IObject, ...) + func (s SOSRLanguagePopUpButton) ClearDownloadStatusFieldAfterPreHeat() + func (s SOSRLanguagePopUpButton) Init() SOSRLanguagePopUpButton + func (s SOSRLanguagePopUpButton) InitCommon() + func (s SOSRLanguagePopUpButton) InstallationFinished(finished objectivec.IObject) + func (s SOSRLanguagePopUpButton) LanguagesAreDownloadable() bool + func (s SOSRLanguagePopUpButton) NetworkBasedLocaleIdentifiers() foundation.INSArray + func (s SOSRLanguagePopUpButton) OfflineBasedLocaleIdentifiers() foundation.INSArray + func (s SOSRLanguagePopUpButton) PreviouslyChosenLocaleIdentifier() string + func (s SOSRLanguagePopUpButton) SelectedLanguageItem() objectivec.IObject + func (s SOSRLanguagePopUpButton) SetLanguagesAreDownloadable(value bool) + func (s SOSRLanguagePopUpButton) SetNetworkBasedLocaleIdentifiers(value foundation.INSArray) + func (s SOSRLanguagePopUpButton) SetOfflineBasedLocaleIdentifiers(value foundation.INSArray) + func (s SOSRLanguagePopUpButton) SetPreviouslyChosenLocaleIdentifier(value string) + func (s SOSRLanguagePopUpButton) SetShowOnlyNetworkSupportedItems(value bool) + func (s SOSRLanguagePopUpButton) ShowOnlyNetworkSupportedItems() bool + func (s SOSRLanguagePopUpButton) StartDelayedPopUpUpdate() + func (s SOSRLanguagePopUpButton) StatusStringForActiveDownloads() objectivec.IObject + func (s SOSRLanguagePopUpButton) UpdateDownloadStatusFields() + func (s SOSRLanguagePopUpButton) UpdateSRLanguageMenu() + type SOSRLanguagePopUpButtonClass struct + func GetSOSRLanguagePopUpButtonClass() SOSRLanguagePopUpButtonClass + func (sc SOSRLanguagePopUpButtonClass) Alloc() SOSRLanguagePopUpButton + func (sc SOSRLanguagePopUpButtonClass) Class() objc.Class + type SOSRLanguageRow struct + func NewSOSRLanguageRow() SOSRLanguageRow + func NewSOSRLanguageRowWithTitleSrLanguageItem(title objectivec.IObject, item objectivec.IObject) SOSRLanguageRow + func SOSRLanguageRowFromID(id objc.ID) SOSRLanguageRow + func (s SOSRLanguageRow) Autorelease() SOSRLanguageRow + func (s SOSRLanguageRow) GroupRow() bool + func (s SOSRLanguageRow) Init() SOSRLanguageRow + func (s SOSRLanguageRow) InitWithTitleSrLanguageItem(title objectivec.IObject, item objectivec.IObject) SOSRLanguageRow + func (s SOSRLanguageRow) IsGroupRow() bool + func (s SOSRLanguageRow) IsSelected() bool + func (s SOSRLanguageRow) Selected() bool + func (s SOSRLanguageRow) SetGroupRow(value bool) + func (s SOSRLanguageRow) SetSelected(value bool) + func (s SOSRLanguageRow) SetSelectedUsingLanguageCodeOnlyToSelectItems(items bool) + func (s SOSRLanguageRow) SetTableIndex(value uint64) + func (s SOSRLanguageRow) SrLanguageItem() ISOSRLanguageItem + func (s SOSRLanguageRow) TableIndex() uint64 + func (s SOSRLanguageRow) Title() string + type SOSRLanguageRowCheckboxButton struct + func NewSOSRLanguageRowCheckboxButton() SOSRLanguageRowCheckboxButton + func SOSRLanguageRowCheckboxButtonFromID(id objc.ID) SOSRLanguageRowCheckboxButton + func (s SOSRLanguageRowCheckboxButton) Autorelease() SOSRLanguageRowCheckboxButton + func (s SOSRLanguageRowCheckboxButton) Init() SOSRLanguageRowCheckboxButton + func (s SOSRLanguageRowCheckboxButton) LocaleIdentifier() string + func (s SOSRLanguageRowCheckboxButton) SetLocaleIdentifier(value string) + type SOSRLanguageRowCheckboxButtonClass struct + func GetSOSRLanguageRowCheckboxButtonClass() SOSRLanguageRowCheckboxButtonClass + func (sc SOSRLanguageRowCheckboxButtonClass) Alloc() SOSRLanguageRowCheckboxButton + func (sc SOSRLanguageRowCheckboxButtonClass) Class() objc.Class + type SOSRLanguageRowClass struct + func GetSOSRLanguageRowClass() SOSRLanguageRowClass + func (_SOSRLanguageRowClass SOSRLanguageRowClass) ArrangedRowsFromSRLanguageItemsGroupCountriesUseLanguageCodeOnlyToSelectItemsShowCurrentLocaleAtTop(items objectivec.IObject, countries bool, items2 bool, top bool) objectivec.IObject + func (sc SOSRLanguageRowClass) Alloc() SOSRLanguageRow + func (sc SOSRLanguageRowClass) Class() objc.Class + type SOSRLanguageRowTextView struct + func NewSOSRLanguageRowTextView() SOSRLanguageRowTextView + func SOSRLanguageRowTextViewFromID(id objc.ID) SOSRLanguageRowTextView + func (s SOSRLanguageRowTextView) Autorelease() SOSRLanguageRowTextView + func (s SOSRLanguageRowTextView) Init() SOSRLanguageRowTextView + type SOSRLanguageRowTextViewClass struct + func GetSOSRLanguageRowTextViewClass() SOSRLanguageRowTextViewClass + func (sc SOSRLanguageRowTextViewClass) Alloc() SOSRLanguageRowTextView + func (sc SOSRLanguageRowTextViewClass) Class() objc.Class + type SOSRLanguageTableCellView struct + func NewSOSRLanguageTableCellView() SOSRLanguageTableCellView + func SOSRLanguageTableCellViewFromID(id objc.ID) SOSRLanguageTableCellView + func (s SOSRLanguageTableCellView) ActiveCheckbox() ISOSRLanguageRowCheckboxButton + func (s SOSRLanguageTableCellView) Autorelease() SOSRLanguageTableCellView + func (s SOSRLanguageTableCellView) DownloadMessageTextField() appkit.NSTextField + func (s SOSRLanguageTableCellView) DownloadVariantPopUpButton() appkit.NSPopUpButton + func (s SOSRLanguageTableCellView) Init() SOSRLanguageTableCellView + type SOSRLanguageTableCellViewClass struct + func GetSOSRLanguageTableCellViewClass() SOSRLanguageTableCellViewClass + func (sc SOSRLanguageTableCellViewClass) Alloc() SOSRLanguageTableCellView + func (sc SOSRLanguageTableCellViewClass) Class() objc.Class + type SOSRSimpleLanguagePopUpButton struct + func NewSOSRSimpleLanguagePopUpButton() SOSRSimpleLanguagePopUpButton + func NewSOSRSimpleLanguagePopUpButtonWithCoder(coder objectivec.IObject) SOSRSimpleLanguagePopUpButton + func SOSRSimpleLanguagePopUpButtonFromID(id objc.ID) SOSRSimpleLanguagePopUpButton + func (s SOSRSimpleLanguagePopUpButton) Autorelease() SOSRSimpleLanguagePopUpButton + func (s SOSRSimpleLanguagePopUpButton) BuildPopUpButtonAndSelectLocaleIdentifierSupportedLocaleIdentifiers(identifier objectivec.IObject, identifiers objectivec.IObject) + func (s SOSRSimpleLanguagePopUpButton) Init() SOSRSimpleLanguagePopUpButton + func (s SOSRSimpleLanguagePopUpButton) PreviouslyChosenLocaleIdentifier() string + func (s SOSRSimpleLanguagePopUpButton) RowsFromSRLanguageItems(items objectivec.IObject) objectivec.IObject + func (s SOSRSimpleLanguagePopUpButton) SelectedLanguageItem() objectivec.IObject + func (s SOSRSimpleLanguagePopUpButton) SetPreviouslyChosenLocaleIdentifier(value string) + func (s SOSRSimpleLanguagePopUpButton) SetSupportedLocaleIdentifiers(value foundation.INSArray) + func (s SOSRSimpleLanguagePopUpButton) StartDelayedPopUpUpdate() + func (s SOSRSimpleLanguagePopUpButton) SupportedLocaleIdentifiers() foundation.INSArray + func (s SOSRSimpleLanguagePopUpButton) UpdateSRLanguageMenu() + type SOSRSimpleLanguagePopUpButtonClass struct + func GetSOSRSimpleLanguagePopUpButtonClass() SOSRSimpleLanguagePopUpButtonClass + func (sc SOSRSimpleLanguagePopUpButtonClass) Alloc() SOSRSimpleLanguagePopUpButton + func (sc SOSRSimpleLanguagePopUpButtonClass) Class() objc.Class + type SOSpeechInstallationManager struct + func NewSOSpeechInstallationManager() SOSpeechInstallationManager + func SOSpeechInstallationManagerFromID(id objc.ID) SOSpeechInstallationManager + func (s SOSpeechInstallationManager) ActiveInstallations() objectivec.IObject + func (s SOSpeechInstallationManager) ActiveVoiceInstallations() objectivec.IObject + func (s SOSpeechInstallationManager) AreBackgroundDownloadsAllowed() bool + func (s SOSpeechInstallationManager) Autorelease() SOSpeechInstallationManager + func (s SOSpeechInstallationManager) BundleForRemovableLanguagePassingBackTagName(language objectivec.IObject, name []objectivec.IObject) objectivec.IObject + func (s SOSpeechInstallationManager) BundleForRemovableVoicePassingBackTagName(voice objectivec.IObject, name []objectivec.IObject) objectivec.IObject + func (s SOSpeechInstallationManager) CancelAllInstallations() + func (s SOSpeechInstallationManager) CancelPurgingByInitiator(initiator objectivec.IObject) + func (s SOSpeechInstallationManager) CancelPurgingOfSpeechBundleIdentifiersInitiator(identifiers objectivec.IObject, initiator objectivec.IObject) + func (s SOSpeechInstallationManager) ClientHasRightsToCustomVoices() bool + func (s SOSpeechInstallationManager) CreateLocalPort() objectivec.IObject + func (s SOSpeechInstallationManager) CreateServerPortIfNeeded() bool + func (s SOSpeechInstallationManager) Delegate() objectivec.IObject + func (s SOSpeechInstallationManager) DoesLanguageDataNeedToBeDownloadedForLocaleIdentifier(identifier objectivec.IObject) bool + func (s SOSpeechInstallationManager) DownloadableSRLanguageItems() objectivec.IObject + func (s SOSpeechInstallationManager) DownloadableSpeechItemUpgradeForExistingSpeechItemFromDownloadableItems(item objectivec.IObject, items objectivec.IObject) objectivec.IObject + func (s SOSpeechInstallationManager) DownloadableVoiceUpgradeForVoiceFromDownloadableVoices(voice objectivec.IObject, voices objectivec.IObject) objectivec.IObject + func (s SOSpeechInstallationManager) DownloadableVoiceUpgradeForVoiceIdentifierDesirabilityFromDownloadableVoices(identifier objectivec.IObject, desirability int64, voices objectivec.IObject) objectivec.IObject + func (s SOSpeechInstallationManager) DownloadableVoices() objectivec.IObject + func (s SOSpeechInstallationManager) HighestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloading(identifier objectivec.IObject, downloading bool) objectivec.IObject + func (s SOSpeechInstallationManager) HighestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiator(identifier objectivec.IObject, downloading bool, aCPower bool, ...) objectivec.IObject + func (s SOSpeechInstallationManager) Init() SOSpeechInstallationManager + func (s SOSpeechInstallationManager) InstallationLogEntryForTag(tag objectivec.IObject) objectivec.IObject + func (s SOSpeechInstallationManager) InstallationLogEntryForTagPreferenceDomain(tag objectivec.IObject, domain objectivec.IObject) objectivec.IObject + func (s SOSpeechInstallationManager) IsAutoDownloadProhibitedForDownloadableVoiceObject(object objectivec.IObject) bool + func (s SOSpeechInstallationManager) IsRunningOnACPower() bool + func (s SOSpeechInstallationManager) LowestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiator(identifier objectivec.IObject, downloading bool, aCPower bool, ...) objectivec.IObject + func (s SOSpeechInstallationManager) MarkDownloadableVoiceObjectWithAutoDownloadProhibitFlag(object objectivec.IObject, flag bool) + func (s SOSpeechInstallationManager) OnDiskVersionForBundlePath(path objectivec.IObject) objectivec.IObject + func (s SOSpeechInstallationManager) OverriddenVoiceIdentifierDictionary() objectivec.IObject + func (s SOSpeechInstallationManager) PercentageOfBatteryCharge() float64 + func (s SOSpeechInstallationManager) ResetAllVoiceDownloadAttemptsForInitiator(initiator objectivec.IObject) + func (s SOSpeechInstallationManager) SendMessageWithDataWithReply(message int, data unsafe.Pointer, reply bool) objectivec.IObject + func (s SOSpeechInstallationManager) ServerIsRunning() bool + func (s SOSpeechInstallationManager) SetDelegate(value objectivec.IObject) + func (s SOSpeechInstallationManager) ShowProgressWindow() + func (s SOSpeechInstallationManager) ShowSRLanguagesSelectionSheetForWindowNetworkSupportedLocaleIdentifiersRequiredLocaleIdentifierSupportDownloadsShowOnlyNetworkSupportedItems(window objectivec.IObject, identifiers objectivec.IObject, ...) + func (s SOSpeechInstallationManager) ShowVoiceSelectionSheetForWindowShowIndividualVoiceQualitiesVoiceIdentifiersNotToBeRemoved(window objectivec.IObject, qualities bool, removed objectivec.IObject) + func (s SOSpeechInstallationManager) SrLanguagesSelectionWindowController() ISOCustomizeSRLanguagesWindowController + func (s SOSpeechInstallationManager) StartDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator(identifier objectivec.IObject, aCPower bool, initiator objectivec.IObject) bool + func (s SOSpeechInstallationManager) StartInstallingDownloadableSpeechItemsUserInteractionMode(items objectivec.IObject, mode uint32) bool + func (s SOSpeechInstallationManager) StartInstallingDownloadableSpeechItemsUserInteractionModeInitiator(items objectivec.IObject, mode uint32, initiator objectivec.IObject) bool + func (s SOSpeechInstallationManager) StartInstallingDownloadableVoicesUseRootNamesUserInteractionMode(voices objectivec.IObject, names bool, mode uint32) bool + func (s SOSpeechInstallationManager) StartInstallingDownloadableVoicesUseRootNamesUserInteractionModeInitiator(voices objectivec.IObject, names bool, mode uint32, ...) bool + func (s SOSpeechInstallationManager) StartRemovingDownloadedSpeechBundleIdentifiersInitiatorImmediately(identifiers objectivec.IObject, initiator objectivec.IObject, immediately bool) + func (s SOSpeechInstallationManager) StartRemovingDownloadedSpeechItems(items objectivec.IObject) + func (s SOSpeechInstallationManager) StartRemovingDownloadedSpeechItemsInitiatorImmediately(items objectivec.IObject, initiator objectivec.IObject, immediately bool) + func (s SOSpeechInstallationManager) VoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality(identifier objectivec.IObject, downloading bool, aCPower bool, ...) objectivec.IObject + func (s SOSpeechInstallationManager) VoiceSelectionWindowController() ICustomizeVoicesWindowController + type SOSpeechInstallationManagerClass struct + func GetSOSpeechInstallationManagerClass() SOSpeechInstallationManagerClass + func (_SOSpeechInstallationManagerClass SOSpeechInstallationManagerClass) SharedManager() SOSpeechInstallationManager + func (sc SOSpeechInstallationManagerClass) Alloc() SOSpeechInstallationManager + func (sc SOSpeechInstallationManagerClass) Class() objc.Class + type SOSpeechItem struct + func NewSOSpeechItem() SOSpeechItem + func NewSOSpeechItemWithDownloadableBundleIdentifierProperties(identifier objectivec.IObject, properties objectivec.IObject) SOSpeechItem + func SOSpeechItemFromID(id objc.ID) SOSpeechItem + func (s SOSpeechItem) Autorelease() SOSpeechItem + func (s SOSpeechItem) BundleIdentifier() string + func (s SOSpeechItem) ByteSize() uint64 + func (s SOSpeechItem) Compare(compare objectivec.IObject) int64 + func (s SOSpeechItem) CompareCountryTitle(title objectivec.IObject) int64 + func (s SOSpeechItem) CompareCountryWithDialectTitle(title objectivec.IObject) int64 + func (s SOSpeechItem) CompareDisplayTitle(title objectivec.IObject) int64 + func (s SOSpeechItem) CompareLanguageTitle(title objectivec.IObject) int64 + func (s SOSpeechItem) ConversionLocale() objectivec.IObject + func (s SOSpeechItem) CountryDisplayString() objectivec.IObject + func (s SOSpeechItem) CountryIdentifier() objectivec.IObject + func (s SOSpeechItem) CountryWithDialectDisplayString() objectivec.IObject + func (s SOSpeechItem) DisplayTitle() objectivec.IObject + func (s SOSpeechItem) DisplayedSize() objectivec.IObject + func (s SOSpeechItem) DoesMatchSystemLocale() bool + func (s SOSpeechItem) DownloadFullSize() bool + func (s SOSpeechItem) DownloadPercentComplete() float64 + func (s SOSpeechItem) DownloadStatus() uint64 + func (s SOSpeechItem) EngineIdentifier() string + func (s SOSpeechItem) FallbackLocaleIdentifier() string + func (s SOSpeechItem) FullSizeBundleIdentifier() string + func (s SOSpeechItem) FullSizeByteSize() uint64 + func (s SOSpeechItem) FullSizeTagName() string + func (s SOSpeechItem) Init() SOSpeechItem + func (s SOSpeechItem) InitWithDownloadableBundleIdentifierProperties(identifier objectivec.IObject, properties objectivec.IObject) SOSpeechItem + func (s SOSpeechItem) IsAppropriateForSystemLangauge() bool + func (s SOSpeechItem) LanguageDisplayString() objectivec.IObject + func (s SOSpeechItem) LanguageIdentifier() objectivec.IObject + func (s SOSpeechItem) LanguageWithDialectDisplayString() objectivec.IObject + func (s SOSpeechItem) LocaleIdentifier() string + func (s SOSpeechItem) MatchesSearchString(string_ objectivec.IObject) bool + func (s SOSpeechItem) OfflineDictationOnly() bool + func (s SOSpeechItem) SetDownloadFullSize(value bool) + func (s SOSpeechItem) SetDownloadPercentComplete(value float64) + func (s SOSpeechItem) SetDownloadStatus(value uint64) + func (s SOSpeechItem) SetFallbackLocaleIdentifier(value string) + func (s SOSpeechItem) SetLocaleIdentifier(value string) + func (s SOSpeechItem) SetOfflineDictationOnly(value bool) + func (s SOSpeechItem) SetShowCountryInDisplayTitle(value bool) + func (s SOSpeechItem) SetVisibility(value uint64) + func (s SOSpeechItem) ShowCountryInDisplayTitle() bool + func (s SOSpeechItem) TagName() string + func (s SOSpeechItem) Variant() string + func (s SOSpeechItem) Version() string + func (s SOSpeechItem) Visibility() uint64 + type SOSpeechItemClass struct + func GetSOSpeechItemClass() SOSpeechItemClass + func (_SOSpeechItemClass SOSpeechItemClass) ComponentsFromLocaleIdentifier(identifier objectivec.IObject) objectivec.IObject + func (_SOSpeechItemClass SOSpeechItemClass) DisplayStringForByteSize(size uint64) objectivec.IObject + func (_SOSpeechItemClass SOSpeechItemClass) DisplayStringForTimeRemaining(remaining float64) objectivec.IObject + func (_SOSpeechItemClass SOSpeechItemClass) InstallationDictionaryCache() objectivec.IObject + func (_SOSpeechItemClass SOSpeechItemClass) IsLocaleIdentifierContainedInLocaleIdentifiers(identifier objectivec.IObject, identifiers objectivec.IObject) bool + func (_SOSpeechItemClass SOSpeechItemClass) IsSameLangaugeFromLocaleIdentifierSecondLocaleIdentifier(identifier objectivec.IObject, identifier2 objectivec.IObject) bool + func (_SOSpeechItemClass SOSpeechItemClass) IsSameLocaleIdentifierSecondLocaleIdentifier(identifier objectivec.IObject, identifier2 objectivec.IObject) bool + func (_SOSpeechItemClass SOSpeechItemClass) NormalizedLocaleIdentifier(identifier objectivec.IObject) objectivec.IObject + func (_SOSpeechItemClass SOSpeechItemClass) SystemLocaleIdentifier() objectivec.IObject + func (_SOSpeechItemClass SOSpeechItemClass) VisibleObjectsFromItemsForLocaleIdentifierAdditionalRequiredItems(items objectivec.IObject, identifier objectivec.IObject, ...) objectivec.IObject + func (sc SOSpeechItemClass) Alloc() SOSpeechItem + func (sc SOSpeechItemClass) Class() objc.Class + type SOSystemBehaviorManager struct + func NewSOSystemBehaviorManager() SOSystemBehaviorManager + func SOSystemBehaviorManagerFromID(id objc.ID) SOSystemBehaviorManager + func (s SOSystemBehaviorManager) AddTimer(timer objectivec.IObject) + func (s SOSystemBehaviorManager) Autorelease() SOSystemBehaviorManager + func (s SOSystemBehaviorManager) Init() SOSystemBehaviorManager + func (s SOSystemBehaviorManager) NumberObjectFromTimer(timer objectivec.IObject) objectivec.IObject + func (s SOSystemBehaviorManager) RemoveTimer(timer objectivec.IObject) + type SOSystemBehaviorManagerClass struct + func GetSOSystemBehaviorManagerClass() SOSystemBehaviorManagerClass + func (_SOSystemBehaviorManagerClass SOSystemBehaviorManagerClass) SharedSOSystemBehaviorManager() SOSystemBehaviorManager + func (sc SOSystemBehaviorManagerClass) Alloc() SOSystemBehaviorManager + func (sc SOSystemBehaviorManagerClass) Class() objc.Class + type SOUtteranceResult struct + func NewSOUtteranceResult() SOUtteranceResult + func NewSOUtteranceResultWithTypeStartTimeEndTimeTextTextVariantsCommandIdentifier(type_ objectivec.IObject, time float64, time2 float64, text objectivec.IObject, ...) SOUtteranceResult + func SOUtteranceResultFromID(id objc.ID) SOUtteranceResult + func (s SOUtteranceResult) AudioFilePath() string + func (s SOUtteranceResult) Autorelease() SOUtteranceResult + func (s SOUtteranceResult) CommandIdentifier() string + func (s SOUtteranceResult) CreationDate() float64 + func (s SOUtteranceResult) Dictionary() objectivec.IObject + func (s SOUtteranceResult) EndTime() float64 + func (s SOUtteranceResult) Init() SOUtteranceResult + func (s SOUtteranceResult) InitWithDictionary(dictionary objectivec.IObject) objectivec.IObject + func (s SOUtteranceResult) InitWithTypeStartTimeEndTimeTextTextVariantsCommandIdentifier(type_ objectivec.IObject, time float64, time2 float64, text objectivec.IObject, ...) SOUtteranceResult + func (s SOUtteranceResult) NormalizeTimesAgainstTimeInterval(interval float64) + func (s SOUtteranceResult) PrependedSilenceDuration() float64 + func (s SOUtteranceResult) SetAudioFilePath(value string) + func (s SOUtteranceResult) SetCommandIdentifier(value string) + func (s SOUtteranceResult) SetCreationDate(value float64) + func (s SOUtteranceResult) SetEndTime(value float64) + func (s SOUtteranceResult) SetPrependedSilenceDuration(value float64) + func (s SOUtteranceResult) SetStartTime(value float64) + func (s SOUtteranceResult) SetText(value string) + func (s SOUtteranceResult) SetTextVariants(value foundation.INSArray) + func (s SOUtteranceResult) SetType(value string) + func (s SOUtteranceResult) StartTime() float64 + func (s SOUtteranceResult) Text() string + func (s SOUtteranceResult) TextVariants() foundation.INSArray + func (s SOUtteranceResult) Type() string + type SOUtteranceResultClass struct + func GetSOUtteranceResultClass() SOUtteranceResultClass + func (sc SOUtteranceResultClass) Alloc() SOUtteranceResult + func (sc SOUtteranceResultClass) Class() objc.Class + type SOUtteranceResultsFile struct + func NewSOUtteranceResultsFile() SOUtteranceResultsFile + func NewSOUtteranceResultsFileWithContentsOfFile(file objectivec.IObject) SOUtteranceResultsFile + func SOUtteranceResultsFileFromID(id objc.ID) SOUtteranceResultsFile + func (s SOUtteranceResultsFile) AppendUtteranceResult(result objectivec.IObject) + func (s SOUtteranceResultsFile) AudioFileData() foundation.INSData + func (s SOUtteranceResultsFile) Autorelease() SOUtteranceResultsFile + func (s SOUtteranceResultsFile) CreationDate() float64 + func (s SOUtteranceResultsFile) CreatorArguments() string + func (s SOUtteranceResultsFile) CreatorName() string + func (s SOUtteranceResultsFile) Dictionary() objectivec.IObject + func (s SOUtteranceResultsFile) ExportAudioDataToFile(file objectivec.IObject) bool + func (s SOUtteranceResultsFile) ExportRXGrammarToFile(file objectivec.IObject) bool + func (s SOUtteranceResultsFile) FirstUtteranceStartTime() float64 + func (s SOUtteranceResultsFile) ImportAudioDataFromFile(file objectivec.IObject) bool + func (s SOUtteranceResultsFile) ImportRXGrammarFromFile(file objectivec.IObject) bool + func (s SOUtteranceResultsFile) Init() SOUtteranceResultsFile + func (s SOUtteranceResultsFile) InitWithContentsOfFile(file objectivec.IObject) SOUtteranceResultsFile + func (s SOUtteranceResultsFile) LocaleIdentifier() string + func (s SOUtteranceResultsFile) RecognizerType() string + func (s SOUtteranceResultsFile) RxGrammar() string + func (s SOUtteranceResultsFile) SetAudioFileData(value foundation.INSData) + func (s SOUtteranceResultsFile) SetCreationDate(value float64) + func (s SOUtteranceResultsFile) SetCreatorArguments(value string) + func (s SOUtteranceResultsFile) SetCreatorName(value string) + func (s SOUtteranceResultsFile) SetFirstUtteranceStartTime(value float64) + func (s SOUtteranceResultsFile) SetLocaleIdentifier(value string) + func (s SOUtteranceResultsFile) SetRecognizerType(value string) + func (s SOUtteranceResultsFile) SetRxGrammar(value string) + func (s SOUtteranceResultsFile) SetStreamDescription(value objectivec.IObject) + func (s SOUtteranceResultsFile) SetUtteranceResults(value foundation.INSArray) + func (s SOUtteranceResultsFile) StreamDescription() objectivec.IObject + func (s SOUtteranceResultsFile) UtteranceResults() foundation.INSArray + func (s SOUtteranceResultsFile) WriteToFile(file objectivec.IObject) bool + type SOUtteranceResultsFileClass struct + func GetSOUtteranceResultsFileClass() SOUtteranceResultsFileClass + func (sc SOUtteranceResultsFileClass) Alloc() SOUtteranceResultsFile + func (sc SOUtteranceResultsFileClass) Class() objc.Class + type SOVoiceObject struct + func NewSOVoiceObject() SOVoiceObject + func NewSOVoiceObjectWithVoiceIdentifier(voice objectivec.IObject, identifier objectivec.IObject) SOVoiceObject + func SOVoiceObjectFromID(id objc.ID) SOVoiceObject + func (s SOVoiceObject) Autorelease() SOVoiceObject + func (s SOVoiceObject) Compare(compare objectivec.IObject) int64 + func (s SOVoiceObject) ConversionLocale() objectivec.IObject + func (s SOVoiceObject) CountryDisplayString() objectivec.IObject + func (s SOVoiceObject) CountryIdentifier() objectivec.IObject + func (s SOVoiceObject) DisplayLocalizedVoiceNameForString(string_ objectivec.IObject) objectivec.IObject + func (s SOVoiceObject) DisplayName() objectivec.IObject + func (s SOVoiceObject) DisplayNameRoot() objectivec.IObject + func (s SOVoiceObject) DoesMatchSystemLocale() bool + func (s SOVoiceObject) DownloadPercentComplete() float64 + func (s SOVoiceObject) DownloadStatus() uint64 + func (s SOVoiceObject) Gender() objectivec.IObject + func (s SOVoiceObject) GenderDisplayString() objectivec.IObject + func (s SOVoiceObject) GetSiriVoiceNameFromIdentifier() objectivec.IObject + func (s SOVoiceObject) Identifier() objectivec.IObject + func (s SOVoiceObject) Init() SOVoiceObject + func (s SOVoiceObject) InitWithVoiceIdentifierWithIdentifier(identifier objectivec.IObject) SOVoiceObject + func (s SOVoiceObject) InitWithVoiceWithIdentifier(voice objectivec.IObject, identifier objectivec.IObject) SOVoiceObject + func (s SOVoiceObject) IsAppropriateForSystemLanguage() bool + func (s SOVoiceObject) IsNeuter() bool + func (s SOVoiceObject) IsSiriVoice() bool + func (s SOVoiceObject) LanguageDisplayString() objectivec.IObject + func (s SOVoiceObject) LanguageIdentifier() objectivec.IObject + func (s SOVoiceObject) LocaleIdentifier() objectivec.IObject + func (s SOVoiceObject) MatchesSearchString(string_ objectivec.IObject) bool + func (s SOVoiceObject) OverriddenCompactVoices() objectivec.IObject + func (s SOVoiceObject) RelativeDesirability() int64 + func (s SOVoiceObject) SetDownloadPercentComplete(value float64) + func (s SOVoiceObject) SetDownloadStatus(value uint64) + func (s SOVoiceObject) SetVisibility(value uint64) + func (s SOVoiceObject) ShowsInFullListOnly() bool + func (s SOVoiceObject) SiriLocalizedColorName() objectivec.IObject + func (s SOVoiceObject) SiriVoiceDisplayName() objectivec.IObject + func (s SOVoiceObject) SiriVoiceDisplayNameFromIdentifier() objectivec.IObject + func (s SOVoiceObject) SiriVoiceDisplayNameRoot() objectivec.IObject + func (s SOVoiceObject) SiriVoiceGenderedDisplayName() objectivec.IObject + func (s SOVoiceObject) SiriVoiceGenderedDisplayNameRoot() objectivec.IObject + func (s SOVoiceObject) Visibility() uint64 + func (s SOVoiceObject) Voice() unsafe.Pointer + func (s SOVoiceObject) VoiceAttributes() objectivec.IObject + func (s SOVoiceObject) VoiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName(name objectivec.IObject) objectivec.IObject + type SOVoiceObjectClass struct + func GetSOVoiceObjectClass() SOVoiceObjectClass + func (_SOVoiceObjectClass SOVoiceObjectClass) AssetForVoiceID(id objectivec.IObject) objectivec.IObject + func (_SOVoiceObjectClass SOVoiceObjectClass) InvalidateAssetMaps() + func (_SOVoiceObjectClass SOVoiceObjectClass) IsSameLanguageFromLocaleIdentifierSecondLocaleIdentifier(identifier objectivec.IObject, identifier2 objectivec.IObject) bool + func (_SOVoiceObjectClass SOVoiceObjectClass) IsSameLocaleIdentifierSecondLocaleIdentifier(identifier objectivec.IObject, identifier2 objectivec.IObject) bool + func (_SOVoiceObjectClass SOVoiceObjectClass) NormalizedVoiceIdentifier(identifier objectivec.IObject) objectivec.IObject + func (_SOVoiceObjectClass SOVoiceObjectClass) RebuildAssetMaps() + func (_SOVoiceObjectClass SOVoiceObjectClass) SetVisibleVoicesTable(table objectivec.IObject) + func (_SOVoiceObjectClass SOVoiceObjectClass) SystemLocaleIdentifier() objectivec.IObject + func (_SOVoiceObjectClass SOVoiceObjectClass) VisibleVoicesForLocaleIdentifierAdditionalRequiredVoicesAllowAllVoices(identifier objectivec.IObject, voices objectivec.IObject, voices2 bool) objectivec.IObject + func (_SOVoiceObjectClass SOVoiceObjectClass) VisibleVoicesTable() objectivec.IObject + func (sc SOVoiceObjectClass) Alloc() SOVoiceObject + func (sc SOVoiceObjectClass) Class() objc.Class + type SOVoicePopUpButton struct + func NewSOVoicePopUpButton() SOVoicePopUpButton + func NewSOVoicePopUpButtonWithCoder(coder objectivec.IObject) SOVoicePopUpButton + func SOVoicePopUpButtonFromID(id objc.ID) SOVoicePopUpButton + func (s SOVoicePopUpButton) AddExcludedIdentifier(identifier objectivec.IObject) + func (s SOVoicePopUpButton) Autorelease() SOVoicePopUpButton + func (s SOVoicePopUpButton) BuildPopUpButtonWithSelectVoiceIdentifier(identifier objectivec.IObject) + func (s SOVoicePopUpButton) HandleSpeechDataInstallationNotification() + func (s SOVoicePopUpButton) Init() SOVoicePopUpButton + func (s SOVoicePopUpButton) IsSelectedVoiceAppropriateForCurrentLanguageWithUserConfirmationParentWindowForSheet(confirmation bool, sheet objectivec.IObject) bool + func (s SOVoicePopUpButton) PreviouslyChosenVoiceIdentifier() objectivec.IObject + func (s SOVoicePopUpButton) SelectedVoiceAttributes() objectivec.IObject + func (s SOVoicePopUpButton) SetAllowSystemVoiceChoice(choice bool) + func (s SOVoicePopUpButton) SetPreviouslyChosenVoiceIdentifier(identifier objectivec.IObject) + func (s SOVoicePopUpButton) SetShowIndividualVoiceQualities(qualities bool) + func (s SOVoicePopUpButton) SetSystemVoiceLocalizedTextMenuItemTag(text objectivec.IObject, tag int64) + func (s SOVoicePopUpButton) StatusStringForActiveDownloads() objectivec.IObject + func (s SOVoicePopUpButton) UpdateDownloadStatusFields() + type SOVoicePopUpButtonClass struct + func GetSOVoicePopUpButtonClass() SOVoicePopUpButtonClass + func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) AddExcludedVoiceIdentifier(identifier objectivec.IObject) + func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) AddRequiredVoiceIdentifier(identifier objectivec.IObject) + func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) BuildSharedVoicesMenuShowingVOVoices(vOVoices bool) + func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) DisplayNameForGender(gender objectivec.IObject) objectivec.IObject + func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) ForceAllVoicePopupsToUpdate() + func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) ForcePopupsToAdoptCachedMenuExceptPopUp(up objectivec.IObject) + func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) IsRequiredVoiceIdentifier(identifier objectivec.IObject) bool + func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) IsSiriVoiceIdentifier(identifier objectivec.IObject) bool + func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) RemoveRequiredVoiceIdentifier(identifier objectivec.IObject) + func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) SetFallbackVoiceIdentifier(identifier objectivec.IObject) + func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) ShouldExcludeVoiceIdentifier(identifier objectivec.IObject) bool + func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) StartDelayedForceAllVoicePopupsToUpdate() + func (sc SOVoicePopUpButtonClass) Alloc() SOVoicePopUpButton + func (sc SOVoicePopUpButtonClass) Class() objc.Class + type SOVoiceRowCheckboxButton struct + func NewSOVoiceRowCheckboxButton() SOVoiceRowCheckboxButton + func SOVoiceRowCheckboxButtonFromID(id objc.ID) SOVoiceRowCheckboxButton + func (s SOVoiceRowCheckboxButton) Autorelease() SOVoiceRowCheckboxButton + func (s SOVoiceRowCheckboxButton) Init() SOVoiceRowCheckboxButton + func (s SOVoiceRowCheckboxButton) SetVoiceIdentifier(value string) + func (s SOVoiceRowCheckboxButton) VoiceIdentifier() string + type SOVoiceRowCheckboxButtonClass struct + func GetSOVoiceRowCheckboxButtonClass() SOVoiceRowCheckboxButtonClass + func (sc SOVoiceRowCheckboxButtonClass) Alloc() SOVoiceRowCheckboxButton + func (sc SOVoiceRowCheckboxButtonClass) Class() objc.Class + type SOVoiceRowTextView struct + func NewSOVoiceRowTextView() SOVoiceRowTextView + func SOVoiceRowTextViewFromID(id objc.ID) SOVoiceRowTextView + func (s SOVoiceRowTextView) Autorelease() SOVoiceRowTextView + func (s SOVoiceRowTextView) Init() SOVoiceRowTextView + type SOVoiceRowTextViewClass struct + func GetSOVoiceRowTextViewClass() SOVoiceRowTextViewClass + func (sc SOVoiceRowTextViewClass) Alloc() SOVoiceRowTextView + func (sc SOVoiceRowTextViewClass) Class() objc.Class + type VoiceSettingsAlertController struct + func NewVoiceSettingsAlertController() VoiceSettingsAlertController + func VoiceSettingsAlertControllerFromID(id objc.ID) VoiceSettingsAlertController + func (v VoiceSettingsAlertController) Autorelease() VoiceSettingsAlertController + func (v VoiceSettingsAlertController) Init() VoiceSettingsAlertController + func (v VoiceSettingsAlertController) ShowWindowWithVoiceSettingsModalDelegateWindowTitle(settings objectivec.IObject, delegate objectivec.IObject, ...) + type VoiceSettingsAlertControllerClass struct + func GetVoiceSettingsAlertControllerClass() VoiceSettingsAlertControllerClass + func (_VoiceSettingsAlertControllerClass VoiceSettingsAlertControllerClass) DefaultVoiceSettingsAlertController() objectivec.IObject + func (vc VoiceSettingsAlertControllerClass) Alloc() VoiceSettingsAlertController + func (vc VoiceSettingsAlertControllerClass) Class() objc.Class + type VoiceSettingsSheetController struct + func NewVoiceSettingsSheetController() VoiceSettingsSheetController + func VoiceSettingsSheetControllerFromID(id objc.ID) VoiceSettingsSheetController + func (v VoiceSettingsSheetController) Autorelease() VoiceSettingsSheetController + func (v VoiceSettingsSheetController) Init() VoiceSettingsSheetController + func (v VoiceSettingsSheetController) ShowSheetWithVoiceSettingsModalDelegateModalForWindow(settings objectivec.IObject, delegate objectivec.IObject, ...) + type VoiceSettingsSheetControllerClass struct + func GetVoiceSettingsSheetControllerClass() VoiceSettingsSheetControllerClass + func (_VoiceSettingsSheetControllerClass VoiceSettingsSheetControllerClass) DefaultVoiceSettingsSheetController() objectivec.IObject + func (vc VoiceSettingsSheetControllerClass) Alloc() VoiceSettingsSheetController + func (vc VoiceSettingsSheetControllerClass) Class() objc.Class + type VoiceSettingsWindowController struct + func NewVoiceSettingsWindowController() VoiceSettingsWindowController + func VoiceSettingsWindowControllerFromID(id objc.ID) VoiceSettingsWindowController + func (v VoiceSettingsWindowController) Autorelease() VoiceSettingsWindowController + func (v VoiceSettingsWindowController) CancelVoiceSettings(settings objectivec.IObject) + func (v VoiceSettingsWindowController) CloseWindow() + func (v VoiceSettingsWindowController) DebugDescription() string + func (v VoiceSettingsWindowController) Description() string + func (v VoiceSettingsWindowController) Hash() uint64 + func (v VoiceSettingsWindowController) Init() VoiceSettingsWindowController + func (v VoiceSettingsWindowController) PercentOfNormalFromSlider(slider objectivec.IObject) float32 + func (v VoiceSettingsWindowController) PlayStopVoiceSettings(settings objectivec.IObject) + func (v VoiceSettingsWindowController) RateCheckboxClicked(clicked objectivec.IObject) + func (v VoiceSettingsWindowController) RateSliderChanged(changed objectivec.IObject) + func (v VoiceSettingsWindowController) SaveVoiceSettings(settings objectivec.IObject) + func (v VoiceSettingsWindowController) SetUpWindowWithVoiceSettingsModalDelegate(settings objectivec.IObject, delegate objectivec.IObject) + func (v VoiceSettingsWindowController) SetValueOfSliderUsingPercentOfNormal(slider objectivec.IObject, normal float32) + func (v VoiceSettingsWindowController) SetValueOfSliderUsingWordsPerMinute(slider objectivec.IObject, minute float32) + func (v VoiceSettingsWindowController) SpeechSynthesizerDidFinishSpeaking(synthesizer objectivec.IObject, speaking bool) + func (v VoiceSettingsWindowController) Superclass() objc.Class + func (v VoiceSettingsWindowController) VoicePopupMenuChanged(changed objectivec.IObject) + func (v VoiceSettingsWindowController) VoiceSettingsFromWindow() objectivec.IObject + func (v VoiceSettingsWindowController) VolumeCheckboxClicked(clicked objectivec.IObject) + func (v VoiceSettingsWindowController) VolumeSliderChanged(changed objectivec.IObject) + func (v VoiceSettingsWindowController) WordsPerMinuteFromSlider(slider objectivec.IObject) float32 + type VoiceSettingsWindowControllerClass struct + func GetVoiceSettingsWindowControllerClass() VoiceSettingsWindowControllerClass + func (vc VoiceSettingsWindowControllerClass) Alloc() VoiceSettingsWindowController + func (vc VoiceSettingsWindowControllerClass) Class() objc.Class + type VoiceTableCellView struct + func NewVoiceTableCellView() VoiceTableCellView + func VoiceTableCellViewFromID(id objc.ID) VoiceTableCellView + func (v VoiceTableCellView) ActiveCheckbox() ISOVoiceRowCheckboxButton + func (v VoiceTableCellView) Autorelease() VoiceTableCellView + func (v VoiceTableCellView) DownloadCheckbox() ISOVoiceRowCheckboxButton + func (v VoiceTableCellView) DownloadMessageTextField() appkit.NSTextField + func (v VoiceTableCellView) Init() VoiceTableCellView + type VoiceTableCellViewClass struct + func GetVoiceTableCellViewClass() VoiceTableCellViewClass + func (vc VoiceTableCellViewClass) Alloc() VoiceTableCellView + func (vc VoiceTableCellViewClass) Class() objc.Class + type VoiceTableRow struct + func NewVoiceTableRow() VoiceTableRow + func NewVoiceTableRowWithTitleVoiceObject(title objectivec.IObject, object objectivec.IObject) VoiceTableRow + func VoiceTableRowFromID(id objc.ID) VoiceTableRow + func (v VoiceTableRow) Autorelease() VoiceTableRow + func (v VoiceTableRow) GroupRow() bool + func (v VoiceTableRow) Init() VoiceTableRow + func (v VoiceTableRow) InitWithTitleVoiceObject(title objectivec.IObject, object objectivec.IObject) VoiceTableRow + func (v VoiceTableRow) IsGroupRow() bool + func (v VoiceTableRow) IsSelected() bool + func (v VoiceTableRow) Selected() bool + func (v VoiceTableRow) SetGroupRow(value bool) + func (v VoiceTableRow) SetSelected(value bool) + func (v VoiceTableRow) SetSelectedUsingLanguageCodeOnlyToSelectVoices(voices bool) + func (v VoiceTableRow) SetTableIndex(value uint64) + func (v VoiceTableRow) TableIndex() uint64 + func (v VoiceTableRow) Title() string + func (v VoiceTableRow) VoiceObject() ISOVoiceObject + type VoiceTableRowClass struct + func GetVoiceTableRowClass() VoiceTableRowClass + func (_VoiceTableRowClass VoiceTableRowClass) ArrangedRowsFromVoiceObjectsUseLanguageCodeOnlyToSelectVoicesShowIndividualQualitiesShowFullGroupNamesShowCurrentLocaleAtTop(objects objectivec.IObject, voices bool, qualities bool, names bool, top bool) objectivec.IObject + func (vc VoiceTableRowClass) Alloc() VoiceTableRow + func (vc VoiceTableRowClass) Class() objc.Class