Documentation
¶
Overview ¶
Package speechobjects provides Go bindings for the speechobjects framework.
Key Types ¶
- SOSpeechItem
- SOVoiceObject
- SOSpeechInstallationManager
- CustomizeVoicesWindowController
- SOUtteranceResultsFile
- SOVoicePopUpButton
- SOSRLanguagePopUpButton
- SOUtteranceResult
- SOCustomizeSRLanguagesWindowController
- VoiceSettingsWindowController
Code generated from Apple documentation. DO NOT EDIT.
Index ¶
- type CFMessagePort
- type CustomizeVoicesWindowController
- func (c CustomizeVoicesWindowController) AcceptVoiceSelection(selection objectivec.IObject)
- func (c CustomizeVoicesWindowController) AnyVoicePlaying() (bool, error)
- func (c CustomizeVoicesWindowController) Autorelease() CustomizeVoicesWindowController
- func (c CustomizeVoicesWindowController) CanAnyVoicePlaying() bool
- func (c CustomizeVoicesWindowController) CanDelayedPopUpUpdate() bool
- func (c CustomizeVoicesWindowController) CanIsSampleAvailableForVoiceObject() bool
- func (c CustomizeVoicesWindowController) CanPropagateCheckboxSelection() bool
- func (c CustomizeVoicesWindowController) CanPropagateDownloadCheckboxSelection() bool
- func (c CustomizeVoicesWindowController) CanPropagateDownloadVariantSelection() bool
- func (c CustomizeVoicesWindowController) CanRebuildVoiceList() bool
- func (c CustomizeVoicesWindowController) CanSetRowDownloadCheckboxVoiceObjectIsSelected() bool
- func (c CustomizeVoicesWindowController) CanSetRowStatusFieldViewVoiceObjectIsSelected() bool
- func (c CustomizeVoicesWindowController) CanShouldAllowRemovalOfVoiceObject() bool
- func (c CustomizeVoicesWindowController) CanShowPlayStopButtonAsPlaying() bool
- func (c CustomizeVoicesWindowController) CanStopAndResetAllVoicePlaying() bool
- func (c CustomizeVoicesWindowController) CanUpdateButtonStates() bool
- func (c CustomizeVoicesWindowController) CanUpdateDisplayedVoicesUsingFilterString() bool
- func (c CustomizeVoicesWindowController) CanUpdateRowDownloadStatus() bool
- func (c CustomizeVoicesWindowController) CanVoiceObjectForCurrentlySelectedRow() bool
- func (c CustomizeVoicesWindowController) CancelVoiceSelection(selection objectivec.IObject)
- func (c CustomizeVoicesWindowController) DebugDescription() string
- func (c CustomizeVoicesWindowController) DelayedPopUpUpdate() error
- func (c CustomizeVoicesWindowController) Description() string
- func (c CustomizeVoicesWindowController) Hash() uint64
- func (c CustomizeVoicesWindowController) Init() CustomizeVoicesWindowController
- func (c CustomizeVoicesWindowController) IsSampleAvailableForVoiceObject(object objectivec.IObject) (bool, error)
- func (c CustomizeVoicesWindowController) NumberOfRowsInTableView(view objectivec.IObject) int64
- func (c CustomizeVoicesWindowController) PropagateCheckboxSelection(selection objectivec.IObject) error
- func (c CustomizeVoicesWindowController) PropagateDownloadCheckboxSelection(selection objectivec.IObject) error
- func (c CustomizeVoicesWindowController) PropagateDownloadVariantSelection(selection objectivec.IObject) error
- func (c CustomizeVoicesWindowController) RebuildVoiceList() error
- func (c CustomizeVoicesWindowController) SearchFieldChanged(changed objectivec.IObject)
- func (c CustomizeVoicesWindowController) SetRowDownloadCheckboxVoiceObjectIsSelected(checkbox objectivec.IObject, object objectivec.IObject, selected bool) error
- func (c CustomizeVoicesWindowController) SetRowStatusFieldViewVoiceObjectIsSelected(view objectivec.IObject, object objectivec.IObject, selected bool) error
- func (c CustomizeVoicesWindowController) ShouldAllowRemovalOfVoiceObject(object objectivec.IObject) (bool, error)
- func (c CustomizeVoicesWindowController) ShowPlayStopButtonAsPlaying(playing bool) error
- 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() error
- func (c CustomizeVoicesWindowController) Superclass() objectivec.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() error
- func (c CustomizeVoicesWindowController) UpdateDisplayedVoicesUsingFilterString(string_ objectivec.IObject) error
- func (c CustomizeVoicesWindowController) UpdateRowDownloadStatus() error
- func (c CustomizeVoicesWindowController) VoiceObjectForCurrentlySelectedRow() (objectivec.IObject, error)
- type CustomizeVoicesWindowControllerClass
- type DownloadableVoice
- 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
- type ICustomizeVoicesWindowController
- type IDownloadableVoice
- type ISOAudioFileUtilities
- type ISOCustomizeSRLanguagesWindowController
- type ISODownloadDisplayManager
- type ISOPowerSavvyTimer
- type ISOSRLanguageItem
- type ISOSRLanguagePopUpButton
- type ISOSRLanguageRow
- type ISOSRLanguageRowCheckboxButton
- type ISOSRLanguageRowTextView
- type ISOSRLanguageTableCellView
- type ISOSRSimpleLanguagePopUpButton
- type ISOSpeechInstallationManager
- type ISOSpeechItem
- type ISOSystemBehaviorManager
- type ISOUtteranceResult
- type ISOUtteranceResultsFile
- type ISOVoiceObject
- type ISOVoicePopUpButton
- type ISOVoiceRowCheckboxButton
- type ISOVoiceRowTextView
- type IVoiceSettingsAlertController
- type IVoiceSettingsSheetController
- type IVoiceSettingsWindowController
- type IVoiceTableCellView
- type IVoiceTableRow
- type NSSoundDelegate
- type NSSoundDelegateObject
- type NSSpeechSynthesizerDelegate
- type 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
- type 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
- type SOAudioFileUtilitiesClass
- func (sc SOAudioFileUtilitiesClass) Alloc() SOAudioFileUtilities
- func (sc SOAudioFileUtilitiesClass) Class() objc.Class
- func (_SOAudioFileUtilitiesClass SOAudioFileUtilitiesClass) SampleDataFromContentsOfFileStreamDescription(file objectivec.IObject, ...) objectivec.IObject
- func (_SOAudioFileUtilitiesClass SOAudioFileUtilitiesClass) WriteSampleDataToFileDataStreamDescriptionFileStreamDescription(data objectivec.IObject, file objectivec.IObject, ...) bool
- type SOCustomizeSRLanguagesWindowController
- func (s SOCustomizeSRLanguagesWindowController) AcceptSelection(selection objectivec.IObject)
- func (s SOCustomizeSRLanguagesWindowController) Autorelease() SOCustomizeSRLanguagesWindowController
- func (s SOCustomizeSRLanguagesWindowController) CanPropagateCheckboxSelection() bool
- func (s SOCustomizeSRLanguagesWindowController) CanPropagateDownloadVariantSelection() bool
- func (s SOCustomizeSRLanguagesWindowController) CanRebuildList() bool
- func (s SOCustomizeSRLanguagesWindowController) CanSetRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected() bool
- func (s SOCustomizeSRLanguagesWindowController) CanUpdateButtonStatesOnlyIfDownloadRequired() bool
- func (s SOCustomizeSRLanguagesWindowController) CanUpdateDisplayUsingFilterString() bool
- func (s SOCustomizeSRLanguagesWindowController) CanUpdateRowDownloadStatus() bool
- 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) error
- func (s SOCustomizeSRLanguagesWindowController) PropagateDownloadVariantSelection(selection objectivec.IObject) error
- func (s SOCustomizeSRLanguagesWindowController) RebuildList() error
- func (s SOCustomizeSRLanguagesWindowController) SearchFieldChanged(changed objectivec.IObject)
- func (s SOCustomizeSRLanguagesWindowController) SetRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected(view objectivec.IObject, button objectivec.IObject, item objectivec.IObject, ...) error
- func (s SOCustomizeSRLanguagesWindowController) ShowSheetForWindowNetworkSupportedLocaleIdentifiersRequiredLocaleIdentifierSupportDownloadsShowOnlyNetworkSupportedItems(window objectivec.IObject, identifiers objectivec.IObject, ...)
- func (s SOCustomizeSRLanguagesWindowController) Superclass() objectivec.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) error
- func (s SOCustomizeSRLanguagesWindowController) UpdateDisplayUsingFilterString(string_ objectivec.IObject) error
- func (s SOCustomizeSRLanguagesWindowController) UpdateRowDownloadStatus() error
- type SOCustomizeSRLanguagesWindowControllerClass
- type SODownloadDisplayManager
- func (s SODownloadDisplayManager) AppendAveragingTimeInterval(interval float64) error
- func (s SODownloadDisplayManager) Autorelease() SODownloadDisplayManager
- func (s SODownloadDisplayManager) AveragedTimeInterval() (float64, error)
- func (s SODownloadDisplayManager) CanAppendAveragingTimeInterval() bool
- func (s SODownloadDisplayManager) CanAveragedTimeInterval() bool
- func (s SODownloadDisplayManager) Init() SODownloadDisplayManager
- func (s SODownloadDisplayManager) Reset()
- func (s SODownloadDisplayManager) TimeRemainingForActiveInstallationsWithTagPrefix(installations objectivec.IObject, prefix objectivec.IObject) float64
- type SODownloadDisplayManagerClass
- type SOPowerSavvyTimer
- func (s SOPowerSavvyTimer) Autorelease() SOPowerSavvyTimer
- func (s SOPowerSavvyTimer) Init() SOPowerSavvyTimer
- func (s SOPowerSavvyTimer) IsValid() bool
- func (s SOPowerSavvyTimer) Repeats() bool
- func (s SOPowerSavvyTimer) Selector() objectivec.SEL
- func (s SOPowerSavvyTimer) SetRepeats(value bool)
- func (s SOPowerSavvyTimer) SetSelector(value objectivec.SEL)
- func (s SOPowerSavvyTimer) SetTarget(value objectivec.IObject)
- func (s SOPowerSavvyTimer) SetTimer(value foundation.Timer)
- func (s SOPowerSavvyTimer) Target() objectivec.IObject
- func (s SOPowerSavvyTimer) Timer() foundation.Timer
- type SOPowerSavvyTimerClass
- type SOSRLanguageItem
- 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
- func (sc SOSRLanguageItemClass) Alloc() SOSRLanguageItem
- func (_SOSRLanguageItemClass SOSRLanguageItemClass) AvailableLocalRecognizerLanguageItems() objectivec.IObject
- func (_SOSRLanguageItemClass SOSRLanguageItemClass) BestIndexFromLanguageItemsForLocaleIdentifier(items objectivec.IObject, identifier objectivec.IObject) uint64
- func (sc SOSRLanguageItemClass) Class() objc.Class
- 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 *bool, offline bool) uint64
- func (_SOSRLanguageItemClass SOSRLanguageItemClass) VisibleSRLanguageItemsTableUsingOffline(offline bool) objectivec.IObject
- type SOSRLanguagePopUpButton
- 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) CanClearDownloadStatusFieldAfterPreHeat() bool
- func (s SOSRLanguagePopUpButton) CanInitCommon() bool
- func (s SOSRLanguagePopUpButton) CanStartDelayedPopUpUpdate() bool
- func (s SOSRLanguagePopUpButton) CanStatusStringForActiveDownloads() bool
- func (s SOSRLanguagePopUpButton) CanUpdateDownloadStatusFields() bool
- func (s SOSRLanguagePopUpButton) CanUpdateSRLanguageMenu() bool
- func (s SOSRLanguagePopUpButton) ClearDownloadStatusFieldAfterPreHeat() error
- func (s SOSRLanguagePopUpButton) Init() SOSRLanguagePopUpButton
- func (s SOSRLanguagePopUpButton) InitCommon() error
- 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() error
- func (s SOSRLanguagePopUpButton) StatusStringForActiveDownloads() (objectivec.IObject, error)
- func (s SOSRLanguagePopUpButton) UpdateDownloadStatusFields() error
- func (s SOSRLanguagePopUpButton) UpdateSRLanguageMenu() error
- type SOSRLanguagePopUpButtonClass
- type 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
- type SOSRLanguageRowCheckboxButtonClass
- type SOSRLanguageRowClass
- func (sc SOSRLanguageRowClass) Alloc() SOSRLanguageRow
- func (_SOSRLanguageRowClass SOSRLanguageRowClass) ArrangedRowsFromSRLanguageItemsGroupCountriesUseLanguageCodeOnlyToSelectItemsShowCurrentLocaleAtTop(items objectivec.IObject, countries bool, items2 bool, top bool) objectivec.IObject
- func (sc SOSRLanguageRowClass) Class() objc.Class
- type SOSRLanguageRowTextView
- type SOSRLanguageRowTextViewClass
- type 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
- type SOSRSimpleLanguagePopUpButton
- func (s SOSRSimpleLanguagePopUpButton) Autorelease() SOSRSimpleLanguagePopUpButton
- func (s SOSRSimpleLanguagePopUpButton) BuildPopUpButtonAndSelectLocaleIdentifierSupportedLocaleIdentifiers(identifier objectivec.IObject, identifiers objectivec.IObject)
- func (s SOSRSimpleLanguagePopUpButton) CanRowsFromSRLanguageItems() bool
- func (s SOSRSimpleLanguagePopUpButton) CanStartDelayedPopUpUpdate() bool
- func (s SOSRSimpleLanguagePopUpButton) CanUpdateSRLanguageMenu() bool
- func (s SOSRSimpleLanguagePopUpButton) Init() SOSRSimpleLanguagePopUpButton
- func (s SOSRSimpleLanguagePopUpButton) PreviouslyChosenLocaleIdentifier() string
- func (s SOSRSimpleLanguagePopUpButton) RowsFromSRLanguageItems(items objectivec.IObject) (objectivec.IObject, error)
- func (s SOSRSimpleLanguagePopUpButton) SelectedLanguageItem() objectivec.IObject
- func (s SOSRSimpleLanguagePopUpButton) SetPreviouslyChosenLocaleIdentifier(value string)
- func (s SOSRSimpleLanguagePopUpButton) SetSupportedLocaleIdentifiers(value foundation.INSArray)
- func (s SOSRSimpleLanguagePopUpButton) StartDelayedPopUpUpdate() error
- func (s SOSRSimpleLanguagePopUpButton) SupportedLocaleIdentifiers() foundation.INSArray
- func (s SOSRSimpleLanguagePopUpButton) UpdateSRLanguageMenu() error
- type SOSRSimpleLanguagePopUpButtonClass
- type 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) CanClientHasRightsToCustomVoices() bool
- func (s SOSpeechInstallationManager) CanCreateLocalPort() bool
- func (s SOSpeechInstallationManager) CanCreateServerPortIfNeeded() bool
- func (s SOSpeechInstallationManager) CanOverriddenVoiceIdentifierDictionary() bool
- func (s SOSpeechInstallationManager) CanSendMessageWithDataWithReply() bool
- func (s SOSpeechInstallationManager) CanServerIsRunning() bool
- func (s SOSpeechInstallationManager) CanStartDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator() bool
- func (s SOSpeechInstallationManager) CanVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality() bool
- 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, error)
- func (s SOSpeechInstallationManager) CreateLocalPort() (corefoundation.CFMessagePortRef, error)
- func (s SOSpeechInstallationManager) CreateServerPortIfNeeded() (bool, error)
- 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, error)
- 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, error)
- func (s SOSpeechInstallationManager) ServerIsRunning() (bool, error)
- 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, error)
- 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, error)
- func (s SOSpeechInstallationManager) VoiceSelectionWindowController() ICustomizeVoicesWindowController
- type SOSpeechInstallationManagerClass
- type SOSpeechItem
- func (s SOSpeechItem) Autorelease() SOSpeechItem
- func (s SOSpeechItem) BundleIdentifier() string
- func (s SOSpeechItem) ByteSize() uint64
- func (s SOSpeechItem) CanConversionLocale() bool
- 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, error)
- 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
- func (sc SOSpeechItemClass) Alloc() SOSpeechItem
- func (sc SOSpeechItemClass) Class() objc.Class
- 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
- type SOSystemBehaviorManager
- func (s SOSystemBehaviorManager) AddTimer(timer objectivec.IObject)
- func (s SOSystemBehaviorManager) Autorelease() SOSystemBehaviorManager
- func (s SOSystemBehaviorManager) CanNumberObjectFromTimer() bool
- func (s SOSystemBehaviorManager) Init() SOSystemBehaviorManager
- func (s SOSystemBehaviorManager) NumberObjectFromTimer(timer objectivec.IObject) (objectivec.IObject, error)
- func (s SOSystemBehaviorManager) RemoveTimer(timer objectivec.IObject)
- type SOSystemBehaviorManagerClass
- type SOUtteranceResult
- func (s SOUtteranceResult) AudioFilePath() string
- func (s SOUtteranceResult) Autorelease() SOUtteranceResult
- func (s SOUtteranceResult) CanDictionary() bool
- func (s SOUtteranceResult) CanInitWithDictionary() bool
- func (s SOUtteranceResult) CanNormalizeTimesAgainstTimeInterval() bool
- func (s SOUtteranceResult) CommandIdentifier() string
- func (s SOUtteranceResult) CreationDate() float64
- func (s SOUtteranceResult) Dictionary() (objectivec.IObject, error)
- func (s SOUtteranceResult) EndTime() float64
- func (s SOUtteranceResult) Init() SOUtteranceResult
- func (s SOUtteranceResult) InitWithDictionary(dictionary objectivec.IObject) (objectivec.IObject, error)
- func (s SOUtteranceResult) InitWithTypeStartTimeEndTimeTextTextVariantsCommandIdentifier(type_ objectivec.IObject, time float64, time2 float64, text objectivec.IObject, ...) SOUtteranceResult
- func (s SOUtteranceResult) NormalizeTimesAgainstTimeInterval(interval float64) error
- 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
- type SOUtteranceResultsFile
- func (s SOUtteranceResultsFile) AppendUtteranceResult(result objectivec.IObject)
- func (s SOUtteranceResultsFile) AudioFileData() foundation.NSData
- func (s SOUtteranceResultsFile) Autorelease() SOUtteranceResultsFile
- func (s SOUtteranceResultsFile) CanDictionary() bool
- func (s SOUtteranceResultsFile) CreationDate() float64
- func (s SOUtteranceResultsFile) CreatorArguments() string
- func (s SOUtteranceResultsFile) CreatorName() string
- func (s SOUtteranceResultsFile) Dictionary() (objectivec.IObject, error)
- 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.NSData)
- 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 coreaudiotypes.AudioStreamBasicDescription)
- func (s SOUtteranceResultsFile) SetUtteranceResults(value foundation.INSArray)
- func (s SOUtteranceResultsFile) StreamDescription() coreaudiotypes.AudioStreamBasicDescription
- func (s SOUtteranceResultsFile) UtteranceResults() foundation.INSArray
- func (s SOUtteranceResultsFile) WriteToFile(file objectivec.IObject) bool
- type SOUtteranceResultsFileClass
- type SOVoiceObject
- func (s SOVoiceObject) Autorelease() SOVoiceObject
- func (s SOVoiceObject) CanConversionLocale() bool
- func (s SOVoiceObject) CanDisplayLocalizedVoiceNameForString() bool
- func (s SOVoiceObject) CanGetSiriVoiceNameFromIdentifier() bool
- func (s SOVoiceObject) CanOverriddenCompactVoices() bool
- func (s SOVoiceObject) CanSiriVoiceDisplayName() bool
- func (s SOVoiceObject) CanSiriVoiceDisplayNameRoot() bool
- func (s SOVoiceObject) CanSiriVoiceGenderedDisplayName() bool
- func (s SOVoiceObject) CanSiriVoiceGenderedDisplayNameRoot() bool
- func (s SOVoiceObject) CanVoiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName() bool
- func (s SOVoiceObject) Compare(compare objectivec.IObject) int64
- func (s SOVoiceObject) ConversionLocale() (objectivec.IObject, error)
- func (s SOVoiceObject) CountryDisplayString() objectivec.IObject
- func (s SOVoiceObject) CountryIdentifier() objectivec.IObject
- func (s SOVoiceObject) DisplayLocalizedVoiceNameForString(string_ objectivec.IObject) (objectivec.IObject, error)
- 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, error)
- 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, error)
- 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, error)
- func (s SOVoiceObject) SiriVoiceDisplayNameFromIdentifier() objectivec.IObject
- func (s SOVoiceObject) SiriVoiceDisplayNameRoot() (objectivec.IObject, error)
- func (s SOVoiceObject) SiriVoiceGenderedDisplayName() (objectivec.IObject, error)
- func (s SOVoiceObject) SiriVoiceGenderedDisplayNameRoot() (objectivec.IObject, error)
- 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, error)
- type SOVoiceObjectClass
- func (sc SOVoiceObjectClass) Alloc() SOVoiceObject
- func (_SOVoiceObjectClass SOVoiceObjectClass) AssetForVoiceID(id objectivec.IObject) objectivec.IObject
- func (sc SOVoiceObjectClass) Class() objc.Class
- 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
- type SOVoicePopUpButton
- func (s SOVoicePopUpButton) AddExcludedIdentifier(identifier objectivec.IObject)
- func (s SOVoicePopUpButton) Autorelease() SOVoicePopUpButton
- func (s SOVoicePopUpButton) BuildPopUpButtonWithSelectVoiceIdentifier(identifier objectivec.IObject)
- func (s SOVoicePopUpButton) CanHandleSpeechDataInstallationNotification() bool
- func (s SOVoicePopUpButton) CanPreviouslyChosenVoiceIdentifier() bool
- func (s SOVoicePopUpButton) CanSetPreviouslyChosenVoiceIdentifier() bool
- func (s SOVoicePopUpButton) CanStatusStringForActiveDownloads() bool
- func (s SOVoicePopUpButton) CanUpdateDownloadStatusFields() bool
- func (s SOVoicePopUpButton) HandleSpeechDataInstallationNotification() error
- func (s SOVoicePopUpButton) Init() SOVoicePopUpButton
- func (s SOVoicePopUpButton) IsSelectedVoiceAppropriateForCurrentLanguageWithUserConfirmationParentWindowForSheet(confirmation bool, sheet objectivec.IObject) bool
- func (s SOVoicePopUpButton) PreviouslyChosenVoiceIdentifier() (objectivec.IObject, error)
- func (s SOVoicePopUpButton) SelectedVoiceAttributes() objectivec.IObject
- func (s SOVoicePopUpButton) SetAllowSystemVoiceChoice(choice bool)
- func (s SOVoicePopUpButton) SetPreviouslyChosenVoiceIdentifier(identifier objectivec.IObject) error
- func (s SOVoicePopUpButton) SetShowIndividualVoiceQualities(qualities bool)
- func (s SOVoicePopUpButton) SetSystemVoiceLocalizedTextMenuItemTag(text objectivec.IObject, tag int64)
- func (s SOVoicePopUpButton) StatusStringForActiveDownloads() (objectivec.IObject, error)
- func (s SOVoicePopUpButton) UpdateDownloadStatusFields() error
- type SOVoicePopUpButtonClass
- func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) AddExcludedVoiceIdentifier(identifier objectivec.IObject)
- func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) AddRequiredVoiceIdentifier(identifier objectivec.IObject)
- func (sc SOVoicePopUpButtonClass) Alloc() SOVoicePopUpButton
- func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) BuildSharedVoicesMenuShowingVOVoices(vOVoices bool)
- func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) CanForceAllVoicePopupsToUpdate() bool
- func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) CanStartDelayedForceAllVoicePopupsToUpdate() bool
- func (sc SOVoicePopUpButtonClass) Class() objc.Class
- func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) DisplayNameForGender(gender objectivec.IObject) objectivec.IObject
- func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) ForceAllVoicePopupsToUpdate() error
- 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() error
- type SOVoiceRowCheckboxButton
- type SOVoiceRowCheckboxButtonClass
- type SOVoiceRowTextView
- type SOVoiceRowTextViewClass
- type VoiceSettingsAlertController
- func (v VoiceSettingsAlertController) Autorelease() VoiceSettingsAlertController
- func (v VoiceSettingsAlertController) Init() VoiceSettingsAlertController
- func (v VoiceSettingsAlertController) ShowWindowWithVoiceSettingsModalDelegateWindowTitle(settings objectivec.IObject, delegate objectivec.IObject, ...)
- type VoiceSettingsAlertControllerClass
- type VoiceSettingsSheetController
- func (v VoiceSettingsSheetController) Autorelease() VoiceSettingsSheetController
- func (v VoiceSettingsSheetController) Init() VoiceSettingsSheetController
- func (v VoiceSettingsSheetController) ShowSheetWithVoiceSettingsModalDelegateModalForWindow(settings objectivec.IObject, delegate objectivec.IObject, ...)
- type VoiceSettingsSheetControllerClass
- type 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() objectivec.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
- type 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
- type 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
- func (vc VoiceTableRowClass) Alloc() VoiceTableRow
- func (_VoiceTableRowClass VoiceTableRowClass) ArrangedRowsFromVoiceObjectsUseLanguageCodeOnlyToSelectVoicesShowIndividualQualitiesShowFullGroupNamesShowCurrentLocaleAtTop(objects objectivec.IObject, voices bool, qualities bool, names bool, top bool) objectivec.IObject
- func (vc VoiceTableRowClass) Class() objc.Class
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomizeVoicesWindowController ¶
type CustomizeVoicesWindowController struct {
appkit.NSWindowController
}
Methods ¶
- [CustomizeVoicesWindowController._anyVoicePlaying]
- [CustomizeVoicesWindowController._delayedPopUpUpdate]
- [CustomizeVoicesWindowController._isSampleAvailableForVoiceObject]
- [CustomizeVoicesWindowController._propagateCheckboxSelection]
- [CustomizeVoicesWindowController._propagateDownloadCheckboxSelection]
- [CustomizeVoicesWindowController._propagateDownloadVariantSelection]
- [CustomizeVoicesWindowController._rebuildVoiceList]
- [CustomizeVoicesWindowController._setRowDownloadCheckboxVoiceObjectIsSelected]
- [CustomizeVoicesWindowController._setRowStatusFieldViewVoiceObjectIsSelected]
- [CustomizeVoicesWindowController._shouldAllowRemovalOfVoiceObject]
- [CustomizeVoicesWindowController._showPlayStopButtonAsPlaying]
- [CustomizeVoicesWindowController._stopAndResetAllVoicePlaying]
- [CustomizeVoicesWindowController._updateButtonStates]
- [CustomizeVoicesWindowController._updateDisplayedVoicesUsingFilterString]
- [CustomizeVoicesWindowController._updateRowDownloadStatus]
- [CustomizeVoicesWindowController._voiceObjectForCurrentlySelectedRow]
- CustomizeVoicesWindowController.AcceptVoiceSelection
- CustomizeVoicesWindowController.CancelVoiceSelection
- CustomizeVoicesWindowController.NumberOfRowsInTableView
- CustomizeVoicesWindowController.SearchFieldChanged
- CustomizeVoicesWindowController.ShowSheetForWindowShowIndividualVoiceQualitiesVoiceIdentifiersNotToBeRemoved
- CustomizeVoicesWindowController.SoundDidFinishPlaying
- CustomizeVoicesWindowController.SpeechSynthesizerDidFinishSpeaking
- CustomizeVoicesWindowController.StartStopPlayingSelection
- CustomizeVoicesWindowController.TableViewIsGroupRow
- CustomizeVoicesWindowController.TableViewShouldSelectRow
- CustomizeVoicesWindowController.TableViewViewForTableColumnRow
- CustomizeVoicesWindowController.TableViewSelectionDidChange
- CustomizeVoicesWindowController.DebugDescription
- CustomizeVoicesWindowController.Description
- CustomizeVoicesWindowController.Hash
- CustomizeVoicesWindowController.Superclass
func CustomizeVoicesWindowControllerFromID ¶
func CustomizeVoicesWindowControllerFromID(id objc.ID) CustomizeVoicesWindowController
CustomizeVoicesWindowControllerFromID constructs a CustomizeVoicesWindowController from an objc.ID.
func NewCustomizeVoicesWindowController ¶
func NewCustomizeVoicesWindowController() CustomizeVoicesWindowController
NewCustomizeVoicesWindowController creates a new CustomizeVoicesWindowController instance.
func (CustomizeVoicesWindowController) AcceptVoiceSelection ¶
func (c CustomizeVoicesWindowController) AcceptVoiceSelection(selection objectivec.IObject)
func (CustomizeVoicesWindowController) AnyVoicePlaying ¶
func (c CustomizeVoicesWindowController) AnyVoicePlaying() (bool, error)
AnyVoicePlaying is an exported wrapper for the private method _anyVoicePlaying.
func (CustomizeVoicesWindowController) Autorelease ¶
func (c CustomizeVoicesWindowController) Autorelease() CustomizeVoicesWindowController
Autorelease adds the receiver to the current autorelease pool.
func (CustomizeVoicesWindowController) CanAnyVoicePlaying ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanAnyVoicePlaying() bool
CanAnyVoicePlaying reports whether the receiver responds to the private selector _anyVoicePlaying.
func (CustomizeVoicesWindowController) CanDelayedPopUpUpdate ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanDelayedPopUpUpdate() bool
CanDelayedPopUpUpdate reports whether the receiver responds to the private selector _delayedPopUpUpdate.
func (CustomizeVoicesWindowController) CanIsSampleAvailableForVoiceObject ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanIsSampleAvailableForVoiceObject() bool
CanIsSampleAvailableForVoiceObject reports whether the receiver responds to the private selector _isSampleAvailableForVoiceObject:.
func (CustomizeVoicesWindowController) CanPropagateCheckboxSelection ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanPropagateCheckboxSelection() bool
CanPropagateCheckboxSelection reports whether the receiver responds to the private selector _propagateCheckboxSelection:.
func (CustomizeVoicesWindowController) CanPropagateDownloadCheckboxSelection ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanPropagateDownloadCheckboxSelection() bool
CanPropagateDownloadCheckboxSelection reports whether the receiver responds to the private selector _propagateDownloadCheckboxSelection:.
func (CustomizeVoicesWindowController) CanPropagateDownloadVariantSelection ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanPropagateDownloadVariantSelection() bool
CanPropagateDownloadVariantSelection reports whether the receiver responds to the private selector _propagateDownloadVariantSelection:.
func (CustomizeVoicesWindowController) CanRebuildVoiceList ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanRebuildVoiceList() bool
CanRebuildVoiceList reports whether the receiver responds to the private selector _rebuildVoiceList.
func (CustomizeVoicesWindowController) CanSetRowDownloadCheckboxVoiceObjectIsSelected ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanSetRowDownloadCheckboxVoiceObjectIsSelected() bool
CanSetRowDownloadCheckboxVoiceObjectIsSelected reports whether the receiver responds to the private selector _setRowDownloadCheckbox:voiceObject:isSelected:.
func (CustomizeVoicesWindowController) CanSetRowStatusFieldViewVoiceObjectIsSelected ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanSetRowStatusFieldViewVoiceObjectIsSelected() bool
CanSetRowStatusFieldViewVoiceObjectIsSelected reports whether the receiver responds to the private selector _setRowStatusFieldView:voiceObject:isSelected:.
func (CustomizeVoicesWindowController) CanShouldAllowRemovalOfVoiceObject ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanShouldAllowRemovalOfVoiceObject() bool
CanShouldAllowRemovalOfVoiceObject reports whether the receiver responds to the private selector _shouldAllowRemovalOfVoiceObject:.
func (CustomizeVoicesWindowController) CanShowPlayStopButtonAsPlaying ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanShowPlayStopButtonAsPlaying() bool
CanShowPlayStopButtonAsPlaying reports whether the receiver responds to the private selector _showPlayStopButtonAsPlaying:.
func (CustomizeVoicesWindowController) CanStopAndResetAllVoicePlaying ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanStopAndResetAllVoicePlaying() bool
CanStopAndResetAllVoicePlaying reports whether the receiver responds to the private selector _stopAndResetAllVoicePlaying.
func (CustomizeVoicesWindowController) CanUpdateButtonStates ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanUpdateButtonStates() bool
CanUpdateButtonStates reports whether the receiver responds to the private selector _updateButtonStates.
func (CustomizeVoicesWindowController) CanUpdateDisplayedVoicesUsingFilterString ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanUpdateDisplayedVoicesUsingFilterString() bool
CanUpdateDisplayedVoicesUsingFilterString reports whether the receiver responds to the private selector _updateDisplayedVoicesUsingFilterString:.
func (CustomizeVoicesWindowController) CanUpdateRowDownloadStatus ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanUpdateRowDownloadStatus() bool
CanUpdateRowDownloadStatus reports whether the receiver responds to the private selector _updateRowDownloadStatus.
func (CustomizeVoicesWindowController) CanVoiceObjectForCurrentlySelectedRow ¶ added in v0.6.0
func (c CustomizeVoicesWindowController) CanVoiceObjectForCurrentlySelectedRow() bool
CanVoiceObjectForCurrentlySelectedRow reports whether the receiver responds to the private selector _voiceObjectForCurrentlySelectedRow.
func (CustomizeVoicesWindowController) CancelVoiceSelection ¶
func (c CustomizeVoicesWindowController) CancelVoiceSelection(selection objectivec.IObject)
func (CustomizeVoicesWindowController) DebugDescription ¶
func (c CustomizeVoicesWindowController) DebugDescription() string
func (CustomizeVoicesWindowController) DelayedPopUpUpdate ¶
func (c CustomizeVoicesWindowController) DelayedPopUpUpdate() error
DelayedPopUpUpdate is an exported wrapper for the private method _delayedPopUpUpdate.
func (CustomizeVoicesWindowController) Description ¶
func (c CustomizeVoicesWindowController) Description() string
func (CustomizeVoicesWindowController) Hash ¶
func (c CustomizeVoicesWindowController) Hash() uint64
func (CustomizeVoicesWindowController) Init ¶
func (c CustomizeVoicesWindowController) Init() CustomizeVoicesWindowController
Init initializes the instance.
func (CustomizeVoicesWindowController) IsSampleAvailableForVoiceObject ¶
func (c CustomizeVoicesWindowController) IsSampleAvailableForVoiceObject(object objectivec.IObject) (bool, error)
IsSampleAvailableForVoiceObject is an exported wrapper for the private method _isSampleAvailableForVoiceObject.
func (CustomizeVoicesWindowController) NumberOfRowsInTableView ¶
func (c CustomizeVoicesWindowController) NumberOfRowsInTableView(view objectivec.IObject) int64
func (CustomizeVoicesWindowController) PropagateCheckboxSelection ¶
func (c CustomizeVoicesWindowController) PropagateCheckboxSelection(selection objectivec.IObject) error
PropagateCheckboxSelection is an exported wrapper for the private method _propagateCheckboxSelection.
func (CustomizeVoicesWindowController) PropagateDownloadCheckboxSelection ¶
func (c CustomizeVoicesWindowController) PropagateDownloadCheckboxSelection(selection objectivec.IObject) error
PropagateDownloadCheckboxSelection is an exported wrapper for the private method _propagateDownloadCheckboxSelection.
func (CustomizeVoicesWindowController) PropagateDownloadVariantSelection ¶
func (c CustomizeVoicesWindowController) PropagateDownloadVariantSelection(selection objectivec.IObject) error
PropagateDownloadVariantSelection is an exported wrapper for the private method _propagateDownloadVariantSelection.
func (CustomizeVoicesWindowController) RebuildVoiceList ¶
func (c CustomizeVoicesWindowController) RebuildVoiceList() error
RebuildVoiceList is an exported wrapper for the private method _rebuildVoiceList.
func (CustomizeVoicesWindowController) SearchFieldChanged ¶
func (c CustomizeVoicesWindowController) SearchFieldChanged(changed objectivec.IObject)
func (CustomizeVoicesWindowController) SetRowDownloadCheckboxVoiceObjectIsSelected ¶
func (c CustomizeVoicesWindowController) SetRowDownloadCheckboxVoiceObjectIsSelected(checkbox objectivec.IObject, object objectivec.IObject, selected bool) error
SetRowDownloadCheckboxVoiceObjectIsSelected is an exported wrapper for the private method _setRowDownloadCheckboxVoiceObjectIsSelected.
func (CustomizeVoicesWindowController) SetRowStatusFieldViewVoiceObjectIsSelected ¶
func (c CustomizeVoicesWindowController) SetRowStatusFieldViewVoiceObjectIsSelected(view objectivec.IObject, object objectivec.IObject, selected bool) error
SetRowStatusFieldViewVoiceObjectIsSelected is an exported wrapper for the private method _setRowStatusFieldViewVoiceObjectIsSelected.
func (CustomizeVoicesWindowController) ShouldAllowRemovalOfVoiceObject ¶
func (c CustomizeVoicesWindowController) ShouldAllowRemovalOfVoiceObject(object objectivec.IObject) (bool, error)
ShouldAllowRemovalOfVoiceObject is an exported wrapper for the private method _shouldAllowRemovalOfVoiceObject.
func (CustomizeVoicesWindowController) ShowPlayStopButtonAsPlaying ¶
func (c CustomizeVoicesWindowController) ShowPlayStopButtonAsPlaying(playing bool) error
ShowPlayStopButtonAsPlaying is an exported wrapper for the private method _showPlayStopButtonAsPlaying.
func (CustomizeVoicesWindowController) ShowSheetForWindowShowIndividualVoiceQualitiesVoiceIdentifiersNotToBeRemoved ¶
func (c CustomizeVoicesWindowController) ShowSheetForWindowShowIndividualVoiceQualitiesVoiceIdentifiersNotToBeRemoved(window objectivec.IObject, qualities bool, removed objectivec.IObject)
func (CustomizeVoicesWindowController) SoundDidFinishPlaying ¶
func (c CustomizeVoicesWindowController) SoundDidFinishPlaying(sound objectivec.IObject, playing bool)
func (CustomizeVoicesWindowController) SpeechSynthesizerDidFinishSpeaking ¶
func (c CustomizeVoicesWindowController) SpeechSynthesizerDidFinishSpeaking(synthesizer objectivec.IObject, speaking bool)
func (CustomizeVoicesWindowController) StartStopPlayingSelection ¶
func (c CustomizeVoicesWindowController) StartStopPlayingSelection(selection objectivec.IObject)
func (CustomizeVoicesWindowController) StopAndResetAllVoicePlaying ¶
func (c CustomizeVoicesWindowController) StopAndResetAllVoicePlaying() error
StopAndResetAllVoicePlaying is an exported wrapper for the private method _stopAndResetAllVoicePlaying.
func (CustomizeVoicesWindowController) Superclass ¶
func (c CustomizeVoicesWindowController) Superclass() objectivec.Class
func (CustomizeVoicesWindowController) TableViewIsGroupRow ¶
func (c CustomizeVoicesWindowController) TableViewIsGroupRow(view objectivec.IObject, row int) bool
func (CustomizeVoicesWindowController) TableViewSelectionDidChange ¶
func (c CustomizeVoicesWindowController) TableViewSelectionDidChange(change objectivec.IObject)
func (CustomizeVoicesWindowController) TableViewShouldSelectRow ¶
func (c CustomizeVoicesWindowController) TableViewShouldSelectRow(view objectivec.IObject, row int64) bool
func (CustomizeVoicesWindowController) TableViewViewForTableColumnRow ¶
func (c CustomizeVoicesWindowController) TableViewViewForTableColumnRow(view objectivec.IObject, column objectivec.IObject, row int64) objectivec.IObject
func (CustomizeVoicesWindowController) UpdateButtonStates ¶
func (c CustomizeVoicesWindowController) UpdateButtonStates() error
UpdateButtonStates is an exported wrapper for the private method _updateButtonStates.
func (CustomizeVoicesWindowController) UpdateDisplayedVoicesUsingFilterString ¶
func (c CustomizeVoicesWindowController) UpdateDisplayedVoicesUsingFilterString(string_ objectivec.IObject) error
UpdateDisplayedVoicesUsingFilterString is an exported wrapper for the private method _updateDisplayedVoicesUsingFilterString.
func (CustomizeVoicesWindowController) UpdateRowDownloadStatus ¶
func (c CustomizeVoicesWindowController) UpdateRowDownloadStatus() error
UpdateRowDownloadStatus is an exported wrapper for the private method _updateRowDownloadStatus.
func (CustomizeVoicesWindowController) VoiceObjectForCurrentlySelectedRow ¶
func (c CustomizeVoicesWindowController) VoiceObjectForCurrentlySelectedRow() (objectivec.IObject, error)
VoiceObjectForCurrentlySelectedRow is an exported wrapper for the private method _voiceObjectForCurrentlySelectedRow.
type CustomizeVoicesWindowControllerClass ¶
type CustomizeVoicesWindowControllerClass struct {
// contains filtered or unexported fields
}
func GetCustomizeVoicesWindowControllerClass ¶
func GetCustomizeVoicesWindowControllerClass() CustomizeVoicesWindowControllerClass
GetCustomizeVoicesWindowControllerClass returns the class object for CustomizeVoicesWindowController.
func (CustomizeVoicesWindowControllerClass) Alloc ¶
func (cc CustomizeVoicesWindowControllerClass) Alloc() CustomizeVoicesWindowController
Alloc allocates memory for a new instance of the class.
func (CustomizeVoicesWindowControllerClass) Class ¶
func (cc CustomizeVoicesWindowControllerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DownloadableVoice ¶
type DownloadableVoice struct {
SOVoiceObject
}
Methods ¶
- DownloadableVoice.ByteSize
- DownloadableVoice.CompactSizeBundleIdentifier
- DownloadableVoice.CompactSizeByteSize
- DownloadableVoice.CompactSizeTagName
- DownloadableVoice.CompactSizeVersion
- DownloadableVoice.DisplayedSize
- DownloadableVoice.DownloadCompactSize
- DownloadableVoice.SetDownloadCompactSize
- DownloadableVoice.TagName
- DownloadableVoice.Variant
- DownloadableVoice.VoiceIdentifierToMarkAsPurgeableAfterInstall
- DownloadableVoice.InitWithVoiceIDProperties
- DownloadableVoice.Version
func DownloadableVoiceFromID ¶
func DownloadableVoiceFromID(id objc.ID) DownloadableVoice
DownloadableVoiceFromID constructs a DownloadableVoice from an objc.ID.
func NewDownloadableVoice ¶
func NewDownloadableVoice() DownloadableVoice
NewDownloadableVoice creates a new DownloadableVoice instance.
func NewDownloadableVoiceWithVoiceIDProperties ¶
func NewDownloadableVoiceWithVoiceIDProperties(id objectivec.IObject, properties objectivec.IObject) DownloadableVoice
func NewDownloadableVoiceWithVoiceIdentifier ¶
func NewDownloadableVoiceWithVoiceIdentifier(voice objectivec.IObject, identifier objectivec.IObject) DownloadableVoice
func (DownloadableVoice) Autorelease ¶
func (d DownloadableVoice) Autorelease() DownloadableVoice
Autorelease adds the receiver to the current autorelease pool.
func (DownloadableVoice) ByteSize ¶
func (d DownloadableVoice) ByteSize() uint64
func (DownloadableVoice) CompactSizeBundleIdentifier ¶
func (d DownloadableVoice) CompactSizeBundleIdentifier() string
func (DownloadableVoice) CompactSizeByteSize ¶
func (d DownloadableVoice) CompactSizeByteSize() uint64
func (DownloadableVoice) CompactSizeTagName ¶
func (d DownloadableVoice) CompactSizeTagName() string
func (DownloadableVoice) CompactSizeVersion ¶
func (d DownloadableVoice) CompactSizeVersion() string
func (DownloadableVoice) DisplayedSize ¶
func (d DownloadableVoice) DisplayedSize() objectivec.IObject
func (DownloadableVoice) DownloadCompactSize ¶
func (d DownloadableVoice) DownloadCompactSize() bool
func (DownloadableVoice) Init ¶
func (d DownloadableVoice) Init() DownloadableVoice
Init initializes the instance.
func (DownloadableVoice) InitWithVoiceIDProperties ¶
func (d DownloadableVoice) InitWithVoiceIDProperties(id objectivec.IObject, properties objectivec.IObject) DownloadableVoice
func (DownloadableVoice) SetDownloadCompactSize ¶
func (d DownloadableVoice) SetDownloadCompactSize(value bool)
func (DownloadableVoice) TagName ¶
func (d DownloadableVoice) TagName() string
func (DownloadableVoice) Variant ¶
func (d DownloadableVoice) Variant() string
func (DownloadableVoice) Version ¶
func (d DownloadableVoice) Version() string
func (DownloadableVoice) VoiceIdentifierToMarkAsPurgeableAfterInstall ¶
func (d DownloadableVoice) VoiceIdentifierToMarkAsPurgeableAfterInstall() string
type DownloadableVoiceClass ¶
type DownloadableVoiceClass struct {
// contains filtered or unexported fields
}
func GetDownloadableVoiceClass ¶
func GetDownloadableVoiceClass() DownloadableVoiceClass
GetDownloadableVoiceClass returns the class object for DownloadableVoice.
func (DownloadableVoiceClass) Alloc ¶
func (dc DownloadableVoiceClass) Alloc() DownloadableVoice
Alloc allocates memory for a new instance of the class.
func (DownloadableVoiceClass) Class ¶
func (dc DownloadableVoiceClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type ICustomizeVoicesWindowController ¶
type ICustomizeVoicesWindowController interface {
appkit.INSWindowController
AcceptVoiceSelection(selection objectivec.IObject)
CancelVoiceSelection(selection objectivec.IObject)
NumberOfRowsInTableView(view objectivec.IObject) int64
SearchFieldChanged(changed objectivec.IObject)
ShowSheetForWindowShowIndividualVoiceQualitiesVoiceIdentifiersNotToBeRemoved(window objectivec.IObject, qualities bool, removed objectivec.IObject)
SoundDidFinishPlaying(sound objectivec.IObject, playing bool)
SpeechSynthesizerDidFinishSpeaking(synthesizer objectivec.IObject, speaking bool)
StartStopPlayingSelection(selection objectivec.IObject)
TableViewIsGroupRow(view objectivec.IObject, row int) bool
TableViewShouldSelectRow(view objectivec.IObject, row int64) bool
TableViewViewForTableColumnRow(view objectivec.IObject, column objectivec.IObject, row int64) objectivec.IObject
TableViewSelectionDidChange(change objectivec.IObject)
DebugDescription() string
Description() string
Hash() uint64
Superclass() objectivec.Class
// contains filtered or unexported methods
}
An interface definition for the CustomizeVoicesWindowController class.
Methods ¶
- [ICustomizeVoicesWindowController._anyVoicePlaying]
- [ICustomizeVoicesWindowController._delayedPopUpUpdate]
- [ICustomizeVoicesWindowController._isSampleAvailableForVoiceObject]
- [ICustomizeVoicesWindowController._propagateCheckboxSelection]
- [ICustomizeVoicesWindowController._propagateDownloadCheckboxSelection]
- [ICustomizeVoicesWindowController._propagateDownloadVariantSelection]
- [ICustomizeVoicesWindowController._rebuildVoiceList]
- [ICustomizeVoicesWindowController._setRowDownloadCheckboxVoiceObjectIsSelected]
- [ICustomizeVoicesWindowController._setRowStatusFieldViewVoiceObjectIsSelected]
- [ICustomizeVoicesWindowController._shouldAllowRemovalOfVoiceObject]
- [ICustomizeVoicesWindowController._showPlayStopButtonAsPlaying]
- [ICustomizeVoicesWindowController._stopAndResetAllVoicePlaying]
- [ICustomizeVoicesWindowController._updateButtonStates]
- [ICustomizeVoicesWindowController._updateDisplayedVoicesUsingFilterString]
- [ICustomizeVoicesWindowController._updateRowDownloadStatus]
- [ICustomizeVoicesWindowController._voiceObjectForCurrentlySelectedRow]
- [ICustomizeVoicesWindowController.AcceptVoiceSelection]
- [ICustomizeVoicesWindowController.CancelVoiceSelection]
- [ICustomizeVoicesWindowController.NumberOfRowsInTableView]
- [ICustomizeVoicesWindowController.SearchFieldChanged]
- [ICustomizeVoicesWindowController.ShowSheetForWindowShowIndividualVoiceQualitiesVoiceIdentifiersNotToBeRemoved]
- [ICustomizeVoicesWindowController.SoundDidFinishPlaying]
- [ICustomizeVoicesWindowController.SpeechSynthesizerDidFinishSpeaking]
- [ICustomizeVoicesWindowController.StartStopPlayingSelection]
- [ICustomizeVoicesWindowController.TableViewIsGroupRow]
- [ICustomizeVoicesWindowController.TableViewShouldSelectRow]
- [ICustomizeVoicesWindowController.TableViewViewForTableColumnRow]
- [ICustomizeVoicesWindowController.TableViewSelectionDidChange]
- [ICustomizeVoicesWindowController.DebugDescription]
- [ICustomizeVoicesWindowController.Description]
- [ICustomizeVoicesWindowController.Hash]
- [ICustomizeVoicesWindowController.Superclass]
type IDownloadableVoice ¶
type IDownloadableVoice interface {
ISOVoiceObject
ByteSize() uint64
CompactSizeBundleIdentifier() string
CompactSizeByteSize() uint64
CompactSizeTagName() string
CompactSizeVersion() string
DisplayedSize() objectivec.IObject
DownloadCompactSize() bool
SetDownloadCompactSize(value bool)
TagName() string
Variant() string
VoiceIdentifierToMarkAsPurgeableAfterInstall() string
InitWithVoiceIDProperties(id objectivec.IObject, properties objectivec.IObject) DownloadableVoice
Version() string
}
An interface definition for the DownloadableVoice class.
Methods ¶
- [IDownloadableVoice.ByteSize]
- [IDownloadableVoice.CompactSizeBundleIdentifier]
- [IDownloadableVoice.CompactSizeByteSize]
- [IDownloadableVoice.CompactSizeTagName]
- [IDownloadableVoice.CompactSizeVersion]
- [IDownloadableVoice.DisplayedSize]
- [IDownloadableVoice.DownloadCompactSize]
- [IDownloadableVoice.SetDownloadCompactSize]
- [IDownloadableVoice.TagName]
- [IDownloadableVoice.Variant]
- [IDownloadableVoice.VoiceIdentifierToMarkAsPurgeableAfterInstall]
- [IDownloadableVoice.InitWithVoiceIDProperties]
- [IDownloadableVoice.Version]
type ISOAudioFileUtilities ¶
type ISOAudioFileUtilities interface {
objectivec.IObject
}
An interface definition for the SOAudioFileUtilities class.
type ISOCustomizeSRLanguagesWindowController ¶
type ISOCustomizeSRLanguagesWindowController interface {
appkit.INSWindowController
AcceptSelection(selection objectivec.IObject)
CancelSelection(selection objectivec.IObject)
NumberOfRowsInTableView(view objectivec.IObject) int64
SearchFieldChanged(changed objectivec.IObject)
ShowSheetForWindowNetworkSupportedLocaleIdentifiersRequiredLocaleIdentifierSupportDownloadsShowOnlyNetworkSupportedItems(window objectivec.IObject, identifiers objectivec.IObject, identifier objectivec.IObject, downloads bool, items bool)
TableViewIsGroupRow(view objectivec.IObject, row int) bool
TableViewShouldSelectRow(view objectivec.IObject, row int64) bool
TableViewViewForTableColumnRow(view objectivec.IObject, column objectivec.IObject, row int64) objectivec.IObject
TableViewSelectionDidChange(change objectivec.IObject)
DebugDescription() string
Description() string
Hash() uint64
Superclass() objectivec.Class
// contains filtered or unexported methods
}
An interface definition for the SOCustomizeSRLanguagesWindowController class.
Methods ¶
- [ISOCustomizeSRLanguagesWindowController._propagateCheckboxSelection]
- [ISOCustomizeSRLanguagesWindowController._propagateDownloadVariantSelection]
- [ISOCustomizeSRLanguagesWindowController._rebuildList]
- [ISOCustomizeSRLanguagesWindowController._setRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected]
- [ISOCustomizeSRLanguagesWindowController._updateButtonStatesOnlyIfDownloadRequired]
- [ISOCustomizeSRLanguagesWindowController._updateDisplayUsingFilterString]
- [ISOCustomizeSRLanguagesWindowController._updateRowDownloadStatus]
- [ISOCustomizeSRLanguagesWindowController.AcceptSelection]
- [ISOCustomizeSRLanguagesWindowController.CancelSelection]
- [ISOCustomizeSRLanguagesWindowController.NumberOfRowsInTableView]
- [ISOCustomizeSRLanguagesWindowController.SearchFieldChanged]
- [ISOCustomizeSRLanguagesWindowController.ShowSheetForWindowNetworkSupportedLocaleIdentifiersRequiredLocaleIdentifierSupportDownloadsShowOnlyNetworkSupportedItems]
- [ISOCustomizeSRLanguagesWindowController.TableViewIsGroupRow]
- [ISOCustomizeSRLanguagesWindowController.TableViewShouldSelectRow]
- [ISOCustomizeSRLanguagesWindowController.TableViewViewForTableColumnRow]
- [ISOCustomizeSRLanguagesWindowController.TableViewSelectionDidChange]
- [ISOCustomizeSRLanguagesWindowController.DebugDescription]
- [ISOCustomizeSRLanguagesWindowController.Description]
- [ISOCustomizeSRLanguagesWindowController.Hash]
- [ISOCustomizeSRLanguagesWindowController.Superclass]
type ISODownloadDisplayManager ¶
type ISODownloadDisplayManager interface {
objectivec.IObject
Reset()
TimeRemainingForActiveInstallationsWithTagPrefix(installations objectivec.IObject, prefix objectivec.IObject) float64
// contains filtered or unexported methods
}
An interface definition for the SODownloadDisplayManager class.
Methods ¶
- [ISODownloadDisplayManager._appendAveragingTimeInterval]
- [ISODownloadDisplayManager._averagedTimeInterval]
- [ISODownloadDisplayManager.Reset]
- [ISODownloadDisplayManager.TimeRemainingForActiveInstallationsWithTagPrefix]
type ISOPowerSavvyTimer ¶
type ISOPowerSavvyTimer interface {
foundation.INSTimer
IsValid() bool
Repeats() bool
SetRepeats(value bool)
Selector() objectivec.SEL
SetSelector(value objectivec.SEL)
Target() objectivec.IObject
SetTarget(value objectivec.IObject)
Timer() foundation.Timer
SetTimer(value foundation.Timer)
// contains filtered or unexported methods
}
An interface definition for the SOPowerSavvyTimer class.
Methods ¶
- [ISOPowerSavvyTimer._target]
- [ISOPowerSavvyTimer.IsValid]
- [ISOPowerSavvyTimer.Repeats]
- [ISOPowerSavvyTimer.SetRepeats]
- [ISOPowerSavvyTimer.Selector]
- [ISOPowerSavvyTimer.SetSelector]
- [ISOPowerSavvyTimer.Target]
- [ISOPowerSavvyTimer.SetTarget]
- [ISOPowerSavvyTimer.Timer]
- [ISOPowerSavvyTimer.SetTimer]
type ISOSRLanguageItem ¶
type ISOSRLanguageItem interface {
ISOSpeechItem
InitWithLocaleIdentifier(identifier objectivec.IObject) SOSRLanguageItem
InitWithLocaleIdentifierUsingOffline(identifier objectivec.IObject, offline bool) SOSRLanguageItem
}
An interface definition for the SOSRLanguageItem class.
Methods ¶
- [ISOSRLanguageItem.InitWithLocaleIdentifier]
- [ISOSRLanguageItem.InitWithLocaleIdentifierUsingOffline]
type ISOSRLanguagePopUpButton ¶
type ISOSRLanguagePopUpButton interface {
appkit.INSPopUpButton
BuildPopUpButtonAndSelectLocaleIdentifierNetworkSupportedLocaleIdentifiersOfflineSupportedLocaleIdentifiers(identifier objectivec.IObject, identifiers objectivec.IObject, identifiers2 objectivec.IObject)
InstallationFinished(finished objectivec.IObject)
LanguagesAreDownloadable() bool
SetLanguagesAreDownloadable(value bool)
NetworkBasedLocaleIdentifiers() foundation.INSArray
SetNetworkBasedLocaleIdentifiers(value foundation.INSArray)
OfflineBasedLocaleIdentifiers() foundation.INSArray
SetOfflineBasedLocaleIdentifiers(value foundation.INSArray)
PreviouslyChosenLocaleIdentifier() string
SetPreviouslyChosenLocaleIdentifier(value string)
SelectedLanguageItem() objectivec.IObject
ShowOnlyNetworkSupportedItems() bool
SetShowOnlyNetworkSupportedItems(value bool)
// contains filtered or unexported methods
}
An interface definition for the SOSRLanguagePopUpButton class.
Methods ¶
- [ISOSRLanguagePopUpButton._clearDownloadStatusFieldAfterPreHeat]
- [ISOSRLanguagePopUpButton._initCommon]
- [ISOSRLanguagePopUpButton._startDelayedPopUpUpdate]
- [ISOSRLanguagePopUpButton._statusStringForActiveDownloads]
- [ISOSRLanguagePopUpButton._updateDownloadStatusFields]
- [ISOSRLanguagePopUpButton._updateSRLanguageMenu]
- [ISOSRLanguagePopUpButton.BuildPopUpButtonAndSelectLocaleIdentifierNetworkSupportedLocaleIdentifiersOfflineSupportedLocaleIdentifiers]
- [ISOSRLanguagePopUpButton.InstallationFinished]
- [ISOSRLanguagePopUpButton.LanguagesAreDownloadable]
- [ISOSRLanguagePopUpButton.SetLanguagesAreDownloadable]
- [ISOSRLanguagePopUpButton.NetworkBasedLocaleIdentifiers]
- [ISOSRLanguagePopUpButton.SetNetworkBasedLocaleIdentifiers]
- [ISOSRLanguagePopUpButton.OfflineBasedLocaleIdentifiers]
- [ISOSRLanguagePopUpButton.SetOfflineBasedLocaleIdentifiers]
- [ISOSRLanguagePopUpButton.PreviouslyChosenLocaleIdentifier]
- [ISOSRLanguagePopUpButton.SetPreviouslyChosenLocaleIdentifier]
- [ISOSRLanguagePopUpButton.SelectedLanguageItem]
- [ISOSRLanguagePopUpButton.ShowOnlyNetworkSupportedItems]
- [ISOSRLanguagePopUpButton.SetShowOnlyNetworkSupportedItems]
type ISOSRLanguageRow ¶
type ISOSRLanguageRow interface {
objectivec.IObject
IsGroupRow() bool
IsSelected() bool
SetSelectedUsingLanguageCodeOnlyToSelectItems(items bool)
SrLanguageItem() ISOSRLanguageItem
TableIndex() uint64
SetTableIndex(value uint64)
Title() string
InitWithTitleSrLanguageItem(title objectivec.IObject, item objectivec.IObject) SOSRLanguageRow
GroupRow() bool
SetGroupRow(value bool)
Selected() bool
SetSelected(value bool)
}
An interface definition for the SOSRLanguageRow class.
Methods ¶
- [ISOSRLanguageRow.IsGroupRow]
- [ISOSRLanguageRow.IsSelected]
- [ISOSRLanguageRow.SetSelectedUsingLanguageCodeOnlyToSelectItems]
- [ISOSRLanguageRow.SrLanguageItem]
- [ISOSRLanguageRow.TableIndex]
- [ISOSRLanguageRow.SetTableIndex]
- [ISOSRLanguageRow.Title]
- [ISOSRLanguageRow.InitWithTitleSrLanguageItem]
- [ISOSRLanguageRow.GroupRow]
- [ISOSRLanguageRow.SetGroupRow]
- [ISOSRLanguageRow.Selected]
- [ISOSRLanguageRow.SetSelected]
type ISOSRLanguageRowCheckboxButton ¶
type ISOSRLanguageRowCheckboxButton interface {
appkit.INSButton
LocaleIdentifier() string
SetLocaleIdentifier(value string)
}
An interface definition for the SOSRLanguageRowCheckboxButton class.
Methods ¶
- [ISOSRLanguageRowCheckboxButton.LocaleIdentifier]
- [ISOSRLanguageRowCheckboxButton.SetLocaleIdentifier]
type ISOSRLanguageRowTextView ¶
type ISOSRLanguageRowTextView interface {
appkit.INSTextField
}
An interface definition for the SOSRLanguageRowTextView class.
type ISOSRLanguageTableCellView ¶
type ISOSRLanguageTableCellView interface {
appkit.INSTableCellView
ActiveCheckbox() ISOSRLanguageRowCheckboxButton
DownloadMessageTextField() appkit.NSTextField
DownloadVariantPopUpButton() appkit.NSPopUpButton
}
An interface definition for the SOSRLanguageTableCellView class.
Methods ¶
- [ISOSRLanguageTableCellView.ActiveCheckbox]
- [ISOSRLanguageTableCellView.DownloadMessageTextField]
- [ISOSRLanguageTableCellView.DownloadVariantPopUpButton]
type ISOSRSimpleLanguagePopUpButton ¶
type ISOSRSimpleLanguagePopUpButton interface {
appkit.INSPopUpButton
BuildPopUpButtonAndSelectLocaleIdentifierSupportedLocaleIdentifiers(identifier objectivec.IObject, identifiers objectivec.IObject)
PreviouslyChosenLocaleIdentifier() string
SetPreviouslyChosenLocaleIdentifier(value string)
SelectedLanguageItem() objectivec.IObject
SupportedLocaleIdentifiers() foundation.INSArray
SetSupportedLocaleIdentifiers(value foundation.INSArray)
// contains filtered or unexported methods
}
An interface definition for the SOSRSimpleLanguagePopUpButton class.
Methods ¶
- [ISOSRSimpleLanguagePopUpButton._rowsFromSRLanguageItems]
- [ISOSRSimpleLanguagePopUpButton._startDelayedPopUpUpdate]
- [ISOSRSimpleLanguagePopUpButton._updateSRLanguageMenu]
- [ISOSRSimpleLanguagePopUpButton.BuildPopUpButtonAndSelectLocaleIdentifierSupportedLocaleIdentifiers]
- [ISOSRSimpleLanguagePopUpButton.PreviouslyChosenLocaleIdentifier]
- [ISOSRSimpleLanguagePopUpButton.SetPreviouslyChosenLocaleIdentifier]
- [ISOSRSimpleLanguagePopUpButton.SelectedLanguageItem]
- [ISOSRSimpleLanguagePopUpButton.SupportedLocaleIdentifiers]
- [ISOSRSimpleLanguagePopUpButton.SetSupportedLocaleIdentifiers]
type ISOSpeechInstallationManager ¶
type ISOSpeechInstallationManager interface {
objectivec.IObject
ActiveInstallations() objectivec.IObject
ActiveVoiceInstallations() objectivec.IObject
AreBackgroundDownloadsAllowed() bool
BundleForRemovableLanguagePassingBackTagName(language objectivec.IObject, name []objectivec.IObject) objectivec.IObject
BundleForRemovableVoicePassingBackTagName(voice objectivec.IObject, name []objectivec.IObject) objectivec.IObject
CancelAllInstallations()
CancelPurgingByInitiator(initiator objectivec.IObject)
CancelPurgingOfSpeechBundleIdentifiersInitiator(identifiers objectivec.IObject, initiator objectivec.IObject)
Delegate() objectivec.IObject
SetDelegate(value objectivec.IObject)
DoesLanguageDataNeedToBeDownloadedForLocaleIdentifier(identifier objectivec.IObject) bool
DownloadableSRLanguageItems() objectivec.IObject
DownloadableSpeechItemUpgradeForExistingSpeechItemFromDownloadableItems(item objectivec.IObject, items objectivec.IObject) objectivec.IObject
DownloadableVoiceUpgradeForVoiceFromDownloadableVoices(voice objectivec.IObject, voices objectivec.IObject) objectivec.IObject
DownloadableVoiceUpgradeForVoiceIdentifierDesirabilityFromDownloadableVoices(identifier objectivec.IObject, desirability int64, voices objectivec.IObject) objectivec.IObject
DownloadableVoices() objectivec.IObject
HighestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloading(identifier objectivec.IObject, downloading bool) objectivec.IObject
HighestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiator(identifier objectivec.IObject, downloading bool, aCPower bool, initiator objectivec.IObject) objectivec.IObject
InstallationLogEntryForTag(tag objectivec.IObject) objectivec.IObject
InstallationLogEntryForTagPreferenceDomain(tag objectivec.IObject, domain objectivec.IObject) objectivec.IObject
IsAutoDownloadProhibitedForDownloadableVoiceObject(object objectivec.IObject) bool
IsRunningOnACPower() bool
LowestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiator(identifier objectivec.IObject, downloading bool, aCPower bool, initiator objectivec.IObject) objectivec.IObject
MarkDownloadableVoiceObjectWithAutoDownloadProhibitFlag(object objectivec.IObject, flag bool)
OnDiskVersionForBundlePath(path objectivec.IObject) objectivec.IObject
PercentageOfBatteryCharge() float64
ResetAllVoiceDownloadAttemptsForInitiator(initiator objectivec.IObject)
ShowProgressWindow()
ShowSRLanguagesSelectionSheetForWindowNetworkSupportedLocaleIdentifiersRequiredLocaleIdentifierSupportDownloadsShowOnlyNetworkSupportedItems(window objectivec.IObject, identifiers objectivec.IObject, identifier objectivec.IObject, downloads bool, items bool)
ShowVoiceSelectionSheetForWindowShowIndividualVoiceQualitiesVoiceIdentifiersNotToBeRemoved(window objectivec.IObject, qualities bool, removed objectivec.IObject)
SrLanguagesSelectionWindowController() ISOCustomizeSRLanguagesWindowController
StartInstallingDownloadableSpeechItemsUserInteractionMode(items objectivec.IObject, mode uint32) bool
StartInstallingDownloadableSpeechItemsUserInteractionModeInitiator(items objectivec.IObject, mode uint32, initiator objectivec.IObject) bool
StartInstallingDownloadableVoicesUseRootNamesUserInteractionMode(voices objectivec.IObject, names bool, mode uint32) bool
StartInstallingDownloadableVoicesUseRootNamesUserInteractionModeInitiator(voices objectivec.IObject, names bool, mode uint32, initiator objectivec.IObject) bool
StartRemovingDownloadedSpeechBundleIdentifiersInitiatorImmediately(identifiers objectivec.IObject, initiator objectivec.IObject, immediately bool)
StartRemovingDownloadedSpeechItems(items objectivec.IObject)
StartRemovingDownloadedSpeechItemsInitiatorImmediately(items objectivec.IObject, initiator objectivec.IObject, immediately bool)
VoiceSelectionWindowController() ICustomizeVoicesWindowController
// contains filtered or unexported methods
}
An interface definition for the SOSpeechInstallationManager class.
Methods ¶
- [ISOSpeechInstallationManager._clientHasRightsToCustomVoices]
- [ISOSpeechInstallationManager._createLocalPort]
- [ISOSpeechInstallationManager._createServerPortIfNeeded]
- [ISOSpeechInstallationManager._overriddenVoiceIdentifierDictionary]
- [ISOSpeechInstallationManager._sendMessageWithDataWithReply]
- [ISOSpeechInstallationManager._serverIsRunning]
- [ISOSpeechInstallationManager._startDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator]
- [ISOSpeechInstallationManager._voiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality]
- [ISOSpeechInstallationManager.ActiveInstallations]
- [ISOSpeechInstallationManager.ActiveVoiceInstallations]
- [ISOSpeechInstallationManager.AreBackgroundDownloadsAllowed]
- [ISOSpeechInstallationManager.BundleForRemovableLanguagePassingBackTagName]
- [ISOSpeechInstallationManager.BundleForRemovableVoicePassingBackTagName]
- [ISOSpeechInstallationManager.CancelAllInstallations]
- [ISOSpeechInstallationManager.CancelPurgingByInitiator]
- [ISOSpeechInstallationManager.CancelPurgingOfSpeechBundleIdentifiersInitiator]
- [ISOSpeechInstallationManager.Delegate]
- [ISOSpeechInstallationManager.SetDelegate]
- [ISOSpeechInstallationManager.DoesLanguageDataNeedToBeDownloadedForLocaleIdentifier]
- [ISOSpeechInstallationManager.DownloadableSRLanguageItems]
- [ISOSpeechInstallationManager.DownloadableSpeechItemUpgradeForExistingSpeechItemFromDownloadableItems]
- [ISOSpeechInstallationManager.DownloadableVoiceUpgradeForVoiceFromDownloadableVoices]
- [ISOSpeechInstallationManager.DownloadableVoiceUpgradeForVoiceIdentifierDesirabilityFromDownloadableVoices]
- [ISOSpeechInstallationManager.DownloadableVoices]
- [ISOSpeechInstallationManager.HighestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloading]
- [ISOSpeechInstallationManager.HighestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiator]
- [ISOSpeechInstallationManager.InstallationLogEntryForTag]
- [ISOSpeechInstallationManager.InstallationLogEntryForTagPreferenceDomain]
- [ISOSpeechInstallationManager.IsAutoDownloadProhibitedForDownloadableVoiceObject]
- [ISOSpeechInstallationManager.IsRunningOnACPower]
- [ISOSpeechInstallationManager.LowestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiator]
- [ISOSpeechInstallationManager.MarkDownloadableVoiceObjectWithAutoDownloadProhibitFlag]
- [ISOSpeechInstallationManager.OnDiskVersionForBundlePath]
- [ISOSpeechInstallationManager.PercentageOfBatteryCharge]
- [ISOSpeechInstallationManager.ResetAllVoiceDownloadAttemptsForInitiator]
- [ISOSpeechInstallationManager.ShowProgressWindow]
- [ISOSpeechInstallationManager.ShowSRLanguagesSelectionSheetForWindowNetworkSupportedLocaleIdentifiersRequiredLocaleIdentifierSupportDownloadsShowOnlyNetworkSupportedItems]
- [ISOSpeechInstallationManager.ShowVoiceSelectionSheetForWindowShowIndividualVoiceQualitiesVoiceIdentifiersNotToBeRemoved]
- [ISOSpeechInstallationManager.SrLanguagesSelectionWindowController]
- [ISOSpeechInstallationManager.StartInstallingDownloadableSpeechItemsUserInteractionMode]
- [ISOSpeechInstallationManager.StartInstallingDownloadableSpeechItemsUserInteractionModeInitiator]
- [ISOSpeechInstallationManager.StartInstallingDownloadableVoicesUseRootNamesUserInteractionMode]
- [ISOSpeechInstallationManager.StartInstallingDownloadableVoicesUseRootNamesUserInteractionModeInitiator]
- [ISOSpeechInstallationManager.StartRemovingDownloadedSpeechBundleIdentifiersInitiatorImmediately]
- [ISOSpeechInstallationManager.StartRemovingDownloadedSpeechItems]
- [ISOSpeechInstallationManager.StartRemovingDownloadedSpeechItemsInitiatorImmediately]
- [ISOSpeechInstallationManager.VoiceSelectionWindowController]
type ISOSpeechItem ¶
type ISOSpeechItem interface {
objectivec.IObject
BundleIdentifier() string
ByteSize() uint64
Compare(compare objectivec.IObject) int64
CompareCountryTitle(title objectivec.IObject) int64
CompareCountryWithDialectTitle(title objectivec.IObject) int64
CompareDisplayTitle(title objectivec.IObject) int64
CompareLanguageTitle(title objectivec.IObject) int64
CountryDisplayString() objectivec.IObject
CountryIdentifier() objectivec.IObject
CountryWithDialectDisplayString() objectivec.IObject
DisplayTitle() objectivec.IObject
DisplayedSize() objectivec.IObject
DoesMatchSystemLocale() bool
DownloadFullSize() bool
SetDownloadFullSize(value bool)
DownloadPercentComplete() float64
SetDownloadPercentComplete(value float64)
DownloadStatus() uint64
SetDownloadStatus(value uint64)
EngineIdentifier() string
FallbackLocaleIdentifier() string
SetFallbackLocaleIdentifier(value string)
FullSizeBundleIdentifier() string
FullSizeByteSize() uint64
FullSizeTagName() string
IsAppropriateForSystemLangauge() bool
LanguageDisplayString() objectivec.IObject
LanguageIdentifier() objectivec.IObject
LanguageWithDialectDisplayString() objectivec.IObject
LocaleIdentifier() string
SetLocaleIdentifier(value string)
MatchesSearchString(string_ objectivec.IObject) bool
OfflineDictationOnly() bool
SetOfflineDictationOnly(value bool)
ShowCountryInDisplayTitle() bool
SetShowCountryInDisplayTitle(value bool)
TagName() string
Variant() string
Visibility() uint64
SetVisibility(value uint64)
InitWithDownloadableBundleIdentifierProperties(identifier objectivec.IObject, properties objectivec.IObject) SOSpeechItem
Version() string
// contains filtered or unexported methods
}
An interface definition for the SOSpeechItem class.
Methods ¶
- [ISOSpeechItem._conversionLocale]
- [ISOSpeechItem.BundleIdentifier]
- [ISOSpeechItem.ByteSize]
- [ISOSpeechItem.Compare]
- [ISOSpeechItem.CompareCountryTitle]
- [ISOSpeechItem.CompareCountryWithDialectTitle]
- [ISOSpeechItem.CompareDisplayTitle]
- [ISOSpeechItem.CompareLanguageTitle]
- [ISOSpeechItem.CountryDisplayString]
- [ISOSpeechItem.CountryIdentifier]
- [ISOSpeechItem.CountryWithDialectDisplayString]
- [ISOSpeechItem.DisplayTitle]
- [ISOSpeechItem.DisplayedSize]
- [ISOSpeechItem.DoesMatchSystemLocale]
- [ISOSpeechItem.DownloadFullSize]
- [ISOSpeechItem.SetDownloadFullSize]
- [ISOSpeechItem.DownloadPercentComplete]
- [ISOSpeechItem.SetDownloadPercentComplete]
- [ISOSpeechItem.DownloadStatus]
- [ISOSpeechItem.SetDownloadStatus]
- [ISOSpeechItem.EngineIdentifier]
- [ISOSpeechItem.FallbackLocaleIdentifier]
- [ISOSpeechItem.SetFallbackLocaleIdentifier]
- [ISOSpeechItem.FullSizeBundleIdentifier]
- [ISOSpeechItem.FullSizeByteSize]
- [ISOSpeechItem.FullSizeTagName]
- [ISOSpeechItem.IsAppropriateForSystemLangauge]
- [ISOSpeechItem.LanguageDisplayString]
- [ISOSpeechItem.LanguageIdentifier]
- [ISOSpeechItem.LanguageWithDialectDisplayString]
- [ISOSpeechItem.LocaleIdentifier]
- [ISOSpeechItem.SetLocaleIdentifier]
- [ISOSpeechItem.MatchesSearchString]
- [ISOSpeechItem.OfflineDictationOnly]
- [ISOSpeechItem.SetOfflineDictationOnly]
- [ISOSpeechItem.ShowCountryInDisplayTitle]
- [ISOSpeechItem.SetShowCountryInDisplayTitle]
- [ISOSpeechItem.TagName]
- [ISOSpeechItem.Variant]
- [ISOSpeechItem.Visibility]
- [ISOSpeechItem.SetVisibility]
- [ISOSpeechItem.InitWithDownloadableBundleIdentifierProperties]
- [ISOSpeechItem.Version]
type ISOSystemBehaviorManager ¶
type ISOSystemBehaviorManager interface {
objectivec.IObject
AddTimer(timer objectivec.IObject)
RemoveTimer(timer objectivec.IObject)
// contains filtered or unexported methods
}
An interface definition for the SOSystemBehaviorManager class.
Methods ¶
- [ISOSystemBehaviorManager._numberObjectFromTimer]
- [ISOSystemBehaviorManager.AddTimer]
- [ISOSystemBehaviorManager.RemoveTimer]
type ISOUtteranceResult ¶
type ISOUtteranceResult interface {
objectivec.IObject
AudioFilePath() string
SetAudioFilePath(value string)
CommandIdentifier() string
SetCommandIdentifier(value string)
CreationDate() float64
SetCreationDate(value float64)
EndTime() float64
SetEndTime(value float64)
PrependedSilenceDuration() float64
SetPrependedSilenceDuration(value float64)
StartTime() float64
SetStartTime(value float64)
Text() string
SetText(value string)
TextVariants() foundation.INSArray
SetTextVariants(value foundation.INSArray)
Type() string
SetType(value string)
InitWithTypeStartTimeEndTimeTextTextVariantsCommandIdentifier(type_ objectivec.IObject, time float64, time2 float64, text objectivec.IObject, variants objectivec.IObject, identifier objectivec.IObject) SOUtteranceResult
// contains filtered or unexported methods
}
An interface definition for the SOUtteranceResult class.
Methods ¶
- [ISOUtteranceResult._dictionary]
- [ISOUtteranceResult._initWithDictionary]
- [ISOUtteranceResult._normalizeTimesAgainstTimeInterval]
- [ISOUtteranceResult.AudioFilePath]
- [ISOUtteranceResult.SetAudioFilePath]
- [ISOUtteranceResult.CommandIdentifier]
- [ISOUtteranceResult.SetCommandIdentifier]
- [ISOUtteranceResult.CreationDate]
- [ISOUtteranceResult.SetCreationDate]
- [ISOUtteranceResult.EndTime]
- [ISOUtteranceResult.SetEndTime]
- [ISOUtteranceResult.PrependedSilenceDuration]
- [ISOUtteranceResult.SetPrependedSilenceDuration]
- [ISOUtteranceResult.StartTime]
- [ISOUtteranceResult.SetStartTime]
- [ISOUtteranceResult.Text]
- [ISOUtteranceResult.SetText]
- [ISOUtteranceResult.TextVariants]
- [ISOUtteranceResult.SetTextVariants]
- [ISOUtteranceResult.Type]
- [ISOUtteranceResult.SetType]
- [ISOUtteranceResult.InitWithTypeStartTimeEndTimeTextTextVariantsCommandIdentifier]
type ISOUtteranceResultsFile ¶
type ISOUtteranceResultsFile interface {
objectivec.IObject
AppendUtteranceResult(result objectivec.IObject)
AudioFileData() foundation.NSData
SetAudioFileData(value foundation.NSData)
CreationDate() float64
SetCreationDate(value float64)
CreatorArguments() string
SetCreatorArguments(value string)
CreatorName() string
SetCreatorName(value string)
ExportAudioDataToFile(file objectivec.IObject) bool
ExportRXGrammarToFile(file objectivec.IObject) bool
FirstUtteranceStartTime() float64
SetFirstUtteranceStartTime(value float64)
ImportAudioDataFromFile(file objectivec.IObject) bool
ImportRXGrammarFromFile(file objectivec.IObject) bool
LocaleIdentifier() string
SetLocaleIdentifier(value string)
RecognizerType() string
SetRecognizerType(value string)
RxGrammar() string
SetRxGrammar(value string)
StreamDescription() coreaudiotypes.AudioStreamBasicDescription
SetStreamDescription(value coreaudiotypes.AudioStreamBasicDescription)
UtteranceResults() foundation.INSArray
SetUtteranceResults(value foundation.INSArray)
WriteToFile(file objectivec.IObject) bool
InitWithContentsOfFile(file objectivec.IObject) SOUtteranceResultsFile
// contains filtered or unexported methods
}
An interface definition for the SOUtteranceResultsFile class.
Methods ¶
- [ISOUtteranceResultsFile._dictionary]
- [ISOUtteranceResultsFile.AppendUtteranceResult]
- [ISOUtteranceResultsFile.AudioFileData]
- [ISOUtteranceResultsFile.SetAudioFileData]
- [ISOUtteranceResultsFile.CreationDate]
- [ISOUtteranceResultsFile.SetCreationDate]
- [ISOUtteranceResultsFile.CreatorArguments]
- [ISOUtteranceResultsFile.SetCreatorArguments]
- [ISOUtteranceResultsFile.CreatorName]
- [ISOUtteranceResultsFile.SetCreatorName]
- [ISOUtteranceResultsFile.ExportAudioDataToFile]
- [ISOUtteranceResultsFile.ExportRXGrammarToFile]
- [ISOUtteranceResultsFile.FirstUtteranceStartTime]
- [ISOUtteranceResultsFile.SetFirstUtteranceStartTime]
- [ISOUtteranceResultsFile.ImportAudioDataFromFile]
- [ISOUtteranceResultsFile.ImportRXGrammarFromFile]
- [ISOUtteranceResultsFile.LocaleIdentifier]
- [ISOUtteranceResultsFile.SetLocaleIdentifier]
- [ISOUtteranceResultsFile.RecognizerType]
- [ISOUtteranceResultsFile.SetRecognizerType]
- [ISOUtteranceResultsFile.RxGrammar]
- [ISOUtteranceResultsFile.SetRxGrammar]
- [ISOUtteranceResultsFile.StreamDescription]
- [ISOUtteranceResultsFile.SetStreamDescription]
- [ISOUtteranceResultsFile.UtteranceResults]
- [ISOUtteranceResultsFile.SetUtteranceResults]
- [ISOUtteranceResultsFile.WriteToFile]
- [ISOUtteranceResultsFile.InitWithContentsOfFile]
type ISOVoiceObject ¶
type ISOVoiceObject interface {
objectivec.IObject
Compare(compare objectivec.IObject) int64
CountryDisplayString() objectivec.IObject
CountryIdentifier() objectivec.IObject
DisplayName() objectivec.IObject
DisplayNameRoot() objectivec.IObject
DoesMatchSystemLocale() bool
DownloadPercentComplete() float64
SetDownloadPercentComplete(value float64)
DownloadStatus() uint64
SetDownloadStatus(value uint64)
Gender() objectivec.IObject
GenderDisplayString() objectivec.IObject
Identifier() objectivec.IObject
IsAppropriateForSystemLanguage() bool
IsNeuter() bool
IsSiriVoice() bool
LanguageDisplayString() objectivec.IObject
LanguageIdentifier() objectivec.IObject
LocaleIdentifier() objectivec.IObject
MatchesSearchString(string_ objectivec.IObject) bool
RelativeDesirability() int64
ShowsInFullListOnly() bool
SiriLocalizedColorName() objectivec.IObject
SiriVoiceDisplayNameFromIdentifier() objectivec.IObject
Visibility() uint64
SetVisibility(value uint64)
Voice() unsafe.Pointer
VoiceAttributes() objectivec.IObject
InitWithVoiceWithIdentifier(voice objectivec.IObject, identifier objectivec.IObject) SOVoiceObject
InitWithVoiceIdentifierWithIdentifier(identifier objectivec.IObject) SOVoiceObject
// contains filtered or unexported methods
}
An interface definition for the SOVoiceObject class.
Methods ¶
- [ISOVoiceObject._conversionLocale]
- [ISOVoiceObject._displayLocalizedVoiceNameForString]
- [ISOVoiceObject._getSiriVoiceNameFromIdentifier]
- [ISOVoiceObject._overriddenCompactVoices]
- [ISOVoiceObject._siriVoiceDisplayName]
- [ISOVoiceObject._siriVoiceDisplayNameRoot]
- [ISOVoiceObject._siriVoiceGenderedDisplayName]
- [ISOVoiceObject._siriVoiceGenderedDisplayNameRoot]
- [ISOVoiceObject._voiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName]
- [ISOVoiceObject.Compare]
- [ISOVoiceObject.CountryDisplayString]
- [ISOVoiceObject.CountryIdentifier]
- [ISOVoiceObject.DisplayName]
- [ISOVoiceObject.DisplayNameRoot]
- [ISOVoiceObject.DoesMatchSystemLocale]
- [ISOVoiceObject.DownloadPercentComplete]
- [ISOVoiceObject.SetDownloadPercentComplete]
- [ISOVoiceObject.DownloadStatus]
- [ISOVoiceObject.SetDownloadStatus]
- [ISOVoiceObject.Gender]
- [ISOVoiceObject.GenderDisplayString]
- [ISOVoiceObject.Identifier]
- [ISOVoiceObject.IsAppropriateForSystemLanguage]
- [ISOVoiceObject.IsNeuter]
- [ISOVoiceObject.IsSiriVoice]
- [ISOVoiceObject.LanguageDisplayString]
- [ISOVoiceObject.LanguageIdentifier]
- [ISOVoiceObject.LocaleIdentifier]
- [ISOVoiceObject.MatchesSearchString]
- [ISOVoiceObject.RelativeDesirability]
- [ISOVoiceObject.ShowsInFullListOnly]
- [ISOVoiceObject.SiriLocalizedColorName]
- [ISOVoiceObject.SiriVoiceDisplayNameFromIdentifier]
- [ISOVoiceObject.Visibility]
- [ISOVoiceObject.SetVisibility]
- [ISOVoiceObject.Voice]
- [ISOVoiceObject.VoiceAttributes]
- [ISOVoiceObject.InitWithVoiceWithIdentifier]
- [ISOVoiceObject.InitWithVoiceIdentifierWithIdentifier]
type ISOVoicePopUpButton ¶
type ISOVoicePopUpButton interface {
appkit.INSPopUpButton
AddExcludedIdentifier(identifier objectivec.IObject)
BuildPopUpButtonWithSelectVoiceIdentifier(identifier objectivec.IObject)
IsSelectedVoiceAppropriateForCurrentLanguageWithUserConfirmationParentWindowForSheet(confirmation bool, sheet objectivec.IObject) bool
SelectedVoiceAttributes() objectivec.IObject
SetAllowSystemVoiceChoice(choice bool)
SetShowIndividualVoiceQualities(qualities bool)
SetSystemVoiceLocalizedTextMenuItemTag(text objectivec.IObject, tag int64)
// contains filtered or unexported methods
}
An interface definition for the SOVoicePopUpButton class.
Methods ¶
- [ISOVoicePopUpButton._forcePopupsToAdoptCachedMenuExceptPopUp]
- [ISOVoicePopUpButton._handleSpeechDataInstallationNotification]
- [ISOVoicePopUpButton._previouslyChosenVoiceIdentifier]
- [ISOVoicePopUpButton._setPreviouslyChosenVoiceIdentifier]
- [ISOVoicePopUpButton._statusStringForActiveDownloads]
- [ISOVoicePopUpButton._updateDownloadStatusFields]
- [ISOVoicePopUpButton.AddExcludedIdentifier]
- [ISOVoicePopUpButton.BuildPopUpButtonWithSelectVoiceIdentifier]
- [ISOVoicePopUpButton.IsSelectedVoiceAppropriateForCurrentLanguageWithUserConfirmationParentWindowForSheet]
- [ISOVoicePopUpButton.SelectedVoiceAttributes]
- [ISOVoicePopUpButton.SetAllowSystemVoiceChoice]
- [ISOVoicePopUpButton.SetShowIndividualVoiceQualities]
- [ISOVoicePopUpButton.SetSystemVoiceLocalizedTextMenuItemTag]
type ISOVoiceRowCheckboxButton ¶
type ISOVoiceRowCheckboxButton interface {
appkit.INSButton
VoiceIdentifier() string
SetVoiceIdentifier(value string)
}
An interface definition for the SOVoiceRowCheckboxButton class.
Methods ¶
- [ISOVoiceRowCheckboxButton.VoiceIdentifier]
- [ISOVoiceRowCheckboxButton.SetVoiceIdentifier]
type ISOVoiceRowTextView ¶
type ISOVoiceRowTextView interface {
appkit.INSTextField
}
An interface definition for the SOVoiceRowTextView class.
type IVoiceSettingsAlertController ¶
type IVoiceSettingsAlertController interface {
IVoiceSettingsWindowController
ShowWindowWithVoiceSettingsModalDelegateWindowTitle(settings objectivec.IObject, delegate objectivec.IObject, title objectivec.IObject)
}
An interface definition for the VoiceSettingsAlertController class.
Methods ¶
- [IVoiceSettingsAlertController.ShowWindowWithVoiceSettingsModalDelegateWindowTitle]
type IVoiceSettingsSheetController ¶
type IVoiceSettingsSheetController interface {
IVoiceSettingsWindowController
ShowSheetWithVoiceSettingsModalDelegateModalForWindow(settings objectivec.IObject, delegate objectivec.IObject, window objectivec.IObject)
}
An interface definition for the VoiceSettingsSheetController class.
Methods ¶
- [IVoiceSettingsSheetController.ShowSheetWithVoiceSettingsModalDelegateModalForWindow]
type IVoiceSettingsWindowController ¶
type IVoiceSettingsWindowController interface {
appkit.INSWindowController
CancelVoiceSettings(settings objectivec.IObject)
CloseWindow()
PercentOfNormalFromSlider(slider objectivec.IObject) float32
PlayStopVoiceSettings(settings objectivec.IObject)
RateCheckboxClicked(clicked objectivec.IObject)
RateSliderChanged(changed objectivec.IObject)
SaveVoiceSettings(settings objectivec.IObject)
SetUpWindowWithVoiceSettingsModalDelegate(settings objectivec.IObject, delegate objectivec.IObject)
SetValueOfSliderUsingPercentOfNormal(slider objectivec.IObject, normal float32)
SetValueOfSliderUsingWordsPerMinute(slider objectivec.IObject, minute float32)
SpeechSynthesizerDidFinishSpeaking(synthesizer objectivec.IObject, speaking bool)
VoicePopupMenuChanged(changed objectivec.IObject)
VoiceSettingsFromWindow() objectivec.IObject
VolumeCheckboxClicked(clicked objectivec.IObject)
VolumeSliderChanged(changed objectivec.IObject)
WordsPerMinuteFromSlider(slider objectivec.IObject) float32
DebugDescription() string
Description() string
Hash() uint64
Superclass() objectivec.Class
}
An interface definition for the VoiceSettingsWindowController class.
Methods ¶
- [IVoiceSettingsWindowController.CancelVoiceSettings]
- [IVoiceSettingsWindowController.CloseWindow]
- [IVoiceSettingsWindowController.PercentOfNormalFromSlider]
- [IVoiceSettingsWindowController.PlayStopVoiceSettings]
- [IVoiceSettingsWindowController.RateCheckboxClicked]
- [IVoiceSettingsWindowController.RateSliderChanged]
- [IVoiceSettingsWindowController.SaveVoiceSettings]
- [IVoiceSettingsWindowController.SetUpWindowWithVoiceSettingsModalDelegate]
- [IVoiceSettingsWindowController.SetValueOfSliderUsingPercentOfNormal]
- [IVoiceSettingsWindowController.SetValueOfSliderUsingWordsPerMinute]
- [IVoiceSettingsWindowController.SpeechSynthesizerDidFinishSpeaking]
- [IVoiceSettingsWindowController.VoicePopupMenuChanged]
- [IVoiceSettingsWindowController.VoiceSettingsFromWindow]
- [IVoiceSettingsWindowController.VolumeCheckboxClicked]
- [IVoiceSettingsWindowController.VolumeSliderChanged]
- [IVoiceSettingsWindowController.WordsPerMinuteFromSlider]
- [IVoiceSettingsWindowController.DebugDescription]
- [IVoiceSettingsWindowController.Description]
- [IVoiceSettingsWindowController.Hash]
- [IVoiceSettingsWindowController.Superclass]
type IVoiceTableCellView ¶
type IVoiceTableCellView interface {
appkit.INSTableCellView
ActiveCheckbox() ISOVoiceRowCheckboxButton
DownloadCheckbox() ISOVoiceRowCheckboxButton
DownloadMessageTextField() appkit.NSTextField
}
An interface definition for the VoiceTableCellView class.
Methods ¶
- [IVoiceTableCellView.ActiveCheckbox]
- [IVoiceTableCellView.DownloadCheckbox]
- [IVoiceTableCellView.DownloadMessageTextField]
type IVoiceTableRow ¶
type IVoiceTableRow interface {
objectivec.IObject
IsGroupRow() bool
IsSelected() bool
SetSelectedUsingLanguageCodeOnlyToSelectVoices(voices bool)
TableIndex() uint64
SetTableIndex(value uint64)
Title() string
VoiceObject() ISOVoiceObject
InitWithTitleVoiceObject(title objectivec.IObject, object objectivec.IObject) VoiceTableRow
GroupRow() bool
SetGroupRow(value bool)
Selected() bool
SetSelected(value bool)
}
An interface definition for the VoiceTableRow class.
Methods ¶
- [IVoiceTableRow.IsGroupRow]
- [IVoiceTableRow.IsSelected]
- [IVoiceTableRow.SetSelectedUsingLanguageCodeOnlyToSelectVoices]
- [IVoiceTableRow.TableIndex]
- [IVoiceTableRow.SetTableIndex]
- [IVoiceTableRow.Title]
- [IVoiceTableRow.VoiceObject]
- [IVoiceTableRow.InitWithTitleVoiceObject]
- [IVoiceTableRow.GroupRow]
- [IVoiceTableRow.SetGroupRow]
- [IVoiceTableRow.Selected]
- [IVoiceTableRow.SetSelected]
type NSSoundDelegate ¶
type NSSoundDelegate interface {
objectivec.IObject
}
NSSoundDelegate protocol.
type NSSoundDelegateObject ¶
type NSSoundDelegateObject struct {
objectivec.Object
}
NSSoundDelegateObject wraps an existing Objective-C object that conforms to the NSSoundDelegate protocol.
func NSSoundDelegateObjectFromID ¶
func NSSoundDelegateObjectFromID(id objc.ID) NSSoundDelegateObject
NSSoundDelegateObjectFromID constructs a NSSoundDelegateObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (NSSoundDelegateObject) BaseObject ¶
func (o NSSoundDelegateObject) BaseObject() objectivec.Object
func (NSSoundDelegateObject) SoundDidFinishPlaying ¶
func (o NSSoundDelegateObject) SoundDidFinishPlaying(sound objectivec.IObject, playing bool)
type NSSpeechSynthesizerDelegate ¶
type NSSpeechSynthesizerDelegate interface {
objectivec.IObject
}
NSSpeechSynthesizerDelegate protocol.
type NSSpeechSynthesizerDelegateObject ¶
type NSSpeechSynthesizerDelegateObject struct {
objectivec.Object
}
NSSpeechSynthesizerDelegateObject wraps an existing Objective-C object that conforms to the NSSpeechSynthesizerDelegate protocol.
func NSSpeechSynthesizerDelegateObjectFromID ¶
func NSSpeechSynthesizerDelegateObjectFromID(id objc.ID) NSSpeechSynthesizerDelegateObject
NSSpeechSynthesizerDelegateObjectFromID constructs a NSSpeechSynthesizerDelegateObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (NSSpeechSynthesizerDelegateObject) BaseObject ¶
func (o NSSpeechSynthesizerDelegateObject) BaseObject() objectivec.Object
func (NSSpeechSynthesizerDelegateObject) SpeechSynthesizerDidEncounterErrorAtIndexOfStringMessage ¶
func (o NSSpeechSynthesizerDelegateObject) SpeechSynthesizerDidEncounterErrorAtIndexOfStringMessage(synthesizer objectivec.IObject, index uint64, string_ objectivec.IObject, message objectivec.IObject)
func (NSSpeechSynthesizerDelegateObject) SpeechSynthesizerDidEncounterSyncMessage ¶
func (o NSSpeechSynthesizerDelegateObject) SpeechSynthesizerDidEncounterSyncMessage(synthesizer objectivec.IObject, message objectivec.IObject)
func (NSSpeechSynthesizerDelegateObject) SpeechSynthesizerDidFinishSpeaking ¶
func (o NSSpeechSynthesizerDelegateObject) SpeechSynthesizerDidFinishSpeaking(synthesizer objectivec.IObject, speaking bool)
func (NSSpeechSynthesizerDelegateObject) SpeechSynthesizerWillSpeakPhoneme ¶
func (o NSSpeechSynthesizerDelegateObject) SpeechSynthesizerWillSpeakPhoneme(synthesizer objectivec.IObject, phoneme int16)
func (NSSpeechSynthesizerDelegateObject) SpeechSynthesizerWillSpeakWordOfString ¶
func (o NSSpeechSynthesizerDelegateObject) SpeechSynthesizerWillSpeakWordOfString(synthesizer objectivec.IObject, word foundation.NSRange, string_ objectivec.IObject)
type NSTabViewDelegate ¶
type NSTabViewDelegate interface {
objectivec.IObject
}
NSTabViewDelegate protocol.
type NSTabViewDelegateObject ¶
type NSTabViewDelegateObject struct {
objectivec.Object
}
NSTabViewDelegateObject wraps an existing Objective-C object that conforms to the NSTabViewDelegate protocol.
func NSTabViewDelegateObjectFromID ¶
func NSTabViewDelegateObjectFromID(id objc.ID) NSTabViewDelegateObject
NSTabViewDelegateObjectFromID constructs a NSTabViewDelegateObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (NSTabViewDelegateObject) BaseObject ¶
func (o NSTabViewDelegateObject) BaseObject() objectivec.Object
func (NSTabViewDelegateObject) TabViewDidChangeNumberOfTabViewItems ¶
func (o NSTabViewDelegateObject) TabViewDidChangeNumberOfTabViewItems(items objectivec.IObject)
func (NSTabViewDelegateObject) TabViewDidSelectTabViewItem ¶
func (o NSTabViewDelegateObject) TabViewDidSelectTabViewItem(view objectivec.IObject, item objectivec.IObject)
func (NSTabViewDelegateObject) TabViewShouldSelectTabViewItem ¶
func (o NSTabViewDelegateObject) TabViewShouldSelectTabViewItem(view objectivec.IObject, item objectivec.IObject) bool
func (NSTabViewDelegateObject) TabViewWillSelectTabViewItem ¶
func (o NSTabViewDelegateObject) TabViewWillSelectTabViewItem(view objectivec.IObject, item objectivec.IObject)
type SOAudioFileUtilities ¶
type SOAudioFileUtilities struct {
objectivec.Object
}
func NewSOAudioFileUtilities ¶
func NewSOAudioFileUtilities() SOAudioFileUtilities
NewSOAudioFileUtilities creates a new SOAudioFileUtilities instance.
func SOAudioFileUtilitiesFromID ¶
func SOAudioFileUtilitiesFromID(id objc.ID) SOAudioFileUtilities
SOAudioFileUtilitiesFromID constructs a SOAudioFileUtilities from an objc.ID.
func (SOAudioFileUtilities) Autorelease ¶
func (s SOAudioFileUtilities) Autorelease() SOAudioFileUtilities
Autorelease adds the receiver to the current autorelease pool.
func (SOAudioFileUtilities) Init ¶
func (s SOAudioFileUtilities) Init() SOAudioFileUtilities
Init initializes the instance.
type SOAudioFileUtilitiesClass ¶
type SOAudioFileUtilitiesClass struct {
// contains filtered or unexported fields
}
func GetSOAudioFileUtilitiesClass ¶
func GetSOAudioFileUtilitiesClass() SOAudioFileUtilitiesClass
GetSOAudioFileUtilitiesClass returns the class object for SOAudioFileUtilities.
func (SOAudioFileUtilitiesClass) Alloc ¶
func (sc SOAudioFileUtilitiesClass) Alloc() SOAudioFileUtilities
Alloc allocates memory for a new instance of the class.
func (SOAudioFileUtilitiesClass) Class ¶
func (sc SOAudioFileUtilitiesClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (SOAudioFileUtilitiesClass) SampleDataFromContentsOfFileStreamDescription ¶
func (_SOAudioFileUtilitiesClass SOAudioFileUtilitiesClass) SampleDataFromContentsOfFileStreamDescription(file objectivec.IObject, description coreaudiotypes.AudioStreamBasicDescription) objectivec.IObject
func (SOAudioFileUtilitiesClass) WriteSampleDataToFileDataStreamDescriptionFileStreamDescription ¶
func (_SOAudioFileUtilitiesClass SOAudioFileUtilitiesClass) WriteSampleDataToFileDataStreamDescriptionFileStreamDescription(data objectivec.IObject, file objectivec.IObject, description coreaudiotypes.AudioStreamBasicDescription, description2 coreaudiotypes.AudioStreamBasicDescription) bool
type SOCustomizeSRLanguagesWindowController ¶
type SOCustomizeSRLanguagesWindowController struct {
appkit.NSWindowController
}
Methods ¶
- [SOCustomizeSRLanguagesWindowController._propagateCheckboxSelection]
- [SOCustomizeSRLanguagesWindowController._propagateDownloadVariantSelection]
- [SOCustomizeSRLanguagesWindowController._rebuildList]
- [SOCustomizeSRLanguagesWindowController._setRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected]
- [SOCustomizeSRLanguagesWindowController._updateButtonStatesOnlyIfDownloadRequired]
- [SOCustomizeSRLanguagesWindowController._updateDisplayUsingFilterString]
- [SOCustomizeSRLanguagesWindowController._updateRowDownloadStatus]
- SOCustomizeSRLanguagesWindowController.AcceptSelection
- SOCustomizeSRLanguagesWindowController.CancelSelection
- SOCustomizeSRLanguagesWindowController.NumberOfRowsInTableView
- SOCustomizeSRLanguagesWindowController.SearchFieldChanged
- SOCustomizeSRLanguagesWindowController.ShowSheetForWindowNetworkSupportedLocaleIdentifiersRequiredLocaleIdentifierSupportDownloadsShowOnlyNetworkSupportedItems
- SOCustomizeSRLanguagesWindowController.TableViewIsGroupRow
- SOCustomizeSRLanguagesWindowController.TableViewShouldSelectRow
- SOCustomizeSRLanguagesWindowController.TableViewViewForTableColumnRow
- SOCustomizeSRLanguagesWindowController.TableViewSelectionDidChange
- SOCustomizeSRLanguagesWindowController.DebugDescription
- SOCustomizeSRLanguagesWindowController.Description
- SOCustomizeSRLanguagesWindowController.Hash
- SOCustomizeSRLanguagesWindowController.Superclass
func NewSOCustomizeSRLanguagesWindowController ¶
func NewSOCustomizeSRLanguagesWindowController() SOCustomizeSRLanguagesWindowController
NewSOCustomizeSRLanguagesWindowController creates a new SOCustomizeSRLanguagesWindowController instance.
func SOCustomizeSRLanguagesWindowControllerFromID ¶
func SOCustomizeSRLanguagesWindowControllerFromID(id objc.ID) SOCustomizeSRLanguagesWindowController
SOCustomizeSRLanguagesWindowControllerFromID constructs a SOCustomizeSRLanguagesWindowController from an objc.ID.
func (SOCustomizeSRLanguagesWindowController) AcceptSelection ¶
func (s SOCustomizeSRLanguagesWindowController) AcceptSelection(selection objectivec.IObject)
func (SOCustomizeSRLanguagesWindowController) Autorelease ¶
func (s SOCustomizeSRLanguagesWindowController) Autorelease() SOCustomizeSRLanguagesWindowController
Autorelease adds the receiver to the current autorelease pool.
func (SOCustomizeSRLanguagesWindowController) CanPropagateCheckboxSelection ¶ added in v0.6.0
func (s SOCustomizeSRLanguagesWindowController) CanPropagateCheckboxSelection() bool
CanPropagateCheckboxSelection reports whether the receiver responds to the private selector _propagateCheckboxSelection:.
func (SOCustomizeSRLanguagesWindowController) CanPropagateDownloadVariantSelection ¶ added in v0.6.0
func (s SOCustomizeSRLanguagesWindowController) CanPropagateDownloadVariantSelection() bool
CanPropagateDownloadVariantSelection reports whether the receiver responds to the private selector _propagateDownloadVariantSelection:.
func (SOCustomizeSRLanguagesWindowController) CanRebuildList ¶ added in v0.6.0
func (s SOCustomizeSRLanguagesWindowController) CanRebuildList() bool
CanRebuildList reports whether the receiver responds to the private selector _rebuildList.
func (SOCustomizeSRLanguagesWindowController) CanSetRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected ¶ added in v0.6.0
func (s SOCustomizeSRLanguagesWindowController) CanSetRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected() bool
CanSetRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected reports whether the receiver responds to the private selector _setRowStatusFieldView:variantPopUpButton:speechItem:isSelected:.
func (SOCustomizeSRLanguagesWindowController) CanUpdateButtonStatesOnlyIfDownloadRequired ¶ added in v0.6.0
func (s SOCustomizeSRLanguagesWindowController) CanUpdateButtonStatesOnlyIfDownloadRequired() bool
CanUpdateButtonStatesOnlyIfDownloadRequired reports whether the receiver responds to the private selector _updateButtonStatesOnlyIfDownloadRequired:.
func (SOCustomizeSRLanguagesWindowController) CanUpdateDisplayUsingFilterString ¶ added in v0.6.0
func (s SOCustomizeSRLanguagesWindowController) CanUpdateDisplayUsingFilterString() bool
CanUpdateDisplayUsingFilterString reports whether the receiver responds to the private selector _updateDisplayUsingFilterString:.
func (SOCustomizeSRLanguagesWindowController) CanUpdateRowDownloadStatus ¶ added in v0.6.0
func (s SOCustomizeSRLanguagesWindowController) CanUpdateRowDownloadStatus() bool
CanUpdateRowDownloadStatus reports whether the receiver responds to the private selector _updateRowDownloadStatus.
func (SOCustomizeSRLanguagesWindowController) CancelSelection ¶
func (s SOCustomizeSRLanguagesWindowController) CancelSelection(selection objectivec.IObject)
func (SOCustomizeSRLanguagesWindowController) DebugDescription ¶
func (s SOCustomizeSRLanguagesWindowController) DebugDescription() string
func (SOCustomizeSRLanguagesWindowController) Description ¶
func (s SOCustomizeSRLanguagesWindowController) Description() string
func (SOCustomizeSRLanguagesWindowController) Hash ¶
func (s SOCustomizeSRLanguagesWindowController) Hash() uint64
func (SOCustomizeSRLanguagesWindowController) NumberOfRowsInTableView ¶
func (s SOCustomizeSRLanguagesWindowController) NumberOfRowsInTableView(view objectivec.IObject) int64
func (SOCustomizeSRLanguagesWindowController) PropagateCheckboxSelection ¶
func (s SOCustomizeSRLanguagesWindowController) PropagateCheckboxSelection(selection objectivec.IObject) error
PropagateCheckboxSelection is an exported wrapper for the private method _propagateCheckboxSelection.
func (SOCustomizeSRLanguagesWindowController) PropagateDownloadVariantSelection ¶
func (s SOCustomizeSRLanguagesWindowController) PropagateDownloadVariantSelection(selection objectivec.IObject) error
PropagateDownloadVariantSelection is an exported wrapper for the private method _propagateDownloadVariantSelection.
func (SOCustomizeSRLanguagesWindowController) RebuildList ¶
func (s SOCustomizeSRLanguagesWindowController) RebuildList() error
RebuildList is an exported wrapper for the private method _rebuildList.
func (SOCustomizeSRLanguagesWindowController) SearchFieldChanged ¶
func (s SOCustomizeSRLanguagesWindowController) SearchFieldChanged(changed objectivec.IObject)
func (SOCustomizeSRLanguagesWindowController) SetRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected ¶
func (s SOCustomizeSRLanguagesWindowController) SetRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected(view objectivec.IObject, button objectivec.IObject, item objectivec.IObject, selected bool) error
SetRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected is an exported wrapper for the private method _setRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected.
func (SOCustomizeSRLanguagesWindowController) ShowSheetForWindowNetworkSupportedLocaleIdentifiersRequiredLocaleIdentifierSupportDownloadsShowOnlyNetworkSupportedItems ¶
func (s SOCustomizeSRLanguagesWindowController) ShowSheetForWindowNetworkSupportedLocaleIdentifiersRequiredLocaleIdentifierSupportDownloadsShowOnlyNetworkSupportedItems(window objectivec.IObject, identifiers objectivec.IObject, identifier objectivec.IObject, downloads bool, items bool)
func (SOCustomizeSRLanguagesWindowController) Superclass ¶
func (s SOCustomizeSRLanguagesWindowController) Superclass() objectivec.Class
func (SOCustomizeSRLanguagesWindowController) TableViewIsGroupRow ¶
func (s SOCustomizeSRLanguagesWindowController) TableViewIsGroupRow(view objectivec.IObject, row int) bool
func (SOCustomizeSRLanguagesWindowController) TableViewSelectionDidChange ¶
func (s SOCustomizeSRLanguagesWindowController) TableViewSelectionDidChange(change objectivec.IObject)
func (SOCustomizeSRLanguagesWindowController) TableViewShouldSelectRow ¶
func (s SOCustomizeSRLanguagesWindowController) TableViewShouldSelectRow(view objectivec.IObject, row int64) bool
func (SOCustomizeSRLanguagesWindowController) TableViewViewForTableColumnRow ¶
func (s SOCustomizeSRLanguagesWindowController) TableViewViewForTableColumnRow(view objectivec.IObject, column objectivec.IObject, row int64) objectivec.IObject
func (SOCustomizeSRLanguagesWindowController) UpdateButtonStatesOnlyIfDownloadRequired ¶
func (s SOCustomizeSRLanguagesWindowController) UpdateButtonStatesOnlyIfDownloadRequired(required bool) error
UpdateButtonStatesOnlyIfDownloadRequired is an exported wrapper for the private method _updateButtonStatesOnlyIfDownloadRequired.
func (SOCustomizeSRLanguagesWindowController) UpdateDisplayUsingFilterString ¶
func (s SOCustomizeSRLanguagesWindowController) UpdateDisplayUsingFilterString(string_ objectivec.IObject) error
UpdateDisplayUsingFilterString is an exported wrapper for the private method _updateDisplayUsingFilterString.
func (SOCustomizeSRLanguagesWindowController) UpdateRowDownloadStatus ¶
func (s SOCustomizeSRLanguagesWindowController) UpdateRowDownloadStatus() error
UpdateRowDownloadStatus is an exported wrapper for the private method _updateRowDownloadStatus.
type SOCustomizeSRLanguagesWindowControllerClass ¶
type SOCustomizeSRLanguagesWindowControllerClass struct {
// contains filtered or unexported fields
}
func GetSOCustomizeSRLanguagesWindowControllerClass ¶
func GetSOCustomizeSRLanguagesWindowControllerClass() SOCustomizeSRLanguagesWindowControllerClass
GetSOCustomizeSRLanguagesWindowControllerClass returns the class object for SOCustomizeSRLanguagesWindowController.
func (SOCustomizeSRLanguagesWindowControllerClass) Alloc ¶
func (sc SOCustomizeSRLanguagesWindowControllerClass) Alloc() SOCustomizeSRLanguagesWindowController
Alloc allocates memory for a new instance of the class.
func (SOCustomizeSRLanguagesWindowControllerClass) Class ¶
func (sc SOCustomizeSRLanguagesWindowControllerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type SODownloadDisplayManager ¶
type SODownloadDisplayManager struct {
objectivec.Object
}
Methods ¶
- [SODownloadDisplayManager._appendAveragingTimeInterval]
- [SODownloadDisplayManager._averagedTimeInterval]
- SODownloadDisplayManager.Reset
- SODownloadDisplayManager.TimeRemainingForActiveInstallationsWithTagPrefix
func NewSODownloadDisplayManager ¶
func NewSODownloadDisplayManager() SODownloadDisplayManager
NewSODownloadDisplayManager creates a new SODownloadDisplayManager instance.
func SODownloadDisplayManagerFromID ¶
func SODownloadDisplayManagerFromID(id objc.ID) SODownloadDisplayManager
SODownloadDisplayManagerFromID constructs a SODownloadDisplayManager from an objc.ID.
func (SODownloadDisplayManager) AppendAveragingTimeInterval ¶
func (s SODownloadDisplayManager) AppendAveragingTimeInterval(interval float64) error
AppendAveragingTimeInterval is an exported wrapper for the private method _appendAveragingTimeInterval.
func (SODownloadDisplayManager) Autorelease ¶
func (s SODownloadDisplayManager) Autorelease() SODownloadDisplayManager
Autorelease adds the receiver to the current autorelease pool.
func (SODownloadDisplayManager) AveragedTimeInterval ¶
func (s SODownloadDisplayManager) AveragedTimeInterval() (float64, error)
AveragedTimeInterval is an exported wrapper for the private method _averagedTimeInterval.
func (SODownloadDisplayManager) CanAppendAveragingTimeInterval ¶ added in v0.6.0
func (s SODownloadDisplayManager) CanAppendAveragingTimeInterval() bool
CanAppendAveragingTimeInterval reports whether the receiver responds to the private selector _appendAveragingTimeInterval:.
func (SODownloadDisplayManager) CanAveragedTimeInterval ¶ added in v0.6.0
func (s SODownloadDisplayManager) CanAveragedTimeInterval() bool
CanAveragedTimeInterval reports whether the receiver responds to the private selector _averagedTimeInterval.
func (SODownloadDisplayManager) Init ¶
func (s SODownloadDisplayManager) Init() SODownloadDisplayManager
Init initializes the instance.
func (SODownloadDisplayManager) Reset ¶
func (s SODownloadDisplayManager) Reset()
func (SODownloadDisplayManager) TimeRemainingForActiveInstallationsWithTagPrefix ¶
func (s SODownloadDisplayManager) TimeRemainingForActiveInstallationsWithTagPrefix(installations objectivec.IObject, prefix objectivec.IObject) float64
type SODownloadDisplayManagerClass ¶
type SODownloadDisplayManagerClass struct {
// contains filtered or unexported fields
}
func GetSODownloadDisplayManagerClass ¶
func GetSODownloadDisplayManagerClass() SODownloadDisplayManagerClass
GetSODownloadDisplayManagerClass returns the class object for SODownloadDisplayManager.
func (SODownloadDisplayManagerClass) Alloc ¶
func (sc SODownloadDisplayManagerClass) Alloc() SODownloadDisplayManager
Alloc allocates memory for a new instance of the class.
func (SODownloadDisplayManagerClass) Class ¶
func (sc SODownloadDisplayManagerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type SOPowerSavvyTimer ¶
type SOPowerSavvyTimer struct {
foundation.NSTimer
}
Methods ¶
- [SOPowerSavvyTimer._target]
- SOPowerSavvyTimer.IsValid
- SOPowerSavvyTimer.Repeats
- SOPowerSavvyTimer.SetRepeats
- SOPowerSavvyTimer.Selector
- SOPowerSavvyTimer.SetSelector
- SOPowerSavvyTimer.Target
- SOPowerSavvyTimer.SetTarget
- SOPowerSavvyTimer.Timer
- SOPowerSavvyTimer.SetTimer
func NewSOPowerSavvyTimer ¶
func NewSOPowerSavvyTimer() SOPowerSavvyTimer
NewSOPowerSavvyTimer creates a new SOPowerSavvyTimer instance.
func SOPowerSavvyTimerFromID ¶
func SOPowerSavvyTimerFromID(id objc.ID) SOPowerSavvyTimer
SOPowerSavvyTimerFromID constructs a SOPowerSavvyTimer from an objc.ID.
func (SOPowerSavvyTimer) Autorelease ¶
func (s SOPowerSavvyTimer) Autorelease() SOPowerSavvyTimer
Autorelease adds the receiver to the current autorelease pool.
func (SOPowerSavvyTimer) Init ¶
func (s SOPowerSavvyTimer) Init() SOPowerSavvyTimer
Init initializes the instance.
func (SOPowerSavvyTimer) IsValid ¶
func (s SOPowerSavvyTimer) IsValid() bool
func (SOPowerSavvyTimer) Repeats ¶
func (s SOPowerSavvyTimer) Repeats() bool
func (SOPowerSavvyTimer) Selector ¶
func (s SOPowerSavvyTimer) Selector() objectivec.SEL
func (SOPowerSavvyTimer) SetRepeats ¶
func (s SOPowerSavvyTimer) SetRepeats(value bool)
func (SOPowerSavvyTimer) SetSelector ¶
func (s SOPowerSavvyTimer) SetSelector(value objectivec.SEL)
func (SOPowerSavvyTimer) SetTarget ¶
func (s SOPowerSavvyTimer) SetTarget(value objectivec.IObject)
func (SOPowerSavvyTimer) SetTimer ¶ added in v0.6.10
func (s SOPowerSavvyTimer) SetTimer(value foundation.Timer)
func (SOPowerSavvyTimer) Target ¶
func (s SOPowerSavvyTimer) Target() objectivec.IObject
func (SOPowerSavvyTimer) Timer ¶ added in v0.6.10
func (s SOPowerSavvyTimer) Timer() foundation.Timer
type SOPowerSavvyTimerClass ¶
type SOPowerSavvyTimerClass struct {
// contains filtered or unexported fields
}
func GetSOPowerSavvyTimerClass ¶
func GetSOPowerSavvyTimerClass() SOPowerSavvyTimerClass
GetSOPowerSavvyTimerClass returns the class object for SOPowerSavvyTimer.
func (SOPowerSavvyTimerClass) Alloc ¶
func (sc SOPowerSavvyTimerClass) Alloc() SOPowerSavvyTimer
Alloc allocates memory for a new instance of the class.
func (SOPowerSavvyTimerClass) Class ¶
func (sc SOPowerSavvyTimerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (SOPowerSavvyTimerClass) RequestTargetPerformSelectorWithObjectAfterDelay ¶
func (_SOPowerSavvyTimerClass SOPowerSavvyTimerClass) RequestTargetPerformSelectorWithObjectAfterDelay(target objectivec.IObject, selector objectivec.SEL, object objectivec.IObject, delay float64)
type SOSRLanguageItem ¶
type SOSRLanguageItem struct {
SOSpeechItem
}
Methods ¶
func NewSOSRLanguageItem ¶
func NewSOSRLanguageItem() SOSRLanguageItem
NewSOSRLanguageItem creates a new SOSRLanguageItem instance.
func NewSOSRLanguageItemWithDownloadableBundleIdentifierProperties ¶
func NewSOSRLanguageItemWithDownloadableBundleIdentifierProperties(identifier objectivec.IObject, properties objectivec.IObject) SOSRLanguageItem
func NewSOSRLanguageItemWithLocaleIdentifier ¶
func NewSOSRLanguageItemWithLocaleIdentifier(identifier objectivec.IObject) SOSRLanguageItem
func NewSOSRLanguageItemWithLocaleIdentifierUsingOffline ¶
func NewSOSRLanguageItemWithLocaleIdentifierUsingOffline(identifier objectivec.IObject, offline bool) SOSRLanguageItem
func SOSRLanguageItemFromID ¶
func SOSRLanguageItemFromID(id objc.ID) SOSRLanguageItem
SOSRLanguageItemFromID constructs a SOSRLanguageItem from an objc.ID.
func (SOSRLanguageItem) Autorelease ¶
func (s SOSRLanguageItem) Autorelease() SOSRLanguageItem
Autorelease adds the receiver to the current autorelease pool.
func (SOSRLanguageItem) Init ¶
func (s SOSRLanguageItem) Init() SOSRLanguageItem
Init initializes the instance.
func (SOSRLanguageItem) InitWithLocaleIdentifier ¶
func (s SOSRLanguageItem) InitWithLocaleIdentifier(identifier objectivec.IObject) SOSRLanguageItem
func (SOSRLanguageItem) InitWithLocaleIdentifierUsingOffline ¶
func (s SOSRLanguageItem) InitWithLocaleIdentifierUsingOffline(identifier objectivec.IObject, offline bool) SOSRLanguageItem
type SOSRLanguageItemClass ¶
type SOSRLanguageItemClass struct {
// contains filtered or unexported fields
}
func GetSOSRLanguageItemClass ¶
func GetSOSRLanguageItemClass() SOSRLanguageItemClass
GetSOSRLanguageItemClass returns the class object for SOSRLanguageItem.
func (SOSRLanguageItemClass) Alloc ¶
func (sc SOSRLanguageItemClass) Alloc() SOSRLanguageItem
Alloc allocates memory for a new instance of the class.
func (SOSRLanguageItemClass) AvailableLocalRecognizerLanguageItems ¶
func (_SOSRLanguageItemClass SOSRLanguageItemClass) AvailableLocalRecognizerLanguageItems() objectivec.IObject
func (SOSRLanguageItemClass) BestIndexFromLanguageItemsForLocaleIdentifier ¶
func (_SOSRLanguageItemClass SOSRLanguageItemClass) BestIndexFromLanguageItemsForLocaleIdentifier(items objectivec.IObject, identifier objectivec.IObject) uint64
func (SOSRLanguageItemClass) Class ¶
func (sc SOSRLanguageItemClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (SOSRLanguageItemClass) DownloadableLocalSRLanguageItems ¶
func (_SOSRLanguageItemClass SOSRLanguageItemClass) DownloadableLocalSRLanguageItems() objectivec.IObject
func (SOSRLanguageItemClass) EngineIdentifierFromLocaleIdentifier ¶
func (_SOSRLanguageItemClass SOSRLanguageItemClass) EngineIdentifierFromLocaleIdentifier(identifier objectivec.IObject) objectivec.IObject
func (SOSRLanguageItemClass) LanguageItemFromLanguageItemsMatchingLocaleIdentifier ¶
func (_SOSRLanguageItemClass SOSRLanguageItemClass) LanguageItemFromLanguageItemsMatchingLocaleIdentifier(items objectivec.IObject, identifier objectivec.IObject) objectivec.IObject
func (SOSRLanguageItemClass) LanguageItemsFromLocaleIdentifiers ¶
func (_SOSRLanguageItemClass SOSRLanguageItemClass) LanguageItemsFromLocaleIdentifiers(identifiers objectivec.IObject) objectivec.IObject
func (SOSRLanguageItemClass) LanguageItemsFromLocaleIdentifiersUsingOffline ¶
func (_SOSRLanguageItemClass SOSRLanguageItemClass) LanguageItemsFromLocaleIdentifiersUsingOffline(identifiers objectivec.IObject, offline bool) objectivec.IObject
func (SOSRLanguageItemClass) PreferredDictationLocaleIdentifierFromAvaiableLocaleIdentifiersDefaultLocaleIdentifier ¶
func (_SOSRLanguageItemClass SOSRLanguageItemClass) PreferredDictationLocaleIdentifierFromAvaiableLocaleIdentifiersDefaultLocaleIdentifier(identifiers objectivec.IObject, identifier objectivec.IObject) objectivec.IObject
func (SOSRLanguageItemClass) SetVisibilityValueForLocaleIdentifierUsingOffline ¶
func (_SOSRLanguageItemClass SOSRLanguageItemClass) SetVisibilityValueForLocaleIdentifierUsingOffline(value uint64, identifier objectivec.IObject, offline bool)
func (SOSRLanguageItemClass) SetVisibleSRLanguageItemsTableUsingOffline ¶
func (_SOSRLanguageItemClass SOSRLanguageItemClass) SetVisibleSRLanguageItemsTableUsingOffline(table objectivec.IObject, offline bool)
func (SOSRLanguageItemClass) TagNameFromLocaleIdentifier ¶
func (_SOSRLanguageItemClass SOSRLanguageItemClass) TagNameFromLocaleIdentifier(identifier objectivec.IObject) objectivec.IObject
func (SOSRLanguageItemClass) VisibiltyValueForLocaleIdentifierEntryExistsUsingOffline ¶
func (_SOSRLanguageItemClass SOSRLanguageItemClass) VisibiltyValueForLocaleIdentifierEntryExistsUsingOffline(identifier objectivec.IObject, exists *bool, offline bool) uint64
func (SOSRLanguageItemClass) VisibleSRLanguageItemsTableUsingOffline ¶
func (_SOSRLanguageItemClass SOSRLanguageItemClass) VisibleSRLanguageItemsTableUsingOffline(offline bool) objectivec.IObject
type SOSRLanguagePopUpButton ¶
type SOSRLanguagePopUpButton struct {
appkit.NSPopUpButton
}
Methods ¶
- [SOSRLanguagePopUpButton._clearDownloadStatusFieldAfterPreHeat]
- [SOSRLanguagePopUpButton._initCommon]
- [SOSRLanguagePopUpButton._startDelayedPopUpUpdate]
- [SOSRLanguagePopUpButton._statusStringForActiveDownloads]
- [SOSRLanguagePopUpButton._updateDownloadStatusFields]
- [SOSRLanguagePopUpButton._updateSRLanguageMenu]
- SOSRLanguagePopUpButton.BuildPopUpButtonAndSelectLocaleIdentifierNetworkSupportedLocaleIdentifiersOfflineSupportedLocaleIdentifiers
- SOSRLanguagePopUpButton.InstallationFinished
- SOSRLanguagePopUpButton.LanguagesAreDownloadable
- SOSRLanguagePopUpButton.SetLanguagesAreDownloadable
- SOSRLanguagePopUpButton.NetworkBasedLocaleIdentifiers
- SOSRLanguagePopUpButton.SetNetworkBasedLocaleIdentifiers
- SOSRLanguagePopUpButton.OfflineBasedLocaleIdentifiers
- SOSRLanguagePopUpButton.SetOfflineBasedLocaleIdentifiers
- SOSRLanguagePopUpButton.PreviouslyChosenLocaleIdentifier
- SOSRLanguagePopUpButton.SetPreviouslyChosenLocaleIdentifier
- SOSRLanguagePopUpButton.SelectedLanguageItem
- SOSRLanguagePopUpButton.ShowOnlyNetworkSupportedItems
- SOSRLanguagePopUpButton.SetShowOnlyNetworkSupportedItems
func NewSOSRLanguagePopUpButton ¶
func NewSOSRLanguagePopUpButton() SOSRLanguagePopUpButton
NewSOSRLanguagePopUpButton creates a new SOSRLanguagePopUpButton instance.
func NewSOSRLanguagePopUpButtonWithCoder ¶
func NewSOSRLanguagePopUpButtonWithCoder(coder objectivec.IObject) SOSRLanguagePopUpButton
func NewSOSRLanguagePopUpButtonWithFrame ¶
func NewSOSRLanguagePopUpButtonWithFrame(frame corefoundation.CGRect) SOSRLanguagePopUpButton
func SOSRLanguagePopUpButtonFromID ¶
func SOSRLanguagePopUpButtonFromID(id objc.ID) SOSRLanguagePopUpButton
SOSRLanguagePopUpButtonFromID constructs a SOSRLanguagePopUpButton from an objc.ID.
func (SOSRLanguagePopUpButton) Autorelease ¶
func (s SOSRLanguagePopUpButton) Autorelease() SOSRLanguagePopUpButton
Autorelease adds the receiver to the current autorelease pool.
func (SOSRLanguagePopUpButton) BuildPopUpButtonAndSelectLocaleIdentifierNetworkSupportedLocaleIdentifiersOfflineSupportedLocaleIdentifiers ¶
func (s SOSRLanguagePopUpButton) BuildPopUpButtonAndSelectLocaleIdentifierNetworkSupportedLocaleIdentifiersOfflineSupportedLocaleIdentifiers(identifier objectivec.IObject, identifiers objectivec.IObject, identifiers2 objectivec.IObject)
func (SOSRLanguagePopUpButton) CanClearDownloadStatusFieldAfterPreHeat ¶ added in v0.6.0
func (s SOSRLanguagePopUpButton) CanClearDownloadStatusFieldAfterPreHeat() bool
CanClearDownloadStatusFieldAfterPreHeat reports whether the receiver responds to the private selector _clearDownloadStatusFieldAfterPreHeat.
func (SOSRLanguagePopUpButton) CanInitCommon ¶ added in v0.6.0
func (s SOSRLanguagePopUpButton) CanInitCommon() bool
CanInitCommon reports whether the receiver responds to the private selector _initCommon.
func (SOSRLanguagePopUpButton) CanStartDelayedPopUpUpdate ¶ added in v0.6.0
func (s SOSRLanguagePopUpButton) CanStartDelayedPopUpUpdate() bool
CanStartDelayedPopUpUpdate reports whether the receiver responds to the private selector _startDelayedPopUpUpdate.
func (SOSRLanguagePopUpButton) CanStatusStringForActiveDownloads ¶ added in v0.6.0
func (s SOSRLanguagePopUpButton) CanStatusStringForActiveDownloads() bool
CanStatusStringForActiveDownloads reports whether the receiver responds to the private selector _statusStringForActiveDownloads.
func (SOSRLanguagePopUpButton) CanUpdateDownloadStatusFields ¶ added in v0.6.0
func (s SOSRLanguagePopUpButton) CanUpdateDownloadStatusFields() bool
CanUpdateDownloadStatusFields reports whether the receiver responds to the private selector _updateDownloadStatusFields.
func (SOSRLanguagePopUpButton) CanUpdateSRLanguageMenu ¶ added in v0.6.0
func (s SOSRLanguagePopUpButton) CanUpdateSRLanguageMenu() bool
CanUpdateSRLanguageMenu reports whether the receiver responds to the private selector _updateSRLanguageMenu.
func (SOSRLanguagePopUpButton) ClearDownloadStatusFieldAfterPreHeat ¶
func (s SOSRLanguagePopUpButton) ClearDownloadStatusFieldAfterPreHeat() error
ClearDownloadStatusFieldAfterPreHeat is an exported wrapper for the private method _clearDownloadStatusFieldAfterPreHeat.
func (SOSRLanguagePopUpButton) Init ¶
func (s SOSRLanguagePopUpButton) Init() SOSRLanguagePopUpButton
Init initializes the instance.
func (SOSRLanguagePopUpButton) InitCommon ¶
func (s SOSRLanguagePopUpButton) InitCommon() error
InitCommon is an exported wrapper for the private method _initCommon.
func (SOSRLanguagePopUpButton) InstallationFinished ¶
func (s SOSRLanguagePopUpButton) InstallationFinished(finished objectivec.IObject)
func (SOSRLanguagePopUpButton) LanguagesAreDownloadable ¶
func (s SOSRLanguagePopUpButton) LanguagesAreDownloadable() bool
func (SOSRLanguagePopUpButton) NetworkBasedLocaleIdentifiers ¶
func (s SOSRLanguagePopUpButton) NetworkBasedLocaleIdentifiers() foundation.INSArray
func (SOSRLanguagePopUpButton) OfflineBasedLocaleIdentifiers ¶
func (s SOSRLanguagePopUpButton) OfflineBasedLocaleIdentifiers() foundation.INSArray
func (SOSRLanguagePopUpButton) PreviouslyChosenLocaleIdentifier ¶
func (s SOSRLanguagePopUpButton) PreviouslyChosenLocaleIdentifier() string
func (SOSRLanguagePopUpButton) SelectedLanguageItem ¶
func (s SOSRLanguagePopUpButton) SelectedLanguageItem() objectivec.IObject
func (SOSRLanguagePopUpButton) SetLanguagesAreDownloadable ¶
func (s SOSRLanguagePopUpButton) SetLanguagesAreDownloadable(value bool)
func (SOSRLanguagePopUpButton) SetNetworkBasedLocaleIdentifiers ¶
func (s SOSRLanguagePopUpButton) SetNetworkBasedLocaleIdentifiers(value foundation.INSArray)
func (SOSRLanguagePopUpButton) SetOfflineBasedLocaleIdentifiers ¶
func (s SOSRLanguagePopUpButton) SetOfflineBasedLocaleIdentifiers(value foundation.INSArray)
func (SOSRLanguagePopUpButton) SetPreviouslyChosenLocaleIdentifier ¶
func (s SOSRLanguagePopUpButton) SetPreviouslyChosenLocaleIdentifier(value string)
func (SOSRLanguagePopUpButton) SetShowOnlyNetworkSupportedItems ¶
func (s SOSRLanguagePopUpButton) SetShowOnlyNetworkSupportedItems(value bool)
func (SOSRLanguagePopUpButton) ShowOnlyNetworkSupportedItems ¶
func (s SOSRLanguagePopUpButton) ShowOnlyNetworkSupportedItems() bool
func (SOSRLanguagePopUpButton) StartDelayedPopUpUpdate ¶
func (s SOSRLanguagePopUpButton) StartDelayedPopUpUpdate() error
StartDelayedPopUpUpdate is an exported wrapper for the private method _startDelayedPopUpUpdate.
func (SOSRLanguagePopUpButton) StatusStringForActiveDownloads ¶
func (s SOSRLanguagePopUpButton) StatusStringForActiveDownloads() (objectivec.IObject, error)
StatusStringForActiveDownloads is an exported wrapper for the private method _statusStringForActiveDownloads.
func (SOSRLanguagePopUpButton) UpdateDownloadStatusFields ¶
func (s SOSRLanguagePopUpButton) UpdateDownloadStatusFields() error
UpdateDownloadStatusFields is an exported wrapper for the private method _updateDownloadStatusFields.
func (SOSRLanguagePopUpButton) UpdateSRLanguageMenu ¶
func (s SOSRLanguagePopUpButton) UpdateSRLanguageMenu() error
UpdateSRLanguageMenu is an exported wrapper for the private method _updateSRLanguageMenu.
type SOSRLanguagePopUpButtonClass ¶
type SOSRLanguagePopUpButtonClass struct {
// contains filtered or unexported fields
}
func GetSOSRLanguagePopUpButtonClass ¶
func GetSOSRLanguagePopUpButtonClass() SOSRLanguagePopUpButtonClass
GetSOSRLanguagePopUpButtonClass returns the class object for SOSRLanguagePopUpButton.
func (SOSRLanguagePopUpButtonClass) Alloc ¶
func (sc SOSRLanguagePopUpButtonClass) Alloc() SOSRLanguagePopUpButton
Alloc allocates memory for a new instance of the class.
func (SOSRLanguagePopUpButtonClass) Class ¶
func (sc SOSRLanguagePopUpButtonClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type SOSRLanguageRow ¶
type SOSRLanguageRow struct {
objectivec.Object
}
Methods ¶
- SOSRLanguageRow.IsGroupRow
- SOSRLanguageRow.IsSelected
- SOSRLanguageRow.SetSelectedUsingLanguageCodeOnlyToSelectItems
- SOSRLanguageRow.SrLanguageItem
- SOSRLanguageRow.TableIndex
- SOSRLanguageRow.SetTableIndex
- SOSRLanguageRow.Title
- SOSRLanguageRow.InitWithTitleSrLanguageItem
- SOSRLanguageRow.GroupRow
- SOSRLanguageRow.SetGroupRow
- SOSRLanguageRow.Selected
- SOSRLanguageRow.SetSelected
func NewSOSRLanguageRow ¶
func NewSOSRLanguageRow() SOSRLanguageRow
NewSOSRLanguageRow creates a new SOSRLanguageRow instance.
func NewSOSRLanguageRowWithTitleSrLanguageItem ¶
func NewSOSRLanguageRowWithTitleSrLanguageItem(title objectivec.IObject, item objectivec.IObject) SOSRLanguageRow
func SOSRLanguageRowFromID ¶
func SOSRLanguageRowFromID(id objc.ID) SOSRLanguageRow
SOSRLanguageRowFromID constructs a SOSRLanguageRow from an objc.ID.
func (SOSRLanguageRow) Autorelease ¶
func (s SOSRLanguageRow) Autorelease() SOSRLanguageRow
Autorelease adds the receiver to the current autorelease pool.
func (SOSRLanguageRow) GroupRow ¶
func (s SOSRLanguageRow) GroupRow() bool
func (SOSRLanguageRow) Init ¶
func (s SOSRLanguageRow) Init() SOSRLanguageRow
Init initializes the instance.
func (SOSRLanguageRow) InitWithTitleSrLanguageItem ¶
func (s SOSRLanguageRow) InitWithTitleSrLanguageItem(title objectivec.IObject, item objectivec.IObject) SOSRLanguageRow
func (SOSRLanguageRow) IsGroupRow ¶
func (s SOSRLanguageRow) IsGroupRow() bool
func (SOSRLanguageRow) IsSelected ¶
func (s SOSRLanguageRow) IsSelected() bool
func (SOSRLanguageRow) Selected ¶
func (s SOSRLanguageRow) Selected() bool
func (SOSRLanguageRow) SetGroupRow ¶
func (s SOSRLanguageRow) SetGroupRow(value bool)
func (SOSRLanguageRow) SetSelected ¶
func (s SOSRLanguageRow) SetSelected(value bool)
func (SOSRLanguageRow) SetSelectedUsingLanguageCodeOnlyToSelectItems ¶
func (s SOSRLanguageRow) SetSelectedUsingLanguageCodeOnlyToSelectItems(items bool)
func (SOSRLanguageRow) SetTableIndex ¶
func (s SOSRLanguageRow) SetTableIndex(value uint64)
func (SOSRLanguageRow) SrLanguageItem ¶
func (s SOSRLanguageRow) SrLanguageItem() ISOSRLanguageItem
func (SOSRLanguageRow) TableIndex ¶
func (s SOSRLanguageRow) TableIndex() uint64
func (SOSRLanguageRow) Title ¶
func (s SOSRLanguageRow) Title() string
type SOSRLanguageRowCheckboxButton ¶
Methods ¶
func NewSOSRLanguageRowCheckboxButton ¶
func NewSOSRLanguageRowCheckboxButton() SOSRLanguageRowCheckboxButton
NewSOSRLanguageRowCheckboxButton creates a new SOSRLanguageRowCheckboxButton instance.
func SOSRLanguageRowCheckboxButtonFromID ¶
func SOSRLanguageRowCheckboxButtonFromID(id objc.ID) SOSRLanguageRowCheckboxButton
SOSRLanguageRowCheckboxButtonFromID constructs a SOSRLanguageRowCheckboxButton from an objc.ID.
func (SOSRLanguageRowCheckboxButton) Autorelease ¶
func (s SOSRLanguageRowCheckboxButton) Autorelease() SOSRLanguageRowCheckboxButton
Autorelease adds the receiver to the current autorelease pool.
func (SOSRLanguageRowCheckboxButton) Init ¶
func (s SOSRLanguageRowCheckboxButton) Init() SOSRLanguageRowCheckboxButton
Init initializes the instance.
func (SOSRLanguageRowCheckboxButton) LocaleIdentifier ¶
func (s SOSRLanguageRowCheckboxButton) LocaleIdentifier() string
func (SOSRLanguageRowCheckboxButton) SetLocaleIdentifier ¶
func (s SOSRLanguageRowCheckboxButton) SetLocaleIdentifier(value string)
type SOSRLanguageRowCheckboxButtonClass ¶
type SOSRLanguageRowCheckboxButtonClass struct {
// contains filtered or unexported fields
}
func GetSOSRLanguageRowCheckboxButtonClass ¶
func GetSOSRLanguageRowCheckboxButtonClass() SOSRLanguageRowCheckboxButtonClass
GetSOSRLanguageRowCheckboxButtonClass returns the class object for SOSRLanguageRowCheckboxButton.
func (SOSRLanguageRowCheckboxButtonClass) Alloc ¶
func (sc SOSRLanguageRowCheckboxButtonClass) Alloc() SOSRLanguageRowCheckboxButton
Alloc allocates memory for a new instance of the class.
func (SOSRLanguageRowCheckboxButtonClass) Class ¶
func (sc SOSRLanguageRowCheckboxButtonClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type SOSRLanguageRowClass ¶
type SOSRLanguageRowClass struct {
// contains filtered or unexported fields
}
func GetSOSRLanguageRowClass ¶
func GetSOSRLanguageRowClass() SOSRLanguageRowClass
GetSOSRLanguageRowClass returns the class object for SOSRLanguageRow.
func (SOSRLanguageRowClass) Alloc ¶
func (sc SOSRLanguageRowClass) Alloc() SOSRLanguageRow
Alloc allocates memory for a new instance of the class.
func (SOSRLanguageRowClass) ArrangedRowsFromSRLanguageItemsGroupCountriesUseLanguageCodeOnlyToSelectItemsShowCurrentLocaleAtTop ¶
func (_SOSRLanguageRowClass SOSRLanguageRowClass) ArrangedRowsFromSRLanguageItemsGroupCountriesUseLanguageCodeOnlyToSelectItemsShowCurrentLocaleAtTop(items objectivec.IObject, countries bool, items2 bool, top bool) objectivec.IObject
func (SOSRLanguageRowClass) Class ¶
func (sc SOSRLanguageRowClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type SOSRLanguageRowTextView ¶
type SOSRLanguageRowTextView struct {
appkit.NSTextField
}
func NewSOSRLanguageRowTextView ¶
func NewSOSRLanguageRowTextView() SOSRLanguageRowTextView
NewSOSRLanguageRowTextView creates a new SOSRLanguageRowTextView instance.
func SOSRLanguageRowTextViewFromID ¶
func SOSRLanguageRowTextViewFromID(id objc.ID) SOSRLanguageRowTextView
SOSRLanguageRowTextViewFromID constructs a SOSRLanguageRowTextView from an objc.ID.
func (SOSRLanguageRowTextView) Autorelease ¶
func (s SOSRLanguageRowTextView) Autorelease() SOSRLanguageRowTextView
Autorelease adds the receiver to the current autorelease pool.
func (SOSRLanguageRowTextView) Init ¶
func (s SOSRLanguageRowTextView) Init() SOSRLanguageRowTextView
Init initializes the instance.
type SOSRLanguageRowTextViewClass ¶
type SOSRLanguageRowTextViewClass struct {
// contains filtered or unexported fields
}
func GetSOSRLanguageRowTextViewClass ¶
func GetSOSRLanguageRowTextViewClass() SOSRLanguageRowTextViewClass
GetSOSRLanguageRowTextViewClass returns the class object for SOSRLanguageRowTextView.
func (SOSRLanguageRowTextViewClass) Alloc ¶
func (sc SOSRLanguageRowTextViewClass) Alloc() SOSRLanguageRowTextView
Alloc allocates memory for a new instance of the class.
func (SOSRLanguageRowTextViewClass) Class ¶
func (sc SOSRLanguageRowTextViewClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type SOSRLanguageTableCellView ¶
type SOSRLanguageTableCellView struct {
appkit.NSTableCellView
}
Methods ¶
- SOSRLanguageTableCellView.ActiveCheckbox
- SOSRLanguageTableCellView.DownloadMessageTextField
- SOSRLanguageTableCellView.DownloadVariantPopUpButton
func NewSOSRLanguageTableCellView ¶
func NewSOSRLanguageTableCellView() SOSRLanguageTableCellView
NewSOSRLanguageTableCellView creates a new SOSRLanguageTableCellView instance.
func SOSRLanguageTableCellViewFromID ¶
func SOSRLanguageTableCellViewFromID(id objc.ID) SOSRLanguageTableCellView
SOSRLanguageTableCellViewFromID constructs a SOSRLanguageTableCellView from an objc.ID.
func (SOSRLanguageTableCellView) ActiveCheckbox ¶
func (s SOSRLanguageTableCellView) ActiveCheckbox() ISOSRLanguageRowCheckboxButton
func (SOSRLanguageTableCellView) Autorelease ¶
func (s SOSRLanguageTableCellView) Autorelease() SOSRLanguageTableCellView
Autorelease adds the receiver to the current autorelease pool.
func (SOSRLanguageTableCellView) DownloadMessageTextField ¶
func (s SOSRLanguageTableCellView) DownloadMessageTextField() appkit.NSTextField
func (SOSRLanguageTableCellView) DownloadVariantPopUpButton ¶
func (s SOSRLanguageTableCellView) DownloadVariantPopUpButton() appkit.NSPopUpButton
func (SOSRLanguageTableCellView) Init ¶
func (s SOSRLanguageTableCellView) Init() SOSRLanguageTableCellView
Init initializes the instance.
type SOSRLanguageTableCellViewClass ¶
type SOSRLanguageTableCellViewClass struct {
// contains filtered or unexported fields
}
func GetSOSRLanguageTableCellViewClass ¶
func GetSOSRLanguageTableCellViewClass() SOSRLanguageTableCellViewClass
GetSOSRLanguageTableCellViewClass returns the class object for SOSRLanguageTableCellView.
func (SOSRLanguageTableCellViewClass) Alloc ¶
func (sc SOSRLanguageTableCellViewClass) Alloc() SOSRLanguageTableCellView
Alloc allocates memory for a new instance of the class.
func (SOSRLanguageTableCellViewClass) Class ¶
func (sc SOSRLanguageTableCellViewClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type SOSRSimpleLanguagePopUpButton ¶
type SOSRSimpleLanguagePopUpButton struct {
appkit.NSPopUpButton
}
Methods ¶
- [SOSRSimpleLanguagePopUpButton._rowsFromSRLanguageItems]
- [SOSRSimpleLanguagePopUpButton._startDelayedPopUpUpdate]
- [SOSRSimpleLanguagePopUpButton._updateSRLanguageMenu]
- SOSRSimpleLanguagePopUpButton.BuildPopUpButtonAndSelectLocaleIdentifierSupportedLocaleIdentifiers
- SOSRSimpleLanguagePopUpButton.PreviouslyChosenLocaleIdentifier
- SOSRSimpleLanguagePopUpButton.SetPreviouslyChosenLocaleIdentifier
- SOSRSimpleLanguagePopUpButton.SelectedLanguageItem
- SOSRSimpleLanguagePopUpButton.SupportedLocaleIdentifiers
- SOSRSimpleLanguagePopUpButton.SetSupportedLocaleIdentifiers
func NewSOSRSimpleLanguagePopUpButton ¶
func NewSOSRSimpleLanguagePopUpButton() SOSRSimpleLanguagePopUpButton
NewSOSRSimpleLanguagePopUpButton creates a new SOSRSimpleLanguagePopUpButton instance.
func NewSOSRSimpleLanguagePopUpButtonWithCoder ¶
func NewSOSRSimpleLanguagePopUpButtonWithCoder(coder objectivec.IObject) SOSRSimpleLanguagePopUpButton
func SOSRSimpleLanguagePopUpButtonFromID ¶
func SOSRSimpleLanguagePopUpButtonFromID(id objc.ID) SOSRSimpleLanguagePopUpButton
SOSRSimpleLanguagePopUpButtonFromID constructs a SOSRSimpleLanguagePopUpButton from an objc.ID.
func (SOSRSimpleLanguagePopUpButton) Autorelease ¶
func (s SOSRSimpleLanguagePopUpButton) Autorelease() SOSRSimpleLanguagePopUpButton
Autorelease adds the receiver to the current autorelease pool.
func (SOSRSimpleLanguagePopUpButton) BuildPopUpButtonAndSelectLocaleIdentifierSupportedLocaleIdentifiers ¶
func (s SOSRSimpleLanguagePopUpButton) BuildPopUpButtonAndSelectLocaleIdentifierSupportedLocaleIdentifiers(identifier objectivec.IObject, identifiers objectivec.IObject)
func (SOSRSimpleLanguagePopUpButton) CanRowsFromSRLanguageItems ¶ added in v0.6.0
func (s SOSRSimpleLanguagePopUpButton) CanRowsFromSRLanguageItems() bool
CanRowsFromSRLanguageItems reports whether the receiver responds to the private selector _rowsFromSRLanguageItems:.
func (SOSRSimpleLanguagePopUpButton) CanStartDelayedPopUpUpdate ¶ added in v0.6.0
func (s SOSRSimpleLanguagePopUpButton) CanStartDelayedPopUpUpdate() bool
CanStartDelayedPopUpUpdate reports whether the receiver responds to the private selector _startDelayedPopUpUpdate.
func (SOSRSimpleLanguagePopUpButton) CanUpdateSRLanguageMenu ¶ added in v0.6.0
func (s SOSRSimpleLanguagePopUpButton) CanUpdateSRLanguageMenu() bool
CanUpdateSRLanguageMenu reports whether the receiver responds to the private selector _updateSRLanguageMenu.
func (SOSRSimpleLanguagePopUpButton) Init ¶
func (s SOSRSimpleLanguagePopUpButton) Init() SOSRSimpleLanguagePopUpButton
Init initializes the instance.
func (SOSRSimpleLanguagePopUpButton) PreviouslyChosenLocaleIdentifier ¶
func (s SOSRSimpleLanguagePopUpButton) PreviouslyChosenLocaleIdentifier() string
func (SOSRSimpleLanguagePopUpButton) RowsFromSRLanguageItems ¶
func (s SOSRSimpleLanguagePopUpButton) RowsFromSRLanguageItems(items objectivec.IObject) (objectivec.IObject, error)
RowsFromSRLanguageItems is an exported wrapper for the private method _rowsFromSRLanguageItems.
func (SOSRSimpleLanguagePopUpButton) SelectedLanguageItem ¶
func (s SOSRSimpleLanguagePopUpButton) SelectedLanguageItem() objectivec.IObject
func (SOSRSimpleLanguagePopUpButton) SetPreviouslyChosenLocaleIdentifier ¶
func (s SOSRSimpleLanguagePopUpButton) SetPreviouslyChosenLocaleIdentifier(value string)
func (SOSRSimpleLanguagePopUpButton) SetSupportedLocaleIdentifiers ¶
func (s SOSRSimpleLanguagePopUpButton) SetSupportedLocaleIdentifiers(value foundation.INSArray)
func (SOSRSimpleLanguagePopUpButton) StartDelayedPopUpUpdate ¶
func (s SOSRSimpleLanguagePopUpButton) StartDelayedPopUpUpdate() error
StartDelayedPopUpUpdate is an exported wrapper for the private method _startDelayedPopUpUpdate.
func (SOSRSimpleLanguagePopUpButton) SupportedLocaleIdentifiers ¶
func (s SOSRSimpleLanguagePopUpButton) SupportedLocaleIdentifiers() foundation.INSArray
func (SOSRSimpleLanguagePopUpButton) UpdateSRLanguageMenu ¶
func (s SOSRSimpleLanguagePopUpButton) UpdateSRLanguageMenu() error
UpdateSRLanguageMenu is an exported wrapper for the private method _updateSRLanguageMenu.
type SOSRSimpleLanguagePopUpButtonClass ¶
type SOSRSimpleLanguagePopUpButtonClass struct {
// contains filtered or unexported fields
}
func GetSOSRSimpleLanguagePopUpButtonClass ¶
func GetSOSRSimpleLanguagePopUpButtonClass() SOSRSimpleLanguagePopUpButtonClass
GetSOSRSimpleLanguagePopUpButtonClass returns the class object for SOSRSimpleLanguagePopUpButton.
func (SOSRSimpleLanguagePopUpButtonClass) Alloc ¶
func (sc SOSRSimpleLanguagePopUpButtonClass) Alloc() SOSRSimpleLanguagePopUpButton
Alloc allocates memory for a new instance of the class.
func (SOSRSimpleLanguagePopUpButtonClass) Class ¶
func (sc SOSRSimpleLanguagePopUpButtonClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type SOSpeechInstallationManager ¶
type SOSpeechInstallationManager struct {
objectivec.Object
}
Methods ¶
- [SOSpeechInstallationManager._clientHasRightsToCustomVoices]
- [SOSpeechInstallationManager._createLocalPort]
- [SOSpeechInstallationManager._createServerPortIfNeeded]
- [SOSpeechInstallationManager._overriddenVoiceIdentifierDictionary]
- [SOSpeechInstallationManager._sendMessageWithDataWithReply]
- [SOSpeechInstallationManager._serverIsRunning]
- [SOSpeechInstallationManager._startDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator]
- [SOSpeechInstallationManager._voiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality]
- SOSpeechInstallationManager.ActiveInstallations
- SOSpeechInstallationManager.ActiveVoiceInstallations
- SOSpeechInstallationManager.AreBackgroundDownloadsAllowed
- SOSpeechInstallationManager.BundleForRemovableLanguagePassingBackTagName
- SOSpeechInstallationManager.BundleForRemovableVoicePassingBackTagName
- SOSpeechInstallationManager.CancelAllInstallations
- SOSpeechInstallationManager.CancelPurgingByInitiator
- SOSpeechInstallationManager.CancelPurgingOfSpeechBundleIdentifiersInitiator
- SOSpeechInstallationManager.Delegate
- SOSpeechInstallationManager.SetDelegate
- SOSpeechInstallationManager.DoesLanguageDataNeedToBeDownloadedForLocaleIdentifier
- SOSpeechInstallationManager.DownloadableSRLanguageItems
- SOSpeechInstallationManager.DownloadableSpeechItemUpgradeForExistingSpeechItemFromDownloadableItems
- SOSpeechInstallationManager.DownloadableVoiceUpgradeForVoiceFromDownloadableVoices
- SOSpeechInstallationManager.DownloadableVoiceUpgradeForVoiceIdentifierDesirabilityFromDownloadableVoices
- SOSpeechInstallationManager.DownloadableVoices
- SOSpeechInstallationManager.HighestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloading
- SOSpeechInstallationManager.HighestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiator
- SOSpeechInstallationManager.InstallationLogEntryForTag
- SOSpeechInstallationManager.InstallationLogEntryForTagPreferenceDomain
- SOSpeechInstallationManager.IsAutoDownloadProhibitedForDownloadableVoiceObject
- SOSpeechInstallationManager.IsRunningOnACPower
- SOSpeechInstallationManager.LowestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiator
- SOSpeechInstallationManager.MarkDownloadableVoiceObjectWithAutoDownloadProhibitFlag
- SOSpeechInstallationManager.OnDiskVersionForBundlePath
- SOSpeechInstallationManager.PercentageOfBatteryCharge
- SOSpeechInstallationManager.ResetAllVoiceDownloadAttemptsForInitiator
- SOSpeechInstallationManager.ShowProgressWindow
- SOSpeechInstallationManager.ShowSRLanguagesSelectionSheetForWindowNetworkSupportedLocaleIdentifiersRequiredLocaleIdentifierSupportDownloadsShowOnlyNetworkSupportedItems
- SOSpeechInstallationManager.ShowVoiceSelectionSheetForWindowShowIndividualVoiceQualitiesVoiceIdentifiersNotToBeRemoved
- SOSpeechInstallationManager.SrLanguagesSelectionWindowController
- SOSpeechInstallationManager.StartInstallingDownloadableSpeechItemsUserInteractionMode
- SOSpeechInstallationManager.StartInstallingDownloadableSpeechItemsUserInteractionModeInitiator
- SOSpeechInstallationManager.StartInstallingDownloadableVoicesUseRootNamesUserInteractionMode
- SOSpeechInstallationManager.StartInstallingDownloadableVoicesUseRootNamesUserInteractionModeInitiator
- SOSpeechInstallationManager.StartRemovingDownloadedSpeechBundleIdentifiersInitiatorImmediately
- SOSpeechInstallationManager.StartRemovingDownloadedSpeechItems
- SOSpeechInstallationManager.StartRemovingDownloadedSpeechItemsInitiatorImmediately
- SOSpeechInstallationManager.VoiceSelectionWindowController
func NewSOSpeechInstallationManager ¶
func NewSOSpeechInstallationManager() SOSpeechInstallationManager
NewSOSpeechInstallationManager creates a new SOSpeechInstallationManager instance.
func SOSpeechInstallationManagerFromID ¶
func SOSpeechInstallationManagerFromID(id objc.ID) SOSpeechInstallationManager
SOSpeechInstallationManagerFromID constructs a SOSpeechInstallationManager from an objc.ID.
func (SOSpeechInstallationManager) ActiveInstallations ¶
func (s SOSpeechInstallationManager) ActiveInstallations() objectivec.IObject
func (SOSpeechInstallationManager) ActiveVoiceInstallations ¶
func (s SOSpeechInstallationManager) ActiveVoiceInstallations() objectivec.IObject
func (SOSpeechInstallationManager) AreBackgroundDownloadsAllowed ¶
func (s SOSpeechInstallationManager) AreBackgroundDownloadsAllowed() bool
func (SOSpeechInstallationManager) Autorelease ¶
func (s SOSpeechInstallationManager) Autorelease() SOSpeechInstallationManager
Autorelease adds the receiver to the current autorelease pool.
func (SOSpeechInstallationManager) BundleForRemovableLanguagePassingBackTagName ¶
func (s SOSpeechInstallationManager) BundleForRemovableLanguagePassingBackTagName(language objectivec.IObject, name []objectivec.IObject) objectivec.IObject
func (SOSpeechInstallationManager) BundleForRemovableVoicePassingBackTagName ¶
func (s SOSpeechInstallationManager) BundleForRemovableVoicePassingBackTagName(voice objectivec.IObject, name []objectivec.IObject) objectivec.IObject
func (SOSpeechInstallationManager) CanClientHasRightsToCustomVoices ¶ added in v0.6.0
func (s SOSpeechInstallationManager) CanClientHasRightsToCustomVoices() bool
CanClientHasRightsToCustomVoices reports whether the receiver responds to the private selector _clientHasRightsToCustomVoices.
func (SOSpeechInstallationManager) CanCreateLocalPort ¶ added in v0.6.0
func (s SOSpeechInstallationManager) CanCreateLocalPort() bool
CanCreateLocalPort reports whether the receiver responds to the private selector _createLocalPort.
func (SOSpeechInstallationManager) CanCreateServerPortIfNeeded ¶ added in v0.6.0
func (s SOSpeechInstallationManager) CanCreateServerPortIfNeeded() bool
CanCreateServerPortIfNeeded reports whether the receiver responds to the private selector _createServerPortIfNeeded.
func (SOSpeechInstallationManager) CanOverriddenVoiceIdentifierDictionary ¶ added in v0.6.0
func (s SOSpeechInstallationManager) CanOverriddenVoiceIdentifierDictionary() bool
CanOverriddenVoiceIdentifierDictionary reports whether the receiver responds to the private selector _overriddenVoiceIdentifierDictionary.
func (SOSpeechInstallationManager) CanSendMessageWithDataWithReply ¶ added in v0.6.0
func (s SOSpeechInstallationManager) CanSendMessageWithDataWithReply() bool
CanSendMessageWithDataWithReply reports whether the receiver responds to the private selector _sendMessage:withData:withReply:.
func (SOSpeechInstallationManager) CanServerIsRunning ¶ added in v0.6.0
func (s SOSpeechInstallationManager) CanServerIsRunning() bool
CanServerIsRunning reports whether the receiver responds to the private selector _serverIsRunning.
func (SOSpeechInstallationManager) CanStartDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator ¶ added in v0.6.0
func (s SOSpeechInstallationManager) CanStartDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator() bool
CanStartDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator reports whether the receiver responds to the private selector _startDownloadingHighestQualityIfNecessaryForVoiceIdentifier:requireACPower:initiator:.
func (SOSpeechInstallationManager) CanVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality ¶ added in v0.6.0
func (s SOSpeechInstallationManager) CanVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality() bool
CanVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality reports whether the receiver responds to the private selector _voiceIdentifierForRootVoiceIdentifier:startDownloading:requireACPower:initiator:highestQuality:.
func (SOSpeechInstallationManager) CancelAllInstallations ¶
func (s SOSpeechInstallationManager) CancelAllInstallations()
func (SOSpeechInstallationManager) CancelPurgingByInitiator ¶
func (s SOSpeechInstallationManager) CancelPurgingByInitiator(initiator objectivec.IObject)
func (SOSpeechInstallationManager) CancelPurgingOfSpeechBundleIdentifiersInitiator ¶
func (s SOSpeechInstallationManager) CancelPurgingOfSpeechBundleIdentifiersInitiator(identifiers objectivec.IObject, initiator objectivec.IObject)
func (SOSpeechInstallationManager) ClientHasRightsToCustomVoices ¶
func (s SOSpeechInstallationManager) ClientHasRightsToCustomVoices() (bool, error)
ClientHasRightsToCustomVoices is an exported wrapper for the private method _clientHasRightsToCustomVoices.
func (SOSpeechInstallationManager) CreateLocalPort ¶
func (s SOSpeechInstallationManager) CreateLocalPort() (corefoundation.CFMessagePortRef, error)
CreateLocalPort is an exported wrapper for the private method _createLocalPort.
func (SOSpeechInstallationManager) CreateServerPortIfNeeded ¶
func (s SOSpeechInstallationManager) CreateServerPortIfNeeded() (bool, error)
CreateServerPortIfNeeded is an exported wrapper for the private method _createServerPortIfNeeded.
func (SOSpeechInstallationManager) Delegate ¶
func (s SOSpeechInstallationManager) Delegate() objectivec.IObject
func (SOSpeechInstallationManager) DoesLanguageDataNeedToBeDownloadedForLocaleIdentifier ¶
func (s SOSpeechInstallationManager) DoesLanguageDataNeedToBeDownloadedForLocaleIdentifier(identifier objectivec.IObject) bool
func (SOSpeechInstallationManager) DownloadableSRLanguageItems ¶
func (s SOSpeechInstallationManager) DownloadableSRLanguageItems() objectivec.IObject
func (SOSpeechInstallationManager) DownloadableSpeechItemUpgradeForExistingSpeechItemFromDownloadableItems ¶
func (s SOSpeechInstallationManager) DownloadableSpeechItemUpgradeForExistingSpeechItemFromDownloadableItems(item objectivec.IObject, items objectivec.IObject) objectivec.IObject
func (SOSpeechInstallationManager) DownloadableVoiceUpgradeForVoiceFromDownloadableVoices ¶
func (s SOSpeechInstallationManager) DownloadableVoiceUpgradeForVoiceFromDownloadableVoices(voice objectivec.IObject, voices objectivec.IObject) objectivec.IObject
func (SOSpeechInstallationManager) DownloadableVoiceUpgradeForVoiceIdentifierDesirabilityFromDownloadableVoices ¶
func (s SOSpeechInstallationManager) DownloadableVoiceUpgradeForVoiceIdentifierDesirabilityFromDownloadableVoices(identifier objectivec.IObject, desirability int64, voices objectivec.IObject) objectivec.IObject
func (SOSpeechInstallationManager) DownloadableVoices ¶
func (s SOSpeechInstallationManager) DownloadableVoices() objectivec.IObject
func (SOSpeechInstallationManager) HighestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloading ¶
func (s SOSpeechInstallationManager) HighestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloading(identifier objectivec.IObject, downloading bool) objectivec.IObject
func (SOSpeechInstallationManager) HighestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiator ¶
func (s SOSpeechInstallationManager) HighestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiator(identifier objectivec.IObject, downloading bool, aCPower bool, initiator objectivec.IObject) objectivec.IObject
func (SOSpeechInstallationManager) Init ¶
func (s SOSpeechInstallationManager) Init() SOSpeechInstallationManager
Init initializes the instance.
func (SOSpeechInstallationManager) InstallationLogEntryForTag ¶
func (s SOSpeechInstallationManager) InstallationLogEntryForTag(tag objectivec.IObject) objectivec.IObject
func (SOSpeechInstallationManager) InstallationLogEntryForTagPreferenceDomain ¶
func (s SOSpeechInstallationManager) InstallationLogEntryForTagPreferenceDomain(tag objectivec.IObject, domain objectivec.IObject) objectivec.IObject
func (SOSpeechInstallationManager) IsAutoDownloadProhibitedForDownloadableVoiceObject ¶
func (s SOSpeechInstallationManager) IsAutoDownloadProhibitedForDownloadableVoiceObject(object objectivec.IObject) bool
func (SOSpeechInstallationManager) IsRunningOnACPower ¶
func (s SOSpeechInstallationManager) IsRunningOnACPower() bool
func (SOSpeechInstallationManager) LowestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiator ¶
func (s SOSpeechInstallationManager) LowestQualityVoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiator(identifier objectivec.IObject, downloading bool, aCPower bool, initiator objectivec.IObject) objectivec.IObject
func (SOSpeechInstallationManager) MarkDownloadableVoiceObjectWithAutoDownloadProhibitFlag ¶
func (s SOSpeechInstallationManager) MarkDownloadableVoiceObjectWithAutoDownloadProhibitFlag(object objectivec.IObject, flag bool)
func (SOSpeechInstallationManager) OnDiskVersionForBundlePath ¶
func (s SOSpeechInstallationManager) OnDiskVersionForBundlePath(path objectivec.IObject) objectivec.IObject
func (SOSpeechInstallationManager) OverriddenVoiceIdentifierDictionary ¶
func (s SOSpeechInstallationManager) OverriddenVoiceIdentifierDictionary() (objectivec.IObject, error)
OverriddenVoiceIdentifierDictionary is an exported wrapper for the private method _overriddenVoiceIdentifierDictionary.
func (SOSpeechInstallationManager) PercentageOfBatteryCharge ¶
func (s SOSpeechInstallationManager) PercentageOfBatteryCharge() float64
func (SOSpeechInstallationManager) ResetAllVoiceDownloadAttemptsForInitiator ¶
func (s SOSpeechInstallationManager) ResetAllVoiceDownloadAttemptsForInitiator(initiator objectivec.IObject)
func (SOSpeechInstallationManager) SendMessageWithDataWithReply ¶
func (s SOSpeechInstallationManager) SendMessageWithDataWithReply(message int, data unsafe.Pointer, reply bool) (objectivec.IObject, error)
SendMessageWithDataWithReply is an exported wrapper for the private method _sendMessageWithDataWithReply.
func (SOSpeechInstallationManager) ServerIsRunning ¶
func (s SOSpeechInstallationManager) ServerIsRunning() (bool, error)
ServerIsRunning is an exported wrapper for the private method _serverIsRunning.
func (SOSpeechInstallationManager) SetDelegate ¶
func (s SOSpeechInstallationManager) SetDelegate(value objectivec.IObject)
func (SOSpeechInstallationManager) ShowProgressWindow ¶
func (s SOSpeechInstallationManager) ShowProgressWindow()
func (SOSpeechInstallationManager) ShowSRLanguagesSelectionSheetForWindowNetworkSupportedLocaleIdentifiersRequiredLocaleIdentifierSupportDownloadsShowOnlyNetworkSupportedItems ¶
func (s SOSpeechInstallationManager) ShowSRLanguagesSelectionSheetForWindowNetworkSupportedLocaleIdentifiersRequiredLocaleIdentifierSupportDownloadsShowOnlyNetworkSupportedItems(window objectivec.IObject, identifiers objectivec.IObject, identifier objectivec.IObject, downloads bool, items bool)
func (SOSpeechInstallationManager) ShowVoiceSelectionSheetForWindowShowIndividualVoiceQualitiesVoiceIdentifiersNotToBeRemoved ¶
func (s SOSpeechInstallationManager) ShowVoiceSelectionSheetForWindowShowIndividualVoiceQualitiesVoiceIdentifiersNotToBeRemoved(window objectivec.IObject, qualities bool, removed objectivec.IObject)
func (SOSpeechInstallationManager) SrLanguagesSelectionWindowController ¶
func (s SOSpeechInstallationManager) SrLanguagesSelectionWindowController() ISOCustomizeSRLanguagesWindowController
func (SOSpeechInstallationManager) StartDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator ¶
func (s SOSpeechInstallationManager) StartDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator(identifier objectivec.IObject, aCPower bool, initiator objectivec.IObject) (bool, error)
StartDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator is an exported wrapper for the private method _startDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator.
func (SOSpeechInstallationManager) StartInstallingDownloadableSpeechItemsUserInteractionMode ¶
func (s SOSpeechInstallationManager) StartInstallingDownloadableSpeechItemsUserInteractionMode(items objectivec.IObject, mode uint32) bool
func (SOSpeechInstallationManager) StartInstallingDownloadableSpeechItemsUserInteractionModeInitiator ¶
func (s SOSpeechInstallationManager) StartInstallingDownloadableSpeechItemsUserInteractionModeInitiator(items objectivec.IObject, mode uint32, initiator objectivec.IObject) bool
func (SOSpeechInstallationManager) StartInstallingDownloadableVoicesUseRootNamesUserInteractionMode ¶
func (s SOSpeechInstallationManager) StartInstallingDownloadableVoicesUseRootNamesUserInteractionMode(voices objectivec.IObject, names bool, mode uint32) bool
func (SOSpeechInstallationManager) StartInstallingDownloadableVoicesUseRootNamesUserInteractionModeInitiator ¶
func (s SOSpeechInstallationManager) StartInstallingDownloadableVoicesUseRootNamesUserInteractionModeInitiator(voices objectivec.IObject, names bool, mode uint32, initiator objectivec.IObject) bool
func (SOSpeechInstallationManager) StartRemovingDownloadedSpeechBundleIdentifiersInitiatorImmediately ¶
func (s SOSpeechInstallationManager) StartRemovingDownloadedSpeechBundleIdentifiersInitiatorImmediately(identifiers objectivec.IObject, initiator objectivec.IObject, immediately bool)
func (SOSpeechInstallationManager) StartRemovingDownloadedSpeechItems ¶
func (s SOSpeechInstallationManager) StartRemovingDownloadedSpeechItems(items objectivec.IObject)
func (SOSpeechInstallationManager) StartRemovingDownloadedSpeechItemsInitiatorImmediately ¶
func (s SOSpeechInstallationManager) StartRemovingDownloadedSpeechItemsInitiatorImmediately(items objectivec.IObject, initiator objectivec.IObject, immediately bool)
func (SOSpeechInstallationManager) VoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality ¶
func (s SOSpeechInstallationManager) VoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality(identifier objectivec.IObject, downloading bool, aCPower bool, initiator objectivec.IObject, quality bool) (objectivec.IObject, error)
VoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality is an exported wrapper for the private method _voiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality.
func (SOSpeechInstallationManager) VoiceSelectionWindowController ¶
func (s SOSpeechInstallationManager) VoiceSelectionWindowController() ICustomizeVoicesWindowController
type SOSpeechInstallationManagerClass ¶
type SOSpeechInstallationManagerClass struct {
// contains filtered or unexported fields
}
func GetSOSpeechInstallationManagerClass ¶
func GetSOSpeechInstallationManagerClass() SOSpeechInstallationManagerClass
GetSOSpeechInstallationManagerClass returns the class object for SOSpeechInstallationManager.
func (SOSpeechInstallationManagerClass) Alloc ¶
func (sc SOSpeechInstallationManagerClass) Alloc() SOSpeechInstallationManager
Alloc allocates memory for a new instance of the class.
func (SOSpeechInstallationManagerClass) Class ¶
func (sc SOSpeechInstallationManagerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (SOSpeechInstallationManagerClass) SharedManager ¶
func (_SOSpeechInstallationManagerClass SOSpeechInstallationManagerClass) SharedManager() SOSpeechInstallationManager
type SOSpeechItem ¶
type SOSpeechItem struct {
objectivec.Object
}
Methods ¶
- [SOSpeechItem._conversionLocale]
- SOSpeechItem.BundleIdentifier
- SOSpeechItem.ByteSize
- SOSpeechItem.Compare
- SOSpeechItem.CompareCountryTitle
- SOSpeechItem.CompareCountryWithDialectTitle
- SOSpeechItem.CompareDisplayTitle
- SOSpeechItem.CompareLanguageTitle
- SOSpeechItem.CountryDisplayString
- SOSpeechItem.CountryIdentifier
- SOSpeechItem.CountryWithDialectDisplayString
- SOSpeechItem.DisplayTitle
- SOSpeechItem.DisplayedSize
- SOSpeechItem.DoesMatchSystemLocale
- SOSpeechItem.DownloadFullSize
- SOSpeechItem.SetDownloadFullSize
- SOSpeechItem.DownloadPercentComplete
- SOSpeechItem.SetDownloadPercentComplete
- SOSpeechItem.DownloadStatus
- SOSpeechItem.SetDownloadStatus
- SOSpeechItem.EngineIdentifier
- SOSpeechItem.FallbackLocaleIdentifier
- SOSpeechItem.SetFallbackLocaleIdentifier
- SOSpeechItem.FullSizeBundleIdentifier
- SOSpeechItem.FullSizeByteSize
- SOSpeechItem.FullSizeTagName
- SOSpeechItem.IsAppropriateForSystemLangauge
- SOSpeechItem.LanguageDisplayString
- SOSpeechItem.LanguageIdentifier
- SOSpeechItem.LanguageWithDialectDisplayString
- SOSpeechItem.LocaleIdentifier
- SOSpeechItem.SetLocaleIdentifier
- SOSpeechItem.MatchesSearchString
- SOSpeechItem.OfflineDictationOnly
- SOSpeechItem.SetOfflineDictationOnly
- SOSpeechItem.ShowCountryInDisplayTitle
- SOSpeechItem.SetShowCountryInDisplayTitle
- SOSpeechItem.TagName
- SOSpeechItem.Variant
- SOSpeechItem.Visibility
- SOSpeechItem.SetVisibility
- SOSpeechItem.InitWithDownloadableBundleIdentifierProperties
- SOSpeechItem.Version
func NewSOSpeechItem ¶
func NewSOSpeechItem() SOSpeechItem
NewSOSpeechItem creates a new SOSpeechItem instance.
func NewSOSpeechItemWithDownloadableBundleIdentifierProperties ¶
func NewSOSpeechItemWithDownloadableBundleIdentifierProperties(identifier objectivec.IObject, properties objectivec.IObject) SOSpeechItem
func SOSpeechItemFromID ¶
func SOSpeechItemFromID(id objc.ID) SOSpeechItem
SOSpeechItemFromID constructs a SOSpeechItem from an objc.ID.
func (SOSpeechItem) Autorelease ¶
func (s SOSpeechItem) Autorelease() SOSpeechItem
Autorelease adds the receiver to the current autorelease pool.
func (SOSpeechItem) BundleIdentifier ¶
func (s SOSpeechItem) BundleIdentifier() string
func (SOSpeechItem) ByteSize ¶
func (s SOSpeechItem) ByteSize() uint64
func (SOSpeechItem) CanConversionLocale ¶ added in v0.6.0
func (s SOSpeechItem) CanConversionLocale() bool
CanConversionLocale reports whether the receiver responds to the private selector _conversionLocale.
func (SOSpeechItem) Compare ¶
func (s SOSpeechItem) Compare(compare objectivec.IObject) int64
func (SOSpeechItem) CompareCountryTitle ¶
func (s SOSpeechItem) CompareCountryTitle(title objectivec.IObject) int64
func (SOSpeechItem) CompareCountryWithDialectTitle ¶
func (s SOSpeechItem) CompareCountryWithDialectTitle(title objectivec.IObject) int64
func (SOSpeechItem) CompareDisplayTitle ¶
func (s SOSpeechItem) CompareDisplayTitle(title objectivec.IObject) int64
func (SOSpeechItem) CompareLanguageTitle ¶
func (s SOSpeechItem) CompareLanguageTitle(title objectivec.IObject) int64
func (SOSpeechItem) ConversionLocale ¶
func (s SOSpeechItem) ConversionLocale() (objectivec.IObject, error)
ConversionLocale is an exported wrapper for the private method _conversionLocale.
func (SOSpeechItem) CountryDisplayString ¶
func (s SOSpeechItem) CountryDisplayString() objectivec.IObject
func (SOSpeechItem) CountryIdentifier ¶
func (s SOSpeechItem) CountryIdentifier() objectivec.IObject
func (SOSpeechItem) CountryWithDialectDisplayString ¶
func (s SOSpeechItem) CountryWithDialectDisplayString() objectivec.IObject
func (SOSpeechItem) DisplayTitle ¶
func (s SOSpeechItem) DisplayTitle() objectivec.IObject
func (SOSpeechItem) DisplayedSize ¶
func (s SOSpeechItem) DisplayedSize() objectivec.IObject
func (SOSpeechItem) DoesMatchSystemLocale ¶
func (s SOSpeechItem) DoesMatchSystemLocale() bool
func (SOSpeechItem) DownloadFullSize ¶
func (s SOSpeechItem) DownloadFullSize() bool
func (SOSpeechItem) DownloadPercentComplete ¶
func (s SOSpeechItem) DownloadPercentComplete() float64
func (SOSpeechItem) DownloadStatus ¶
func (s SOSpeechItem) DownloadStatus() uint64
func (SOSpeechItem) EngineIdentifier ¶
func (s SOSpeechItem) EngineIdentifier() string
func (SOSpeechItem) FallbackLocaleIdentifier ¶
func (s SOSpeechItem) FallbackLocaleIdentifier() string
func (SOSpeechItem) FullSizeBundleIdentifier ¶
func (s SOSpeechItem) FullSizeBundleIdentifier() string
func (SOSpeechItem) FullSizeByteSize ¶
func (s SOSpeechItem) FullSizeByteSize() uint64
func (SOSpeechItem) FullSizeTagName ¶
func (s SOSpeechItem) FullSizeTagName() string
func (SOSpeechItem) InitWithDownloadableBundleIdentifierProperties ¶
func (s SOSpeechItem) InitWithDownloadableBundleIdentifierProperties(identifier objectivec.IObject, properties objectivec.IObject) SOSpeechItem
func (SOSpeechItem) IsAppropriateForSystemLangauge ¶
func (s SOSpeechItem) IsAppropriateForSystemLangauge() bool
func (SOSpeechItem) LanguageDisplayString ¶
func (s SOSpeechItem) LanguageDisplayString() objectivec.IObject
func (SOSpeechItem) LanguageIdentifier ¶
func (s SOSpeechItem) LanguageIdentifier() objectivec.IObject
func (SOSpeechItem) LanguageWithDialectDisplayString ¶
func (s SOSpeechItem) LanguageWithDialectDisplayString() objectivec.IObject
func (SOSpeechItem) LocaleIdentifier ¶
func (s SOSpeechItem) LocaleIdentifier() string
func (SOSpeechItem) MatchesSearchString ¶
func (s SOSpeechItem) MatchesSearchString(string_ objectivec.IObject) bool
func (SOSpeechItem) OfflineDictationOnly ¶
func (s SOSpeechItem) OfflineDictationOnly() bool
func (SOSpeechItem) SetDownloadFullSize ¶
func (s SOSpeechItem) SetDownloadFullSize(value bool)
func (SOSpeechItem) SetDownloadPercentComplete ¶
func (s SOSpeechItem) SetDownloadPercentComplete(value float64)
func (SOSpeechItem) SetDownloadStatus ¶
func (s SOSpeechItem) SetDownloadStatus(value uint64)
func (SOSpeechItem) SetFallbackLocaleIdentifier ¶
func (s SOSpeechItem) SetFallbackLocaleIdentifier(value string)
func (SOSpeechItem) SetLocaleIdentifier ¶
func (s SOSpeechItem) SetLocaleIdentifier(value string)
func (SOSpeechItem) SetOfflineDictationOnly ¶
func (s SOSpeechItem) SetOfflineDictationOnly(value bool)
func (SOSpeechItem) SetShowCountryInDisplayTitle ¶
func (s SOSpeechItem) SetShowCountryInDisplayTitle(value bool)
func (SOSpeechItem) SetVisibility ¶
func (s SOSpeechItem) SetVisibility(value uint64)
func (SOSpeechItem) ShowCountryInDisplayTitle ¶
func (s SOSpeechItem) ShowCountryInDisplayTitle() bool
func (SOSpeechItem) TagName ¶
func (s SOSpeechItem) TagName() string
func (SOSpeechItem) Variant ¶
func (s SOSpeechItem) Variant() string
func (SOSpeechItem) Version ¶
func (s SOSpeechItem) Version() string
func (SOSpeechItem) Visibility ¶
func (s SOSpeechItem) Visibility() uint64
type SOSpeechItemClass ¶
type SOSpeechItemClass struct {
// contains filtered or unexported fields
}
func GetSOSpeechItemClass ¶
func GetSOSpeechItemClass() SOSpeechItemClass
GetSOSpeechItemClass returns the class object for SOSpeechItem.
func (SOSpeechItemClass) Alloc ¶
func (sc SOSpeechItemClass) Alloc() SOSpeechItem
Alloc allocates memory for a new instance of the class.
func (SOSpeechItemClass) Class ¶
func (sc SOSpeechItemClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (SOSpeechItemClass) ComponentsFromLocaleIdentifier ¶
func (_SOSpeechItemClass SOSpeechItemClass) ComponentsFromLocaleIdentifier(identifier objectivec.IObject) objectivec.IObject
func (SOSpeechItemClass) DisplayStringForByteSize ¶
func (_SOSpeechItemClass SOSpeechItemClass) DisplayStringForByteSize(size uint64) objectivec.IObject
func (SOSpeechItemClass) DisplayStringForTimeRemaining ¶
func (_SOSpeechItemClass SOSpeechItemClass) DisplayStringForTimeRemaining(remaining float64) objectivec.IObject
func (SOSpeechItemClass) InstallationDictionaryCache ¶
func (_SOSpeechItemClass SOSpeechItemClass) InstallationDictionaryCache() objectivec.IObject
func (SOSpeechItemClass) IsLocaleIdentifierContainedInLocaleIdentifiers ¶
func (_SOSpeechItemClass SOSpeechItemClass) IsLocaleIdentifierContainedInLocaleIdentifiers(identifier objectivec.IObject, identifiers objectivec.IObject) bool
func (SOSpeechItemClass) IsSameLangaugeFromLocaleIdentifierSecondLocaleIdentifier ¶
func (_SOSpeechItemClass SOSpeechItemClass) IsSameLangaugeFromLocaleIdentifierSecondLocaleIdentifier(identifier objectivec.IObject, identifier2 objectivec.IObject) bool
func (SOSpeechItemClass) IsSameLocaleIdentifierSecondLocaleIdentifier ¶
func (_SOSpeechItemClass SOSpeechItemClass) IsSameLocaleIdentifierSecondLocaleIdentifier(identifier objectivec.IObject, identifier2 objectivec.IObject) bool
func (SOSpeechItemClass) NormalizedLocaleIdentifier ¶
func (_SOSpeechItemClass SOSpeechItemClass) NormalizedLocaleIdentifier(identifier objectivec.IObject) objectivec.IObject
func (SOSpeechItemClass) SystemLocaleIdentifier ¶
func (_SOSpeechItemClass SOSpeechItemClass) SystemLocaleIdentifier() objectivec.IObject
func (SOSpeechItemClass) VisibleObjectsFromItemsForLocaleIdentifierAdditionalRequiredItems ¶
func (_SOSpeechItemClass SOSpeechItemClass) VisibleObjectsFromItemsForLocaleIdentifierAdditionalRequiredItems(items objectivec.IObject, identifier objectivec.IObject, items2 objectivec.IObject) objectivec.IObject
type SOSystemBehaviorManager ¶
type SOSystemBehaviorManager struct {
objectivec.Object
}
Methods ¶
- [SOSystemBehaviorManager._numberObjectFromTimer]
- SOSystemBehaviorManager.AddTimer
- SOSystemBehaviorManager.RemoveTimer
func NewSOSystemBehaviorManager ¶
func NewSOSystemBehaviorManager() SOSystemBehaviorManager
NewSOSystemBehaviorManager creates a new SOSystemBehaviorManager instance.
func SOSystemBehaviorManagerFromID ¶
func SOSystemBehaviorManagerFromID(id objc.ID) SOSystemBehaviorManager
SOSystemBehaviorManagerFromID constructs a SOSystemBehaviorManager from an objc.ID.
func (SOSystemBehaviorManager) AddTimer ¶
func (s SOSystemBehaviorManager) AddTimer(timer objectivec.IObject)
func (SOSystemBehaviorManager) Autorelease ¶
func (s SOSystemBehaviorManager) Autorelease() SOSystemBehaviorManager
Autorelease adds the receiver to the current autorelease pool.
func (SOSystemBehaviorManager) CanNumberObjectFromTimer ¶ added in v0.6.0
func (s SOSystemBehaviorManager) CanNumberObjectFromTimer() bool
CanNumberObjectFromTimer reports whether the receiver responds to the private selector _numberObjectFromTimer:.
func (SOSystemBehaviorManager) Init ¶
func (s SOSystemBehaviorManager) Init() SOSystemBehaviorManager
Init initializes the instance.
func (SOSystemBehaviorManager) NumberObjectFromTimer ¶
func (s SOSystemBehaviorManager) NumberObjectFromTimer(timer objectivec.IObject) (objectivec.IObject, error)
NumberObjectFromTimer is an exported wrapper for the private method _numberObjectFromTimer.
func (SOSystemBehaviorManager) RemoveTimer ¶
func (s SOSystemBehaviorManager) RemoveTimer(timer objectivec.IObject)
type SOSystemBehaviorManagerClass ¶
type SOSystemBehaviorManagerClass struct {
// contains filtered or unexported fields
}
func GetSOSystemBehaviorManagerClass ¶
func GetSOSystemBehaviorManagerClass() SOSystemBehaviorManagerClass
GetSOSystemBehaviorManagerClass returns the class object for SOSystemBehaviorManager.
func (SOSystemBehaviorManagerClass) Alloc ¶
func (sc SOSystemBehaviorManagerClass) Alloc() SOSystemBehaviorManager
Alloc allocates memory for a new instance of the class.
func (SOSystemBehaviorManagerClass) Class ¶
func (sc SOSystemBehaviorManagerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (SOSystemBehaviorManagerClass) SharedSOSystemBehaviorManager ¶
func (_SOSystemBehaviorManagerClass SOSystemBehaviorManagerClass) SharedSOSystemBehaviorManager() SOSystemBehaviorManager
type SOUtteranceResult ¶
type SOUtteranceResult struct {
objectivec.Object
}
Methods ¶
- [SOUtteranceResult._dictionary]
- [SOUtteranceResult._initWithDictionary]
- [SOUtteranceResult._normalizeTimesAgainstTimeInterval]
- SOUtteranceResult.AudioFilePath
- SOUtteranceResult.SetAudioFilePath
- SOUtteranceResult.CommandIdentifier
- SOUtteranceResult.SetCommandIdentifier
- SOUtteranceResult.CreationDate
- SOUtteranceResult.SetCreationDate
- SOUtteranceResult.EndTime
- SOUtteranceResult.SetEndTime
- SOUtteranceResult.PrependedSilenceDuration
- SOUtteranceResult.SetPrependedSilenceDuration
- SOUtteranceResult.StartTime
- SOUtteranceResult.SetStartTime
- SOUtteranceResult.Text
- SOUtteranceResult.SetText
- SOUtteranceResult.TextVariants
- SOUtteranceResult.SetTextVariants
- SOUtteranceResult.Type
- SOUtteranceResult.SetType
- SOUtteranceResult.InitWithTypeStartTimeEndTimeTextTextVariantsCommandIdentifier
func NewSOUtteranceResult ¶
func NewSOUtteranceResult() SOUtteranceResult
NewSOUtteranceResult creates a new SOUtteranceResult instance.
func NewSOUtteranceResultWithTypeStartTimeEndTimeTextTextVariantsCommandIdentifier ¶
func NewSOUtteranceResultWithTypeStartTimeEndTimeTextTextVariantsCommandIdentifier(type_ objectivec.IObject, time float64, time2 float64, text objectivec.IObject, variants objectivec.IObject, identifier objectivec.IObject) SOUtteranceResult
func SOUtteranceResultFromID ¶
func SOUtteranceResultFromID(id objc.ID) SOUtteranceResult
SOUtteranceResultFromID constructs a SOUtteranceResult from an objc.ID.
func (SOUtteranceResult) AudioFilePath ¶
func (s SOUtteranceResult) AudioFilePath() string
func (SOUtteranceResult) Autorelease ¶
func (s SOUtteranceResult) Autorelease() SOUtteranceResult
Autorelease adds the receiver to the current autorelease pool.
func (SOUtteranceResult) CanDictionary ¶ added in v0.6.0
func (s SOUtteranceResult) CanDictionary() bool
CanDictionary reports whether the receiver responds to the private selector _dictionary.
func (SOUtteranceResult) CanInitWithDictionary ¶ added in v0.6.0
func (s SOUtteranceResult) CanInitWithDictionary() bool
CanInitWithDictionary reports whether the receiver responds to the private selector _initWithDictionary:.
func (SOUtteranceResult) CanNormalizeTimesAgainstTimeInterval ¶ added in v0.6.0
func (s SOUtteranceResult) CanNormalizeTimesAgainstTimeInterval() bool
CanNormalizeTimesAgainstTimeInterval reports whether the receiver responds to the private selector _normalizeTimesAgainstTimeInterval:.
func (SOUtteranceResult) CommandIdentifier ¶
func (s SOUtteranceResult) CommandIdentifier() string
func (SOUtteranceResult) CreationDate ¶
func (s SOUtteranceResult) CreationDate() float64
func (SOUtteranceResult) Dictionary ¶
func (s SOUtteranceResult) Dictionary() (objectivec.IObject, error)
Dictionary is an exported wrapper for the private method _dictionary.
func (SOUtteranceResult) EndTime ¶
func (s SOUtteranceResult) EndTime() float64
func (SOUtteranceResult) Init ¶
func (s SOUtteranceResult) Init() SOUtteranceResult
Init initializes the instance.
func (SOUtteranceResult) InitWithDictionary ¶
func (s SOUtteranceResult) InitWithDictionary(dictionary objectivec.IObject) (objectivec.IObject, error)
InitWithDictionary is an exported wrapper for the private method _initWithDictionary.
func (SOUtteranceResult) InitWithTypeStartTimeEndTimeTextTextVariantsCommandIdentifier ¶
func (s SOUtteranceResult) InitWithTypeStartTimeEndTimeTextTextVariantsCommandIdentifier(type_ objectivec.IObject, time float64, time2 float64, text objectivec.IObject, variants objectivec.IObject, identifier objectivec.IObject) SOUtteranceResult
func (SOUtteranceResult) NormalizeTimesAgainstTimeInterval ¶
func (s SOUtteranceResult) NormalizeTimesAgainstTimeInterval(interval float64) error
NormalizeTimesAgainstTimeInterval is an exported wrapper for the private method _normalizeTimesAgainstTimeInterval.
func (SOUtteranceResult) PrependedSilenceDuration ¶
func (s SOUtteranceResult) PrependedSilenceDuration() float64
func (SOUtteranceResult) SetAudioFilePath ¶
func (s SOUtteranceResult) SetAudioFilePath(value string)
func (SOUtteranceResult) SetCommandIdentifier ¶
func (s SOUtteranceResult) SetCommandIdentifier(value string)
func (SOUtteranceResult) SetCreationDate ¶
func (s SOUtteranceResult) SetCreationDate(value float64)
func (SOUtteranceResult) SetEndTime ¶
func (s SOUtteranceResult) SetEndTime(value float64)
func (SOUtteranceResult) SetPrependedSilenceDuration ¶
func (s SOUtteranceResult) SetPrependedSilenceDuration(value float64)
func (SOUtteranceResult) SetStartTime ¶
func (s SOUtteranceResult) SetStartTime(value float64)
func (SOUtteranceResult) SetText ¶
func (s SOUtteranceResult) SetText(value string)
func (SOUtteranceResult) SetTextVariants ¶
func (s SOUtteranceResult) SetTextVariants(value foundation.INSArray)
func (SOUtteranceResult) SetType ¶
func (s SOUtteranceResult) SetType(value string)
func (SOUtteranceResult) StartTime ¶
func (s SOUtteranceResult) StartTime() float64
func (SOUtteranceResult) Text ¶
func (s SOUtteranceResult) Text() string
func (SOUtteranceResult) TextVariants ¶
func (s SOUtteranceResult) TextVariants() foundation.INSArray
func (SOUtteranceResult) Type ¶
func (s SOUtteranceResult) Type() string
type SOUtteranceResultClass ¶
type SOUtteranceResultClass struct {
// contains filtered or unexported fields
}
func GetSOUtteranceResultClass ¶
func GetSOUtteranceResultClass() SOUtteranceResultClass
GetSOUtteranceResultClass returns the class object for SOUtteranceResult.
func (SOUtteranceResultClass) Alloc ¶
func (sc SOUtteranceResultClass) Alloc() SOUtteranceResult
Alloc allocates memory for a new instance of the class.
func (SOUtteranceResultClass) Class ¶
func (sc SOUtteranceResultClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type SOUtteranceResultsFile ¶
type SOUtteranceResultsFile struct {
objectivec.Object
}
Methods ¶
- [SOUtteranceResultsFile._dictionary]
- SOUtteranceResultsFile.AppendUtteranceResult
- SOUtteranceResultsFile.AudioFileData
- SOUtteranceResultsFile.SetAudioFileData
- SOUtteranceResultsFile.CreationDate
- SOUtteranceResultsFile.SetCreationDate
- SOUtteranceResultsFile.CreatorArguments
- SOUtteranceResultsFile.SetCreatorArguments
- SOUtteranceResultsFile.CreatorName
- SOUtteranceResultsFile.SetCreatorName
- SOUtteranceResultsFile.ExportAudioDataToFile
- SOUtteranceResultsFile.ExportRXGrammarToFile
- SOUtteranceResultsFile.FirstUtteranceStartTime
- SOUtteranceResultsFile.SetFirstUtteranceStartTime
- SOUtteranceResultsFile.ImportAudioDataFromFile
- SOUtteranceResultsFile.ImportRXGrammarFromFile
- SOUtteranceResultsFile.LocaleIdentifier
- SOUtteranceResultsFile.SetLocaleIdentifier
- SOUtteranceResultsFile.RecognizerType
- SOUtteranceResultsFile.SetRecognizerType
- SOUtteranceResultsFile.RxGrammar
- SOUtteranceResultsFile.SetRxGrammar
- SOUtteranceResultsFile.StreamDescription
- SOUtteranceResultsFile.SetStreamDescription
- SOUtteranceResultsFile.UtteranceResults
- SOUtteranceResultsFile.SetUtteranceResults
- SOUtteranceResultsFile.WriteToFile
- SOUtteranceResultsFile.InitWithContentsOfFile
func NewSOUtteranceResultsFile ¶
func NewSOUtteranceResultsFile() SOUtteranceResultsFile
NewSOUtteranceResultsFile creates a new SOUtteranceResultsFile instance.
func NewSOUtteranceResultsFileWithContentsOfFile ¶
func NewSOUtteranceResultsFileWithContentsOfFile(file objectivec.IObject) SOUtteranceResultsFile
func SOUtteranceResultsFileFromID ¶
func SOUtteranceResultsFileFromID(id objc.ID) SOUtteranceResultsFile
SOUtteranceResultsFileFromID constructs a SOUtteranceResultsFile from an objc.ID.
func (SOUtteranceResultsFile) AppendUtteranceResult ¶
func (s SOUtteranceResultsFile) AppendUtteranceResult(result objectivec.IObject)
func (SOUtteranceResultsFile) AudioFileData ¶
func (s SOUtteranceResultsFile) AudioFileData() foundation.NSData
func (SOUtteranceResultsFile) Autorelease ¶
func (s SOUtteranceResultsFile) Autorelease() SOUtteranceResultsFile
Autorelease adds the receiver to the current autorelease pool.
func (SOUtteranceResultsFile) CanDictionary ¶ added in v0.6.0
func (s SOUtteranceResultsFile) CanDictionary() bool
CanDictionary reports whether the receiver responds to the private selector _dictionary.
func (SOUtteranceResultsFile) CreationDate ¶
func (s SOUtteranceResultsFile) CreationDate() float64
func (SOUtteranceResultsFile) CreatorArguments ¶
func (s SOUtteranceResultsFile) CreatorArguments() string
func (SOUtteranceResultsFile) CreatorName ¶
func (s SOUtteranceResultsFile) CreatorName() string
func (SOUtteranceResultsFile) Dictionary ¶
func (s SOUtteranceResultsFile) Dictionary() (objectivec.IObject, error)
Dictionary is an exported wrapper for the private method _dictionary.
func (SOUtteranceResultsFile) ExportAudioDataToFile ¶
func (s SOUtteranceResultsFile) ExportAudioDataToFile(file objectivec.IObject) bool
func (SOUtteranceResultsFile) ExportRXGrammarToFile ¶
func (s SOUtteranceResultsFile) ExportRXGrammarToFile(file objectivec.IObject) bool
func (SOUtteranceResultsFile) FirstUtteranceStartTime ¶
func (s SOUtteranceResultsFile) FirstUtteranceStartTime() float64
func (SOUtteranceResultsFile) ImportAudioDataFromFile ¶
func (s SOUtteranceResultsFile) ImportAudioDataFromFile(file objectivec.IObject) bool
func (SOUtteranceResultsFile) ImportRXGrammarFromFile ¶
func (s SOUtteranceResultsFile) ImportRXGrammarFromFile(file objectivec.IObject) bool
func (SOUtteranceResultsFile) Init ¶
func (s SOUtteranceResultsFile) Init() SOUtteranceResultsFile
Init initializes the instance.
func (SOUtteranceResultsFile) InitWithContentsOfFile ¶
func (s SOUtteranceResultsFile) InitWithContentsOfFile(file objectivec.IObject) SOUtteranceResultsFile
func (SOUtteranceResultsFile) LocaleIdentifier ¶
func (s SOUtteranceResultsFile) LocaleIdentifier() string
func (SOUtteranceResultsFile) RecognizerType ¶
func (s SOUtteranceResultsFile) RecognizerType() string
func (SOUtteranceResultsFile) RxGrammar ¶
func (s SOUtteranceResultsFile) RxGrammar() string
func (SOUtteranceResultsFile) SetAudioFileData ¶
func (s SOUtteranceResultsFile) SetAudioFileData(value foundation.NSData)
func (SOUtteranceResultsFile) SetCreationDate ¶
func (s SOUtteranceResultsFile) SetCreationDate(value float64)
func (SOUtteranceResultsFile) SetCreatorArguments ¶
func (s SOUtteranceResultsFile) SetCreatorArguments(value string)
func (SOUtteranceResultsFile) SetCreatorName ¶
func (s SOUtteranceResultsFile) SetCreatorName(value string)
func (SOUtteranceResultsFile) SetFirstUtteranceStartTime ¶
func (s SOUtteranceResultsFile) SetFirstUtteranceStartTime(value float64)
func (SOUtteranceResultsFile) SetLocaleIdentifier ¶
func (s SOUtteranceResultsFile) SetLocaleIdentifier(value string)
func (SOUtteranceResultsFile) SetRecognizerType ¶
func (s SOUtteranceResultsFile) SetRecognizerType(value string)
func (SOUtteranceResultsFile) SetRxGrammar ¶
func (s SOUtteranceResultsFile) SetRxGrammar(value string)
func (SOUtteranceResultsFile) SetStreamDescription ¶
func (s SOUtteranceResultsFile) SetStreamDescription(value coreaudiotypes.AudioStreamBasicDescription)
func (SOUtteranceResultsFile) SetUtteranceResults ¶
func (s SOUtteranceResultsFile) SetUtteranceResults(value foundation.INSArray)
func (SOUtteranceResultsFile) StreamDescription ¶
func (s SOUtteranceResultsFile) StreamDescription() coreaudiotypes.AudioStreamBasicDescription
func (SOUtteranceResultsFile) UtteranceResults ¶
func (s SOUtteranceResultsFile) UtteranceResults() foundation.INSArray
func (SOUtteranceResultsFile) WriteToFile ¶
func (s SOUtteranceResultsFile) WriteToFile(file objectivec.IObject) bool
type SOUtteranceResultsFileClass ¶
type SOUtteranceResultsFileClass struct {
// contains filtered or unexported fields
}
func GetSOUtteranceResultsFileClass ¶
func GetSOUtteranceResultsFileClass() SOUtteranceResultsFileClass
GetSOUtteranceResultsFileClass returns the class object for SOUtteranceResultsFile.
func (SOUtteranceResultsFileClass) Alloc ¶
func (sc SOUtteranceResultsFileClass) Alloc() SOUtteranceResultsFile
Alloc allocates memory for a new instance of the class.
func (SOUtteranceResultsFileClass) Class ¶
func (sc SOUtteranceResultsFileClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type SOVoiceObject ¶
type SOVoiceObject struct {
objectivec.Object
}
Methods ¶
- [SOVoiceObject._conversionLocale]
- [SOVoiceObject._displayLocalizedVoiceNameForString]
- [SOVoiceObject._getSiriVoiceNameFromIdentifier]
- [SOVoiceObject._overriddenCompactVoices]
- [SOVoiceObject._siriVoiceDisplayName]
- [SOVoiceObject._siriVoiceDisplayNameRoot]
- [SOVoiceObject._siriVoiceGenderedDisplayName]
- [SOVoiceObject._siriVoiceGenderedDisplayNameRoot]
- [SOVoiceObject._voiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName]
- SOVoiceObject.Compare
- SOVoiceObject.CountryDisplayString
- SOVoiceObject.CountryIdentifier
- SOVoiceObject.DisplayName
- SOVoiceObject.DisplayNameRoot
- SOVoiceObject.DoesMatchSystemLocale
- SOVoiceObject.DownloadPercentComplete
- SOVoiceObject.SetDownloadPercentComplete
- SOVoiceObject.DownloadStatus
- SOVoiceObject.SetDownloadStatus
- SOVoiceObject.Gender
- SOVoiceObject.GenderDisplayString
- SOVoiceObject.Identifier
- SOVoiceObject.IsAppropriateForSystemLanguage
- SOVoiceObject.IsNeuter
- SOVoiceObject.IsSiriVoice
- SOVoiceObject.LanguageDisplayString
- SOVoiceObject.LanguageIdentifier
- SOVoiceObject.LocaleIdentifier
- SOVoiceObject.MatchesSearchString
- SOVoiceObject.RelativeDesirability
- SOVoiceObject.ShowsInFullListOnly
- SOVoiceObject.SiriLocalizedColorName
- SOVoiceObject.SiriVoiceDisplayNameFromIdentifier
- SOVoiceObject.Visibility
- SOVoiceObject.SetVisibility
- SOVoiceObject.Voice
- SOVoiceObject.VoiceAttributes
- SOVoiceObject.InitWithVoiceWithIdentifier
- SOVoiceObject.InitWithVoiceIdentifierWithIdentifier
func NewSOVoiceObject ¶
func NewSOVoiceObject() SOVoiceObject
NewSOVoiceObject creates a new SOVoiceObject instance.
func NewSOVoiceObjectWithVoiceIdentifier ¶
func NewSOVoiceObjectWithVoiceIdentifier(voice objectivec.IObject, identifier objectivec.IObject) SOVoiceObject
func SOVoiceObjectFromID ¶
func SOVoiceObjectFromID(id objc.ID) SOVoiceObject
SOVoiceObjectFromID constructs a SOVoiceObject from an objc.ID.
func (SOVoiceObject) Autorelease ¶
func (s SOVoiceObject) Autorelease() SOVoiceObject
Autorelease adds the receiver to the current autorelease pool.
func (SOVoiceObject) CanConversionLocale ¶ added in v0.6.0
func (s SOVoiceObject) CanConversionLocale() bool
CanConversionLocale reports whether the receiver responds to the private selector _conversionLocale.
func (SOVoiceObject) CanDisplayLocalizedVoiceNameForString ¶ added in v0.6.0
func (s SOVoiceObject) CanDisplayLocalizedVoiceNameForString() bool
CanDisplayLocalizedVoiceNameForString reports whether the receiver responds to the private selector _displayLocalizedVoiceNameForString:.
func (SOVoiceObject) CanGetSiriVoiceNameFromIdentifier ¶ added in v0.6.0
func (s SOVoiceObject) CanGetSiriVoiceNameFromIdentifier() bool
CanGetSiriVoiceNameFromIdentifier reports whether the receiver responds to the private selector _getSiriVoiceNameFromIdentifier.
func (SOVoiceObject) CanOverriddenCompactVoices ¶ added in v0.6.0
func (s SOVoiceObject) CanOverriddenCompactVoices() bool
CanOverriddenCompactVoices reports whether the receiver responds to the private selector _overriddenCompactVoices.
func (SOVoiceObject) CanSiriVoiceDisplayName ¶ added in v0.6.0
func (s SOVoiceObject) CanSiriVoiceDisplayName() bool
CanSiriVoiceDisplayName reports whether the receiver responds to the private selector _siriVoiceDisplayName.
func (SOVoiceObject) CanSiriVoiceDisplayNameRoot ¶ added in v0.6.0
func (s SOVoiceObject) CanSiriVoiceDisplayNameRoot() bool
CanSiriVoiceDisplayNameRoot reports whether the receiver responds to the private selector _siriVoiceDisplayNameRoot.
func (SOVoiceObject) CanSiriVoiceGenderedDisplayName ¶ added in v0.6.0
func (s SOVoiceObject) CanSiriVoiceGenderedDisplayName() bool
CanSiriVoiceGenderedDisplayName reports whether the receiver responds to the private selector _siriVoiceGenderedDisplayName.
func (SOVoiceObject) CanSiriVoiceGenderedDisplayNameRoot ¶ added in v0.6.0
func (s SOVoiceObject) CanSiriVoiceGenderedDisplayNameRoot() bool
CanSiriVoiceGenderedDisplayNameRoot reports whether the receiver responds to the private selector _siriVoiceGenderedDisplayNameRoot.
func (SOVoiceObject) CanVoiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName ¶ added in v0.6.0
func (s SOVoiceObject) CanVoiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName() bool
CanVoiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName reports whether the receiver responds to the private selector _voiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName:.
func (SOVoiceObject) Compare ¶
func (s SOVoiceObject) Compare(compare objectivec.IObject) int64
func (SOVoiceObject) ConversionLocale ¶
func (s SOVoiceObject) ConversionLocale() (objectivec.IObject, error)
ConversionLocale is an exported wrapper for the private method _conversionLocale.
func (SOVoiceObject) CountryDisplayString ¶
func (s SOVoiceObject) CountryDisplayString() objectivec.IObject
func (SOVoiceObject) CountryIdentifier ¶
func (s SOVoiceObject) CountryIdentifier() objectivec.IObject
func (SOVoiceObject) DisplayLocalizedVoiceNameForString ¶
func (s SOVoiceObject) DisplayLocalizedVoiceNameForString(string_ objectivec.IObject) (objectivec.IObject, error)
DisplayLocalizedVoiceNameForString is an exported wrapper for the private method _displayLocalizedVoiceNameForString.
func (SOVoiceObject) DisplayName ¶
func (s SOVoiceObject) DisplayName() objectivec.IObject
func (SOVoiceObject) DisplayNameRoot ¶
func (s SOVoiceObject) DisplayNameRoot() objectivec.IObject
func (SOVoiceObject) DoesMatchSystemLocale ¶
func (s SOVoiceObject) DoesMatchSystemLocale() bool
func (SOVoiceObject) DownloadPercentComplete ¶
func (s SOVoiceObject) DownloadPercentComplete() float64
func (SOVoiceObject) DownloadStatus ¶
func (s SOVoiceObject) DownloadStatus() uint64
func (SOVoiceObject) Gender ¶
func (s SOVoiceObject) Gender() objectivec.IObject
func (SOVoiceObject) GenderDisplayString ¶
func (s SOVoiceObject) GenderDisplayString() objectivec.IObject
func (SOVoiceObject) GetSiriVoiceNameFromIdentifier ¶
func (s SOVoiceObject) GetSiriVoiceNameFromIdentifier() (objectivec.IObject, error)
GetSiriVoiceNameFromIdentifier is an exported wrapper for the private method _getSiriVoiceNameFromIdentifier.
func (SOVoiceObject) Identifier ¶
func (s SOVoiceObject) Identifier() objectivec.IObject
func (SOVoiceObject) Init ¶
func (s SOVoiceObject) Init() SOVoiceObject
Init initializes the instance.
func (SOVoiceObject) InitWithVoiceIdentifierWithIdentifier ¶
func (s SOVoiceObject) InitWithVoiceIdentifierWithIdentifier(identifier objectivec.IObject) SOVoiceObject
func (SOVoiceObject) InitWithVoiceWithIdentifier ¶
func (s SOVoiceObject) InitWithVoiceWithIdentifier(voice objectivec.IObject, identifier objectivec.IObject) SOVoiceObject
func (SOVoiceObject) IsAppropriateForSystemLanguage ¶
func (s SOVoiceObject) IsAppropriateForSystemLanguage() bool
func (SOVoiceObject) IsNeuter ¶
func (s SOVoiceObject) IsNeuter() bool
func (SOVoiceObject) IsSiriVoice ¶
func (s SOVoiceObject) IsSiriVoice() bool
func (SOVoiceObject) LanguageDisplayString ¶
func (s SOVoiceObject) LanguageDisplayString() objectivec.IObject
func (SOVoiceObject) LanguageIdentifier ¶
func (s SOVoiceObject) LanguageIdentifier() objectivec.IObject
func (SOVoiceObject) LocaleIdentifier ¶
func (s SOVoiceObject) LocaleIdentifier() objectivec.IObject
func (SOVoiceObject) MatchesSearchString ¶
func (s SOVoiceObject) MatchesSearchString(string_ objectivec.IObject) bool
func (SOVoiceObject) OverriddenCompactVoices ¶
func (s SOVoiceObject) OverriddenCompactVoices() (objectivec.IObject, error)
OverriddenCompactVoices is an exported wrapper for the private method _overriddenCompactVoices.
func (SOVoiceObject) RelativeDesirability ¶
func (s SOVoiceObject) RelativeDesirability() int64
func (SOVoiceObject) SetDownloadPercentComplete ¶
func (s SOVoiceObject) SetDownloadPercentComplete(value float64)
func (SOVoiceObject) SetDownloadStatus ¶
func (s SOVoiceObject) SetDownloadStatus(value uint64)
func (SOVoiceObject) SetVisibility ¶
func (s SOVoiceObject) SetVisibility(value uint64)
func (SOVoiceObject) ShowsInFullListOnly ¶
func (s SOVoiceObject) ShowsInFullListOnly() bool
func (SOVoiceObject) SiriLocalizedColorName ¶
func (s SOVoiceObject) SiriLocalizedColorName() objectivec.IObject
func (SOVoiceObject) SiriVoiceDisplayName ¶
func (s SOVoiceObject) SiriVoiceDisplayName() (objectivec.IObject, error)
SiriVoiceDisplayName is an exported wrapper for the private method _siriVoiceDisplayName.
func (SOVoiceObject) SiriVoiceDisplayNameFromIdentifier ¶
func (s SOVoiceObject) SiriVoiceDisplayNameFromIdentifier() objectivec.IObject
func (SOVoiceObject) SiriVoiceDisplayNameRoot ¶
func (s SOVoiceObject) SiriVoiceDisplayNameRoot() (objectivec.IObject, error)
SiriVoiceDisplayNameRoot is an exported wrapper for the private method _siriVoiceDisplayNameRoot.
func (SOVoiceObject) SiriVoiceGenderedDisplayName ¶
func (s SOVoiceObject) SiriVoiceGenderedDisplayName() (objectivec.IObject, error)
SiriVoiceGenderedDisplayName is an exported wrapper for the private method _siriVoiceGenderedDisplayName.
func (SOVoiceObject) SiriVoiceGenderedDisplayNameRoot ¶
func (s SOVoiceObject) SiriVoiceGenderedDisplayNameRoot() (objectivec.IObject, error)
SiriVoiceGenderedDisplayNameRoot is an exported wrapper for the private method _siriVoiceGenderedDisplayNameRoot.
func (SOVoiceObject) Visibility ¶
func (s SOVoiceObject) Visibility() uint64
func (SOVoiceObject) Voice ¶
func (s SOVoiceObject) Voice() unsafe.Pointer
func (SOVoiceObject) VoiceAttributes ¶
func (s SOVoiceObject) VoiceAttributes() objectivec.IObject
func (SOVoiceObject) VoiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName ¶
func (s SOVoiceObject) VoiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName(name objectivec.IObject) (objectivec.IObject, error)
VoiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName is an exported wrapper for the private method _voiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName.
type SOVoiceObjectClass ¶
type SOVoiceObjectClass struct {
// contains filtered or unexported fields
}
func GetSOVoiceObjectClass ¶
func GetSOVoiceObjectClass() SOVoiceObjectClass
GetSOVoiceObjectClass returns the class object for SOVoiceObject.
func (SOVoiceObjectClass) Alloc ¶
func (sc SOVoiceObjectClass) Alloc() SOVoiceObject
Alloc allocates memory for a new instance of the class.
func (SOVoiceObjectClass) AssetForVoiceID ¶
func (_SOVoiceObjectClass SOVoiceObjectClass) AssetForVoiceID(id objectivec.IObject) objectivec.IObject
func (SOVoiceObjectClass) Class ¶
func (sc SOVoiceObjectClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (SOVoiceObjectClass) InvalidateAssetMaps ¶
func (_SOVoiceObjectClass SOVoiceObjectClass) InvalidateAssetMaps()
func (SOVoiceObjectClass) IsSameLanguageFromLocaleIdentifierSecondLocaleIdentifier ¶
func (_SOVoiceObjectClass SOVoiceObjectClass) IsSameLanguageFromLocaleIdentifierSecondLocaleIdentifier(identifier objectivec.IObject, identifier2 objectivec.IObject) bool
func (SOVoiceObjectClass) IsSameLocaleIdentifierSecondLocaleIdentifier ¶
func (_SOVoiceObjectClass SOVoiceObjectClass) IsSameLocaleIdentifierSecondLocaleIdentifier(identifier objectivec.IObject, identifier2 objectivec.IObject) bool
func (SOVoiceObjectClass) NormalizedVoiceIdentifier ¶
func (_SOVoiceObjectClass SOVoiceObjectClass) NormalizedVoiceIdentifier(identifier objectivec.IObject) objectivec.IObject
func (SOVoiceObjectClass) RebuildAssetMaps ¶
func (_SOVoiceObjectClass SOVoiceObjectClass) RebuildAssetMaps()
func (SOVoiceObjectClass) SetVisibleVoicesTable ¶
func (_SOVoiceObjectClass SOVoiceObjectClass) SetVisibleVoicesTable(table objectivec.IObject)
func (SOVoiceObjectClass) SystemLocaleIdentifier ¶
func (_SOVoiceObjectClass SOVoiceObjectClass) SystemLocaleIdentifier() objectivec.IObject
func (SOVoiceObjectClass) VisibleVoicesForLocaleIdentifierAdditionalRequiredVoicesAllowAllVoices ¶
func (_SOVoiceObjectClass SOVoiceObjectClass) VisibleVoicesForLocaleIdentifierAdditionalRequiredVoicesAllowAllVoices(identifier objectivec.IObject, voices objectivec.IObject, voices2 bool) objectivec.IObject
func (SOVoiceObjectClass) VisibleVoicesTable ¶
func (_SOVoiceObjectClass SOVoiceObjectClass) VisibleVoicesTable() objectivec.IObject
type SOVoicePopUpButton ¶
type SOVoicePopUpButton struct {
appkit.NSPopUpButton
}
Methods ¶
- [SOVoicePopUpButton._forcePopupsToAdoptCachedMenuExceptPopUp]
- [SOVoicePopUpButton._handleSpeechDataInstallationNotification]
- [SOVoicePopUpButton._previouslyChosenVoiceIdentifier]
- [SOVoicePopUpButton._setPreviouslyChosenVoiceIdentifier]
- [SOVoicePopUpButton._statusStringForActiveDownloads]
- [SOVoicePopUpButton._updateDownloadStatusFields]
- SOVoicePopUpButton.AddExcludedIdentifier
- SOVoicePopUpButton.BuildPopUpButtonWithSelectVoiceIdentifier
- SOVoicePopUpButton.IsSelectedVoiceAppropriateForCurrentLanguageWithUserConfirmationParentWindowForSheet
- SOVoicePopUpButton.SelectedVoiceAttributes
- SOVoicePopUpButton.SetAllowSystemVoiceChoice
- SOVoicePopUpButton.SetShowIndividualVoiceQualities
- SOVoicePopUpButton.SetSystemVoiceLocalizedTextMenuItemTag
func NewSOVoicePopUpButton ¶
func NewSOVoicePopUpButton() SOVoicePopUpButton
NewSOVoicePopUpButton creates a new SOVoicePopUpButton instance.
func NewSOVoicePopUpButtonWithCoder ¶
func NewSOVoicePopUpButtonWithCoder(coder objectivec.IObject) SOVoicePopUpButton
func SOVoicePopUpButtonFromID ¶
func SOVoicePopUpButtonFromID(id objc.ID) SOVoicePopUpButton
SOVoicePopUpButtonFromID constructs a SOVoicePopUpButton from an objc.ID.
func (SOVoicePopUpButton) AddExcludedIdentifier ¶
func (s SOVoicePopUpButton) AddExcludedIdentifier(identifier objectivec.IObject)
func (SOVoicePopUpButton) Autorelease ¶
func (s SOVoicePopUpButton) Autorelease() SOVoicePopUpButton
Autorelease adds the receiver to the current autorelease pool.
func (SOVoicePopUpButton) BuildPopUpButtonWithSelectVoiceIdentifier ¶
func (s SOVoicePopUpButton) BuildPopUpButtonWithSelectVoiceIdentifier(identifier objectivec.IObject)
func (SOVoicePopUpButton) CanHandleSpeechDataInstallationNotification ¶ added in v0.6.0
func (s SOVoicePopUpButton) CanHandleSpeechDataInstallationNotification() bool
CanHandleSpeechDataInstallationNotification reports whether the receiver responds to the private selector _handleSpeechDataInstallationNotification.
func (SOVoicePopUpButton) CanPreviouslyChosenVoiceIdentifier ¶ added in v0.6.0
func (s SOVoicePopUpButton) CanPreviouslyChosenVoiceIdentifier() bool
CanPreviouslyChosenVoiceIdentifier reports whether the receiver responds to the private selector _previouslyChosenVoiceIdentifier.
func (SOVoicePopUpButton) CanSetPreviouslyChosenVoiceIdentifier ¶ added in v0.6.0
func (s SOVoicePopUpButton) CanSetPreviouslyChosenVoiceIdentifier() bool
CanSetPreviouslyChosenVoiceIdentifier reports whether the receiver responds to the private selector _setPreviouslyChosenVoiceIdentifier:.
func (SOVoicePopUpButton) CanStatusStringForActiveDownloads ¶ added in v0.6.0
func (s SOVoicePopUpButton) CanStatusStringForActiveDownloads() bool
CanStatusStringForActiveDownloads reports whether the receiver responds to the private selector _statusStringForActiveDownloads.
func (SOVoicePopUpButton) CanUpdateDownloadStatusFields ¶ added in v0.6.0
func (s SOVoicePopUpButton) CanUpdateDownloadStatusFields() bool
CanUpdateDownloadStatusFields reports whether the receiver responds to the private selector _updateDownloadStatusFields.
func (SOVoicePopUpButton) HandleSpeechDataInstallationNotification ¶
func (s SOVoicePopUpButton) HandleSpeechDataInstallationNotification() error
HandleSpeechDataInstallationNotification is an exported wrapper for the private method _handleSpeechDataInstallationNotification.
func (SOVoicePopUpButton) Init ¶
func (s SOVoicePopUpButton) Init() SOVoicePopUpButton
Init initializes the instance.
func (SOVoicePopUpButton) IsSelectedVoiceAppropriateForCurrentLanguageWithUserConfirmationParentWindowForSheet ¶
func (s SOVoicePopUpButton) IsSelectedVoiceAppropriateForCurrentLanguageWithUserConfirmationParentWindowForSheet(confirmation bool, sheet objectivec.IObject) bool
func (SOVoicePopUpButton) PreviouslyChosenVoiceIdentifier ¶
func (s SOVoicePopUpButton) PreviouslyChosenVoiceIdentifier() (objectivec.IObject, error)
PreviouslyChosenVoiceIdentifier is an exported wrapper for the private method _previouslyChosenVoiceIdentifier.
func (SOVoicePopUpButton) SelectedVoiceAttributes ¶
func (s SOVoicePopUpButton) SelectedVoiceAttributes() objectivec.IObject
func (SOVoicePopUpButton) SetAllowSystemVoiceChoice ¶
func (s SOVoicePopUpButton) SetAllowSystemVoiceChoice(choice bool)
func (SOVoicePopUpButton) SetPreviouslyChosenVoiceIdentifier ¶
func (s SOVoicePopUpButton) SetPreviouslyChosenVoiceIdentifier(identifier objectivec.IObject) error
SetPreviouslyChosenVoiceIdentifier is an exported wrapper for the private method _setPreviouslyChosenVoiceIdentifier.
func (SOVoicePopUpButton) SetShowIndividualVoiceQualities ¶
func (s SOVoicePopUpButton) SetShowIndividualVoiceQualities(qualities bool)
func (SOVoicePopUpButton) SetSystemVoiceLocalizedTextMenuItemTag ¶
func (s SOVoicePopUpButton) SetSystemVoiceLocalizedTextMenuItemTag(text objectivec.IObject, tag int64)
func (SOVoicePopUpButton) StatusStringForActiveDownloads ¶
func (s SOVoicePopUpButton) StatusStringForActiveDownloads() (objectivec.IObject, error)
StatusStringForActiveDownloads is an exported wrapper for the private method _statusStringForActiveDownloads.
func (SOVoicePopUpButton) UpdateDownloadStatusFields ¶
func (s SOVoicePopUpButton) UpdateDownloadStatusFields() error
UpdateDownloadStatusFields is an exported wrapper for the private method _updateDownloadStatusFields.
type SOVoicePopUpButtonClass ¶
type SOVoicePopUpButtonClass struct {
// contains filtered or unexported fields
}
func GetSOVoicePopUpButtonClass ¶
func GetSOVoicePopUpButtonClass() SOVoicePopUpButtonClass
GetSOVoicePopUpButtonClass returns the class object for SOVoicePopUpButton.
func (SOVoicePopUpButtonClass) AddExcludedVoiceIdentifier ¶
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) AddExcludedVoiceIdentifier(identifier objectivec.IObject)
func (SOVoicePopUpButtonClass) AddRequiredVoiceIdentifier ¶
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) AddRequiredVoiceIdentifier(identifier objectivec.IObject)
func (SOVoicePopUpButtonClass) Alloc ¶
func (sc SOVoicePopUpButtonClass) Alloc() SOVoicePopUpButton
Alloc allocates memory for a new instance of the class.
func (SOVoicePopUpButtonClass) BuildSharedVoicesMenuShowingVOVoices ¶
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) BuildSharedVoicesMenuShowingVOVoices(vOVoices bool)
func (SOVoicePopUpButtonClass) CanForceAllVoicePopupsToUpdate ¶ added in v0.6.0
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) CanForceAllVoicePopupsToUpdate() bool
CanForceAllVoicePopupsToUpdate reports whether the receiver responds to the private selector _forceAllVoicePopupsToUpdate.
func (SOVoicePopUpButtonClass) CanStartDelayedForceAllVoicePopupsToUpdate ¶ added in v0.6.0
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) CanStartDelayedForceAllVoicePopupsToUpdate() bool
CanStartDelayedForceAllVoicePopupsToUpdate reports whether the receiver responds to the private selector _startDelayedForceAllVoicePopupsToUpdate.
func (SOVoicePopUpButtonClass) Class ¶
func (sc SOVoicePopUpButtonClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (SOVoicePopUpButtonClass) DisplayNameForGender ¶
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) DisplayNameForGender(gender objectivec.IObject) objectivec.IObject
func (SOVoicePopUpButtonClass) ForceAllVoicePopupsToUpdate ¶
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) ForceAllVoicePopupsToUpdate() error
ForceAllVoicePopupsToUpdate is an exported wrapper for the private method _forceAllVoicePopupsToUpdate.
func (SOVoicePopUpButtonClass) ForcePopupsToAdoptCachedMenuExceptPopUp ¶
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) ForcePopupsToAdoptCachedMenuExceptPopUp(up objectivec.IObject)
func (SOVoicePopUpButtonClass) IsRequiredVoiceIdentifier ¶
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) IsRequiredVoiceIdentifier(identifier objectivec.IObject) bool
func (SOVoicePopUpButtonClass) IsSiriVoiceIdentifier ¶
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) IsSiriVoiceIdentifier(identifier objectivec.IObject) bool
func (SOVoicePopUpButtonClass) RemoveRequiredVoiceIdentifier ¶
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) RemoveRequiredVoiceIdentifier(identifier objectivec.IObject)
func (SOVoicePopUpButtonClass) SetFallbackVoiceIdentifier ¶
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) SetFallbackVoiceIdentifier(identifier objectivec.IObject)
func (SOVoicePopUpButtonClass) ShouldExcludeVoiceIdentifier ¶
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) ShouldExcludeVoiceIdentifier(identifier objectivec.IObject) bool
func (SOVoicePopUpButtonClass) StartDelayedForceAllVoicePopupsToUpdate ¶
func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) StartDelayedForceAllVoicePopupsToUpdate() error
StartDelayedForceAllVoicePopupsToUpdate is an exported wrapper for the private method _startDelayedForceAllVoicePopupsToUpdate.
type SOVoiceRowCheckboxButton ¶
Methods ¶
func NewSOVoiceRowCheckboxButton ¶
func NewSOVoiceRowCheckboxButton() SOVoiceRowCheckboxButton
NewSOVoiceRowCheckboxButton creates a new SOVoiceRowCheckboxButton instance.
func SOVoiceRowCheckboxButtonFromID ¶
func SOVoiceRowCheckboxButtonFromID(id objc.ID) SOVoiceRowCheckboxButton
SOVoiceRowCheckboxButtonFromID constructs a SOVoiceRowCheckboxButton from an objc.ID.
func (SOVoiceRowCheckboxButton) Autorelease ¶
func (s SOVoiceRowCheckboxButton) Autorelease() SOVoiceRowCheckboxButton
Autorelease adds the receiver to the current autorelease pool.
func (SOVoiceRowCheckboxButton) Init ¶
func (s SOVoiceRowCheckboxButton) Init() SOVoiceRowCheckboxButton
Init initializes the instance.
func (SOVoiceRowCheckboxButton) SetVoiceIdentifier ¶
func (s SOVoiceRowCheckboxButton) SetVoiceIdentifier(value string)
func (SOVoiceRowCheckboxButton) VoiceIdentifier ¶
func (s SOVoiceRowCheckboxButton) VoiceIdentifier() string
type SOVoiceRowCheckboxButtonClass ¶
type SOVoiceRowCheckboxButtonClass struct {
// contains filtered or unexported fields
}
func GetSOVoiceRowCheckboxButtonClass ¶
func GetSOVoiceRowCheckboxButtonClass() SOVoiceRowCheckboxButtonClass
GetSOVoiceRowCheckboxButtonClass returns the class object for SOVoiceRowCheckboxButton.
func (SOVoiceRowCheckboxButtonClass) Alloc ¶
func (sc SOVoiceRowCheckboxButtonClass) Alloc() SOVoiceRowCheckboxButton
Alloc allocates memory for a new instance of the class.
func (SOVoiceRowCheckboxButtonClass) Class ¶
func (sc SOVoiceRowCheckboxButtonClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type SOVoiceRowTextView ¶
type SOVoiceRowTextView struct {
appkit.NSTextField
}
func NewSOVoiceRowTextView ¶
func NewSOVoiceRowTextView() SOVoiceRowTextView
NewSOVoiceRowTextView creates a new SOVoiceRowTextView instance.
func SOVoiceRowTextViewFromID ¶
func SOVoiceRowTextViewFromID(id objc.ID) SOVoiceRowTextView
SOVoiceRowTextViewFromID constructs a SOVoiceRowTextView from an objc.ID.
func (SOVoiceRowTextView) Autorelease ¶
func (s SOVoiceRowTextView) Autorelease() SOVoiceRowTextView
Autorelease adds the receiver to the current autorelease pool.
func (SOVoiceRowTextView) Init ¶
func (s SOVoiceRowTextView) Init() SOVoiceRowTextView
Init initializes the instance.
type SOVoiceRowTextViewClass ¶
type SOVoiceRowTextViewClass struct {
// contains filtered or unexported fields
}
func GetSOVoiceRowTextViewClass ¶
func GetSOVoiceRowTextViewClass() SOVoiceRowTextViewClass
GetSOVoiceRowTextViewClass returns the class object for SOVoiceRowTextView.
func (SOVoiceRowTextViewClass) Alloc ¶
func (sc SOVoiceRowTextViewClass) Alloc() SOVoiceRowTextView
Alloc allocates memory for a new instance of the class.
func (SOVoiceRowTextViewClass) Class ¶
func (sc SOVoiceRowTextViewClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type VoiceSettingsAlertController ¶
type VoiceSettingsAlertController struct {
VoiceSettingsWindowController
}
Methods ¶
func NewVoiceSettingsAlertController ¶
func NewVoiceSettingsAlertController() VoiceSettingsAlertController
NewVoiceSettingsAlertController creates a new VoiceSettingsAlertController instance.
func VoiceSettingsAlertControllerFromID ¶
func VoiceSettingsAlertControllerFromID(id objc.ID) VoiceSettingsAlertController
VoiceSettingsAlertControllerFromID constructs a VoiceSettingsAlertController from an objc.ID.
func (VoiceSettingsAlertController) Autorelease ¶
func (v VoiceSettingsAlertController) Autorelease() VoiceSettingsAlertController
Autorelease adds the receiver to the current autorelease pool.
func (VoiceSettingsAlertController) Init ¶
func (v VoiceSettingsAlertController) Init() VoiceSettingsAlertController
Init initializes the instance.
func (VoiceSettingsAlertController) ShowWindowWithVoiceSettingsModalDelegateWindowTitle ¶
func (v VoiceSettingsAlertController) ShowWindowWithVoiceSettingsModalDelegateWindowTitle(settings objectivec.IObject, delegate objectivec.IObject, title objectivec.IObject)
type VoiceSettingsAlertControllerClass ¶
type VoiceSettingsAlertControllerClass struct {
// contains filtered or unexported fields
}
func GetVoiceSettingsAlertControllerClass ¶
func GetVoiceSettingsAlertControllerClass() VoiceSettingsAlertControllerClass
GetVoiceSettingsAlertControllerClass returns the class object for VoiceSettingsAlertController.
func (VoiceSettingsAlertControllerClass) Alloc ¶
func (vc VoiceSettingsAlertControllerClass) Alloc() VoiceSettingsAlertController
Alloc allocates memory for a new instance of the class.
func (VoiceSettingsAlertControllerClass) Class ¶
func (vc VoiceSettingsAlertControllerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (VoiceSettingsAlertControllerClass) DefaultVoiceSettingsAlertController ¶
func (_VoiceSettingsAlertControllerClass VoiceSettingsAlertControllerClass) DefaultVoiceSettingsAlertController() objectivec.IObject
type VoiceSettingsSheetController ¶
type VoiceSettingsSheetController struct {
VoiceSettingsWindowController
}
Methods ¶
func NewVoiceSettingsSheetController ¶
func NewVoiceSettingsSheetController() VoiceSettingsSheetController
NewVoiceSettingsSheetController creates a new VoiceSettingsSheetController instance.
func VoiceSettingsSheetControllerFromID ¶
func VoiceSettingsSheetControllerFromID(id objc.ID) VoiceSettingsSheetController
VoiceSettingsSheetControllerFromID constructs a VoiceSettingsSheetController from an objc.ID.
func (VoiceSettingsSheetController) Autorelease ¶
func (v VoiceSettingsSheetController) Autorelease() VoiceSettingsSheetController
Autorelease adds the receiver to the current autorelease pool.
func (VoiceSettingsSheetController) Init ¶
func (v VoiceSettingsSheetController) Init() VoiceSettingsSheetController
Init initializes the instance.
func (VoiceSettingsSheetController) ShowSheetWithVoiceSettingsModalDelegateModalForWindow ¶
func (v VoiceSettingsSheetController) ShowSheetWithVoiceSettingsModalDelegateModalForWindow(settings objectivec.IObject, delegate objectivec.IObject, window objectivec.IObject)
type VoiceSettingsSheetControllerClass ¶
type VoiceSettingsSheetControllerClass struct {
// contains filtered or unexported fields
}
func GetVoiceSettingsSheetControllerClass ¶
func GetVoiceSettingsSheetControllerClass() VoiceSettingsSheetControllerClass
GetVoiceSettingsSheetControllerClass returns the class object for VoiceSettingsSheetController.
func (VoiceSettingsSheetControllerClass) Alloc ¶
func (vc VoiceSettingsSheetControllerClass) Alloc() VoiceSettingsSheetController
Alloc allocates memory for a new instance of the class.
func (VoiceSettingsSheetControllerClass) Class ¶
func (vc VoiceSettingsSheetControllerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (VoiceSettingsSheetControllerClass) DefaultVoiceSettingsSheetController ¶
func (_VoiceSettingsSheetControllerClass VoiceSettingsSheetControllerClass) DefaultVoiceSettingsSheetController() objectivec.IObject
type VoiceSettingsWindowController ¶
type VoiceSettingsWindowController struct {
appkit.NSWindowController
}
Methods ¶
- VoiceSettingsWindowController.CancelVoiceSettings
- VoiceSettingsWindowController.CloseWindow
- VoiceSettingsWindowController.PercentOfNormalFromSlider
- VoiceSettingsWindowController.PlayStopVoiceSettings
- VoiceSettingsWindowController.RateCheckboxClicked
- VoiceSettingsWindowController.RateSliderChanged
- VoiceSettingsWindowController.SaveVoiceSettings
- VoiceSettingsWindowController.SetUpWindowWithVoiceSettingsModalDelegate
- VoiceSettingsWindowController.SetValueOfSliderUsingPercentOfNormal
- VoiceSettingsWindowController.SetValueOfSliderUsingWordsPerMinute
- VoiceSettingsWindowController.SpeechSynthesizerDidFinishSpeaking
- VoiceSettingsWindowController.VoicePopupMenuChanged
- VoiceSettingsWindowController.VoiceSettingsFromWindow
- VoiceSettingsWindowController.VolumeCheckboxClicked
- VoiceSettingsWindowController.VolumeSliderChanged
- VoiceSettingsWindowController.WordsPerMinuteFromSlider
- VoiceSettingsWindowController.DebugDescription
- VoiceSettingsWindowController.Description
- VoiceSettingsWindowController.Hash
- VoiceSettingsWindowController.Superclass
func NewVoiceSettingsWindowController ¶
func NewVoiceSettingsWindowController() VoiceSettingsWindowController
NewVoiceSettingsWindowController creates a new VoiceSettingsWindowController instance.
func VoiceSettingsWindowControllerFromID ¶
func VoiceSettingsWindowControllerFromID(id objc.ID) VoiceSettingsWindowController
VoiceSettingsWindowControllerFromID constructs a VoiceSettingsWindowController from an objc.ID.
func (VoiceSettingsWindowController) Autorelease ¶
func (v VoiceSettingsWindowController) Autorelease() VoiceSettingsWindowController
Autorelease adds the receiver to the current autorelease pool.
func (VoiceSettingsWindowController) CancelVoiceSettings ¶
func (v VoiceSettingsWindowController) CancelVoiceSettings(settings objectivec.IObject)
func (VoiceSettingsWindowController) CloseWindow ¶
func (v VoiceSettingsWindowController) CloseWindow()
func (VoiceSettingsWindowController) DebugDescription ¶
func (v VoiceSettingsWindowController) DebugDescription() string
func (VoiceSettingsWindowController) Description ¶
func (v VoiceSettingsWindowController) Description() string
func (VoiceSettingsWindowController) Hash ¶
func (v VoiceSettingsWindowController) Hash() uint64
func (VoiceSettingsWindowController) Init ¶
func (v VoiceSettingsWindowController) Init() VoiceSettingsWindowController
Init initializes the instance.
func (VoiceSettingsWindowController) PercentOfNormalFromSlider ¶
func (v VoiceSettingsWindowController) PercentOfNormalFromSlider(slider objectivec.IObject) float32
func (VoiceSettingsWindowController) PlayStopVoiceSettings ¶
func (v VoiceSettingsWindowController) PlayStopVoiceSettings(settings objectivec.IObject)
func (VoiceSettingsWindowController) RateCheckboxClicked ¶
func (v VoiceSettingsWindowController) RateCheckboxClicked(clicked objectivec.IObject)
func (VoiceSettingsWindowController) RateSliderChanged ¶
func (v VoiceSettingsWindowController) RateSliderChanged(changed objectivec.IObject)
func (VoiceSettingsWindowController) SaveVoiceSettings ¶
func (v VoiceSettingsWindowController) SaveVoiceSettings(settings objectivec.IObject)
func (VoiceSettingsWindowController) SetUpWindowWithVoiceSettingsModalDelegate ¶
func (v VoiceSettingsWindowController) SetUpWindowWithVoiceSettingsModalDelegate(settings objectivec.IObject, delegate objectivec.IObject)
func (VoiceSettingsWindowController) SetValueOfSliderUsingPercentOfNormal ¶
func (v VoiceSettingsWindowController) SetValueOfSliderUsingPercentOfNormal(slider objectivec.IObject, normal float32)
func (VoiceSettingsWindowController) SetValueOfSliderUsingWordsPerMinute ¶
func (v VoiceSettingsWindowController) SetValueOfSliderUsingWordsPerMinute(slider objectivec.IObject, minute float32)
func (VoiceSettingsWindowController) SpeechSynthesizerDidFinishSpeaking ¶
func (v VoiceSettingsWindowController) SpeechSynthesizerDidFinishSpeaking(synthesizer objectivec.IObject, speaking bool)
func (VoiceSettingsWindowController) Superclass ¶
func (v VoiceSettingsWindowController) Superclass() objectivec.Class
func (VoiceSettingsWindowController) VoicePopupMenuChanged ¶
func (v VoiceSettingsWindowController) VoicePopupMenuChanged(changed objectivec.IObject)
func (VoiceSettingsWindowController) VoiceSettingsFromWindow ¶
func (v VoiceSettingsWindowController) VoiceSettingsFromWindow() objectivec.IObject
func (VoiceSettingsWindowController) VolumeCheckboxClicked ¶
func (v VoiceSettingsWindowController) VolumeCheckboxClicked(clicked objectivec.IObject)
func (VoiceSettingsWindowController) VolumeSliderChanged ¶
func (v VoiceSettingsWindowController) VolumeSliderChanged(changed objectivec.IObject)
func (VoiceSettingsWindowController) WordsPerMinuteFromSlider ¶
func (v VoiceSettingsWindowController) WordsPerMinuteFromSlider(slider objectivec.IObject) float32
type VoiceSettingsWindowControllerClass ¶
type VoiceSettingsWindowControllerClass struct {
// contains filtered or unexported fields
}
func GetVoiceSettingsWindowControllerClass ¶
func GetVoiceSettingsWindowControllerClass() VoiceSettingsWindowControllerClass
GetVoiceSettingsWindowControllerClass returns the class object for VoiceSettingsWindowController.
func (VoiceSettingsWindowControllerClass) Alloc ¶
func (vc VoiceSettingsWindowControllerClass) Alloc() VoiceSettingsWindowController
Alloc allocates memory for a new instance of the class.
func (VoiceSettingsWindowControllerClass) Class ¶
func (vc VoiceSettingsWindowControllerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type VoiceTableCellView ¶
type VoiceTableCellView struct {
appkit.NSTableCellView
}
Methods ¶
- VoiceTableCellView.ActiveCheckbox
- VoiceTableCellView.DownloadCheckbox
- VoiceTableCellView.DownloadMessageTextField
func NewVoiceTableCellView ¶
func NewVoiceTableCellView() VoiceTableCellView
NewVoiceTableCellView creates a new VoiceTableCellView instance.
func VoiceTableCellViewFromID ¶
func VoiceTableCellViewFromID(id objc.ID) VoiceTableCellView
VoiceTableCellViewFromID constructs a VoiceTableCellView from an objc.ID.
func (VoiceTableCellView) ActiveCheckbox ¶
func (v VoiceTableCellView) ActiveCheckbox() ISOVoiceRowCheckboxButton
func (VoiceTableCellView) Autorelease ¶
func (v VoiceTableCellView) Autorelease() VoiceTableCellView
Autorelease adds the receiver to the current autorelease pool.
func (VoiceTableCellView) DownloadCheckbox ¶
func (v VoiceTableCellView) DownloadCheckbox() ISOVoiceRowCheckboxButton
func (VoiceTableCellView) DownloadMessageTextField ¶
func (v VoiceTableCellView) DownloadMessageTextField() appkit.NSTextField
func (VoiceTableCellView) Init ¶
func (v VoiceTableCellView) Init() VoiceTableCellView
Init initializes the instance.
type VoiceTableCellViewClass ¶
type VoiceTableCellViewClass struct {
// contains filtered or unexported fields
}
func GetVoiceTableCellViewClass ¶
func GetVoiceTableCellViewClass() VoiceTableCellViewClass
GetVoiceTableCellViewClass returns the class object for VoiceTableCellView.
func (VoiceTableCellViewClass) Alloc ¶
func (vc VoiceTableCellViewClass) Alloc() VoiceTableCellView
Alloc allocates memory for a new instance of the class.
func (VoiceTableCellViewClass) Class ¶
func (vc VoiceTableCellViewClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type VoiceTableRow ¶
type VoiceTableRow struct {
objectivec.Object
}
Methods ¶
- VoiceTableRow.IsGroupRow
- VoiceTableRow.IsSelected
- VoiceTableRow.SetSelectedUsingLanguageCodeOnlyToSelectVoices
- VoiceTableRow.TableIndex
- VoiceTableRow.SetTableIndex
- VoiceTableRow.Title
- VoiceTableRow.VoiceObject
- VoiceTableRow.InitWithTitleVoiceObject
- VoiceTableRow.GroupRow
- VoiceTableRow.SetGroupRow
- VoiceTableRow.Selected
- VoiceTableRow.SetSelected
func NewVoiceTableRow ¶
func NewVoiceTableRow() VoiceTableRow
NewVoiceTableRow creates a new VoiceTableRow instance.
func NewVoiceTableRowWithTitleVoiceObject ¶
func NewVoiceTableRowWithTitleVoiceObject(title objectivec.IObject, object objectivec.IObject) VoiceTableRow
func VoiceTableRowFromID ¶
func VoiceTableRowFromID(id objc.ID) VoiceTableRow
VoiceTableRowFromID constructs a VoiceTableRow from an objc.ID.
func (VoiceTableRow) Autorelease ¶
func (v VoiceTableRow) Autorelease() VoiceTableRow
Autorelease adds the receiver to the current autorelease pool.
func (VoiceTableRow) GroupRow ¶
func (v VoiceTableRow) GroupRow() bool
func (VoiceTableRow) Init ¶
func (v VoiceTableRow) Init() VoiceTableRow
Init initializes the instance.
func (VoiceTableRow) InitWithTitleVoiceObject ¶
func (v VoiceTableRow) InitWithTitleVoiceObject(title objectivec.IObject, object objectivec.IObject) VoiceTableRow
func (VoiceTableRow) IsGroupRow ¶
func (v VoiceTableRow) IsGroupRow() bool
func (VoiceTableRow) IsSelected ¶
func (v VoiceTableRow) IsSelected() bool
func (VoiceTableRow) Selected ¶
func (v VoiceTableRow) Selected() bool
func (VoiceTableRow) SetGroupRow ¶
func (v VoiceTableRow) SetGroupRow(value bool)
func (VoiceTableRow) SetSelected ¶
func (v VoiceTableRow) SetSelected(value bool)
func (VoiceTableRow) SetSelectedUsingLanguageCodeOnlyToSelectVoices ¶
func (v VoiceTableRow) SetSelectedUsingLanguageCodeOnlyToSelectVoices(voices bool)
func (VoiceTableRow) SetTableIndex ¶
func (v VoiceTableRow) SetTableIndex(value uint64)
func (VoiceTableRow) TableIndex ¶
func (v VoiceTableRow) TableIndex() uint64
func (VoiceTableRow) Title ¶
func (v VoiceTableRow) Title() string
func (VoiceTableRow) VoiceObject ¶
func (v VoiceTableRow) VoiceObject() ISOVoiceObject
type VoiceTableRowClass ¶
type VoiceTableRowClass struct {
// contains filtered or unexported fields
}
func GetVoiceTableRowClass ¶
func GetVoiceTableRowClass() VoiceTableRowClass
GetVoiceTableRowClass returns the class object for VoiceTableRow.
func (VoiceTableRowClass) Alloc ¶
func (vc VoiceTableRowClass) Alloc() VoiceTableRow
Alloc allocates memory for a new instance of the class.
func (VoiceTableRowClass) ArrangedRowsFromVoiceObjectsUseLanguageCodeOnlyToSelectVoicesShowIndividualQualitiesShowFullGroupNamesShowCurrentLocaleAtTop ¶
func (_VoiceTableRowClass VoiceTableRowClass) ArrangedRowsFromVoiceObjectsUseLanguageCodeOnlyToSelectVoicesShowIndividualQualitiesShowFullGroupNamesShowCurrentLocaleAtTop(objects objectivec.IObject, voices bool, qualities bool, names bool, top bool) objectivec.IObject
func (VoiceTableRowClass) Class ¶
func (vc VoiceTableRowClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
Source Files
¶
- customize_voices_window_controller.gen.go
- doc.gen.go
- downloadable_voice.gen.go
- functions.gen.go
- generate.go
- so_audio_file_utilities.gen.go
- so_customize_sr_languages_window_controller.gen.go
- so_download_display_manager.gen.go
- so_power_savvy_timer.gen.go
- so_speech_installation_manager.gen.go
- so_speech_item.gen.go
- so_system_behavior_manager.gen.go
- so_utterance_result.gen.go
- so_utterance_results_file.gen.go
- so_voice_object.gen.go
- so_voice_pop_up_button.gen.go
- so_voice_row_checkbox_button.gen.go
- so_voice_row_text_view.gen.go
- sosr_language_item.gen.go
- sosr_language_pop_up_button.gen.go
- sosr_language_row.gen.go
- sosr_language_row_checkbox_button.gen.go
- sosr_language_row_text_view.gen.go
- sosr_language_table_cell_view.gen.go
- sosr_simple_language_pop_up_button.gen.go
- sound_delegate_protocol.gen.go
- speech_synthesizer_delegate_protocol.gen.go
- tab_view_delegate_protocol.gen.go
- types.gen.go
- undefined_types.gen.go
- voice_settings_alert_controller.gen.go
- voice_settings_sheet_controller.gen.go
- voice_settings_window_controller.gen.go
- voice_table_cell_view.gen.go
- voice_table_row.gen.go