speechobjects

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package speechobjects provides Go bindings for the speechobjects framework.

Key Types

Code generated from Apple documentation. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomizeVoicesWindowController

type CustomizeVoicesWindowController struct {
	appkit.NSWindowController
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/CustomizeVoicesWindowController

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) AnyVoicePlaying

func (c CustomizeVoicesWindowController) AnyVoicePlaying() bool

AnyVoicePlaying is an exported wrapper for the private method _anyVoicePlaying.

func (CustomizeVoicesWindowController) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (CustomizeVoicesWindowController) DelayedPopUpUpdate

func (c CustomizeVoicesWindowController) DelayedPopUpUpdate()

DelayedPopUpUpdate is an exported wrapper for the private method _delayedPopUpUpdate.

func (CustomizeVoicesWindowController) Init

Init initializes the instance.

func (CustomizeVoicesWindowController) IsSampleAvailableForVoiceObject

func (c CustomizeVoicesWindowController) IsSampleAvailableForVoiceObject(object objectivec.IObject) bool

IsSampleAvailableForVoiceObject is an exported wrapper for the private method _isSampleAvailableForVoiceObject.

func (CustomizeVoicesWindowController) PropagateCheckboxSelection

func (c CustomizeVoicesWindowController) PropagateCheckboxSelection(selection objectivec.IObject)

PropagateCheckboxSelection is an exported wrapper for the private method _propagateCheckboxSelection.

func (CustomizeVoicesWindowController) PropagateDownloadCheckboxSelection

func (c CustomizeVoicesWindowController) PropagateDownloadCheckboxSelection(selection objectivec.IObject)

PropagateDownloadCheckboxSelection is an exported wrapper for the private method _propagateDownloadCheckboxSelection.

func (CustomizeVoicesWindowController) PropagateDownloadVariantSelection

func (c CustomizeVoicesWindowController) PropagateDownloadVariantSelection(selection objectivec.IObject)

PropagateDownloadVariantSelection is an exported wrapper for the private method _propagateDownloadVariantSelection.

func (CustomizeVoicesWindowController) RebuildVoiceList

func (c CustomizeVoicesWindowController) RebuildVoiceList()

RebuildVoiceList is an exported wrapper for the private method _rebuildVoiceList.

func (CustomizeVoicesWindowController) SetRowDownloadCheckboxVoiceObjectIsSelected

func (c CustomizeVoicesWindowController) SetRowDownloadCheckboxVoiceObjectIsSelected(checkbox objectivec.IObject, object objectivec.IObject, selected bool)

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)

SetRowStatusFieldViewVoiceObjectIsSelected is an exported wrapper for the private method _setRowStatusFieldViewVoiceObjectIsSelected.

func (CustomizeVoicesWindowController) ShouldAllowRemovalOfVoiceObject

func (c CustomizeVoicesWindowController) ShouldAllowRemovalOfVoiceObject(object objectivec.IObject) bool

ShouldAllowRemovalOfVoiceObject is an exported wrapper for the private method _shouldAllowRemovalOfVoiceObject.

func (CustomizeVoicesWindowController) ShowPlayStopButtonAsPlaying

func (c CustomizeVoicesWindowController) ShowPlayStopButtonAsPlaying(playing bool)

ShowPlayStopButtonAsPlaying is an exported wrapper for the private method _showPlayStopButtonAsPlaying.

func (CustomizeVoicesWindowController) StopAndResetAllVoicePlaying

func (c CustomizeVoicesWindowController) StopAndResetAllVoicePlaying()

StopAndResetAllVoicePlaying is an exported wrapper for the private method _stopAndResetAllVoicePlaying.

func (CustomizeVoicesWindowController) UpdateButtonStates

func (c CustomizeVoicesWindowController) UpdateButtonStates()

UpdateButtonStates is an exported wrapper for the private method _updateButtonStates.

func (CustomizeVoicesWindowController) UpdateDisplayedVoicesUsingFilterString

func (c CustomizeVoicesWindowController) UpdateDisplayedVoicesUsingFilterString(string_ objectivec.IObject)

UpdateDisplayedVoicesUsingFilterString is an exported wrapper for the private method _updateDisplayedVoicesUsingFilterString.

func (CustomizeVoicesWindowController) UpdateRowDownloadStatus

func (c CustomizeVoicesWindowController) UpdateRowDownloadStatus()

UpdateRowDownloadStatus is an exported wrapper for the private method _updateRowDownloadStatus.

func (CustomizeVoicesWindowController) VoiceObjectForCurrentlySelectedRow

func (c CustomizeVoicesWindowController) VoiceObjectForCurrentlySelectedRow() objectivec.IObject

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

Alloc allocates memory for a new instance of the class.

func (CustomizeVoicesWindowControllerClass) Class

Class returns the underlying Objective-C class pointer.

type DownloadableVoice

type DownloadableVoice struct {
	SOVoiceObject
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/DownloadableVoice

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 (DownloadableVoice) Autorelease

func (d DownloadableVoice) Autorelease() DownloadableVoice

Autorelease adds the receiver to the current autorelease pool.

func (DownloadableVoice) Init

Init initializes the instance.

func (DownloadableVoice) SetDownloadCompactSize

func (d DownloadableVoice) SetDownloadCompactSize(value bool)

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

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() objc.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]

See: https://developer.apple.com/documentation/SpeechObjects/CustomizeVoicesWindowController

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]

See: https://developer.apple.com/documentation/SpeechObjects/DownloadableVoice

type ISOAudioFileUtilities

type ISOAudioFileUtilities interface {
	objectivec.IObject
}

An interface definition for the SOAudioFileUtilities class.

See: https://developer.apple.com/documentation/SpeechObjects/SOAudioFileUtilities

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() objc.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]

See: https://developer.apple.com/documentation/SpeechObjects/SOCustomizeSRLanguagesWindowController

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]

See: https://developer.apple.com/documentation/SpeechObjects/SODownloadDisplayManager

type ISOPowerSavvyTimer

type ISOPowerSavvyTimer interface {
	foundation.ITimer

	IsValid() bool
	Repeats() bool
	SetRepeats(value bool)
	Selector() objc.SEL
	SetSelector(value objc.SEL)
	Target() objectivec.IObject
	SetTarget(value objectivec.IObject)
	GetTimer() *foundation.NSTimer
	SetGetTimer(value *foundation.NSTimer)
	// 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.GetTimer]
  • [ISOPowerSavvyTimer.SetGetTimer]

See: https://developer.apple.com/documentation/SpeechObjects/SOPowerSavvyTimer

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]

See: https://developer.apple.com/documentation/SpeechObjects/SOSRLanguageItem

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]

See: https://developer.apple.com/documentation/SpeechObjects/SOSRLanguagePopUpButton

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]

See: https://developer.apple.com/documentation/SpeechObjects/SOSRLanguageRow

type ISOSRLanguageRowCheckboxButton

type ISOSRLanguageRowCheckboxButton interface {
	appkit.INSButton

	LocaleIdentifier() string
	SetLocaleIdentifier(value string)
}

An interface definition for the SOSRLanguageRowCheckboxButton class.

Methods

  • [ISOSRLanguageRowCheckboxButton.LocaleIdentifier]
  • [ISOSRLanguageRowCheckboxButton.SetLocaleIdentifier]

See: https://developer.apple.com/documentation/SpeechObjects/SOSRLanguageRowCheckboxButton

type ISOSRLanguageRowTextView

type ISOSRLanguageRowTextView interface {
	appkit.INSTextField
}

An interface definition for the SOSRLanguageRowTextView class.

See: https://developer.apple.com/documentation/SpeechObjects/SOSRLanguageRowTextView

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]

See: https://developer.apple.com/documentation/SpeechObjects/SOSRLanguageTableCellView

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]

See: https://developer.apple.com/documentation/SpeechObjects/SOSRSimpleLanguagePopUpButton

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]

See: https://developer.apple.com/documentation/SpeechObjects/SOSpeechInstallationManager

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]

See: https://developer.apple.com/documentation/SpeechObjects/SOSpeechItem

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]

See: https://developer.apple.com/documentation/SpeechObjects/SOSystemBehaviorManager

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]

See: https://developer.apple.com/documentation/SpeechObjects/SOUtteranceResult

type ISOUtteranceResultsFile

type ISOUtteranceResultsFile interface {
	objectivec.IObject

	AppendUtteranceResult(result objectivec.IObject)
	AudioFileData() foundation.INSData
	SetAudioFileData(value foundation.INSData)
	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() objectivec.IObject
	SetStreamDescription(value objectivec.IObject)
	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]

See: https://developer.apple.com/documentation/SpeechObjects/SOUtteranceResultsFile

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]

See: https://developer.apple.com/documentation/SpeechObjects/SOVoiceObject

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]

See: https://developer.apple.com/documentation/SpeechObjects/SOVoicePopUpButton

type ISOVoiceRowCheckboxButton

type ISOVoiceRowCheckboxButton interface {
	appkit.INSButton

	VoiceIdentifier() string
	SetVoiceIdentifier(value string)
}

An interface definition for the SOVoiceRowCheckboxButton class.

Methods

  • [ISOVoiceRowCheckboxButton.VoiceIdentifier]
  • [ISOVoiceRowCheckboxButton.SetVoiceIdentifier]

See: https://developer.apple.com/documentation/SpeechObjects/SOVoiceRowCheckboxButton

type ISOVoiceRowTextView

type ISOVoiceRowTextView interface {
	appkit.INSTextField
}

An interface definition for the SOVoiceRowTextView class.

See: https://developer.apple.com/documentation/SpeechObjects/SOVoiceRowTextView

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]

See: https://developer.apple.com/documentation/SpeechObjects/VoiceSettingsAlertController

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]

See: https://developer.apple.com/documentation/SpeechObjects/VoiceSettingsSheetController

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() objc.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]

See: https://developer.apple.com/documentation/SpeechObjects/VoiceSettingsWindowController

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]

See: https://developer.apple.com/documentation/SpeechObjects/VoiceTableCellView

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]

See: https://developer.apple.com/documentation/SpeechObjects/VoiceTableRow

type NSSoundDelegate

type NSSoundDelegate interface {
	objectivec.IObject
}

NSSoundDelegate protocol.

See: https://developer.apple.com/documentation/SpeechObjects/NSSoundDelegate

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

type NSSpeechSynthesizerDelegate

type NSSpeechSynthesizerDelegate interface {
	objectivec.IObject
}

NSSpeechSynthesizerDelegate protocol.

See: https://developer.apple.com/documentation/SpeechObjects/NSSpeechSynthesizerDelegate

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

type NSTabViewDelegate

type NSTabViewDelegate interface {
	objectivec.IObject
}

NSTabViewDelegate protocol.

See: https://developer.apple.com/documentation/SpeechObjects/NSTabViewDelegate

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

type SOAudioFileUtilities

type SOAudioFileUtilities struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/SpeechObjects/SOAudioFileUtilities

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

Autorelease adds the receiver to the current autorelease pool.

func (SOAudioFileUtilities) Init

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

Alloc allocates memory for a new instance of the class.

func (SOAudioFileUtilitiesClass) Class

Class returns the underlying Objective-C class pointer.

type SOCustomizeSRLanguagesWindowController

type SOCustomizeSRLanguagesWindowController struct {
	appkit.NSWindowController
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOCustomizeSRLanguagesWindowController

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) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (SOCustomizeSRLanguagesWindowController) Init

Init initializes the instance.

func (SOCustomizeSRLanguagesWindowController) PropagateCheckboxSelection

func (s SOCustomizeSRLanguagesWindowController) PropagateCheckboxSelection(selection objectivec.IObject)

PropagateCheckboxSelection is an exported wrapper for the private method _propagateCheckboxSelection.

func (SOCustomizeSRLanguagesWindowController) PropagateDownloadVariantSelection

func (s SOCustomizeSRLanguagesWindowController) PropagateDownloadVariantSelection(selection objectivec.IObject)

PropagateDownloadVariantSelection is an exported wrapper for the private method _propagateDownloadVariantSelection.

func (SOCustomizeSRLanguagesWindowController) RebuildList

RebuildList is an exported wrapper for the private method _rebuildList.

func (SOCustomizeSRLanguagesWindowController) SetRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected

func (s SOCustomizeSRLanguagesWindowController) SetRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected(view objectivec.IObject, button objectivec.IObject, item objectivec.IObject, selected bool)

SetRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected is an exported wrapper for the private method _setRowStatusFieldViewVariantPopUpButtonSpeechItemIsSelected.

func (SOCustomizeSRLanguagesWindowController) UpdateButtonStatesOnlyIfDownloadRequired

func (s SOCustomizeSRLanguagesWindowController) UpdateButtonStatesOnlyIfDownloadRequired(required bool)

UpdateButtonStatesOnlyIfDownloadRequired is an exported wrapper for the private method _updateButtonStatesOnlyIfDownloadRequired.

func (SOCustomizeSRLanguagesWindowController) UpdateDisplayUsingFilterString

func (s SOCustomizeSRLanguagesWindowController) UpdateDisplayUsingFilterString(string_ objectivec.IObject)

UpdateDisplayUsingFilterString is an exported wrapper for the private method _updateDisplayUsingFilterString.

func (SOCustomizeSRLanguagesWindowController) UpdateRowDownloadStatus

func (s SOCustomizeSRLanguagesWindowController) UpdateRowDownloadStatus()

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

Alloc allocates memory for a new instance of the class.

func (SOCustomizeSRLanguagesWindowControllerClass) Class

Class returns the underlying Objective-C class pointer.

type SODownloadDisplayManager

type SODownloadDisplayManager struct {
	objectivec.Object
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SODownloadDisplayManager

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)

AppendAveragingTimeInterval is an exported wrapper for the private method _appendAveragingTimeInterval.

func (SODownloadDisplayManager) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (SODownloadDisplayManager) AveragedTimeInterval

func (s SODownloadDisplayManager) AveragedTimeInterval() float64

AveragedTimeInterval is an exported wrapper for the private method _averagedTimeInterval.

func (SODownloadDisplayManager) Init

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

func (SODownloadDisplayManagerClass) Class

Class returns the underlying Objective-C class pointer.

type SOPowerSavvyTimer

type SOPowerSavvyTimer struct {
	foundation.Timer
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOPowerSavvyTimer

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

Init initializes the instance.

func (SOPowerSavvyTimer) SetGetTimer

func (s SOPowerSavvyTimer) SetGetTimer(value *foundation.NSTimer)

func (SOPowerSavvyTimer) SetRepeats

func (s SOPowerSavvyTimer) SetRepeats(value bool)

func (SOPowerSavvyTimer) SetSelector

func (s SOPowerSavvyTimer) SetSelector(value objc.SEL)

func (SOPowerSavvyTimer) SetTarget

func (s SOPowerSavvyTimer) SetTarget(value objectivec.IObject)

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

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.

type SOSRLanguageItem

type SOSRLanguageItem struct {
	SOSpeechItem
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOSRLanguageItem

func NewSOSRLanguageItem

func NewSOSRLanguageItem() SOSRLanguageItem

NewSOSRLanguageItem creates a new SOSRLanguageItem instance.

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

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

func (SOSRLanguageItemClass) Class

func (sc SOSRLanguageItemClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (SOSRLanguageItemClass) SetVisibilityValueForLocaleIdentifierUsingOffline

func (_SOSRLanguageItemClass SOSRLanguageItemClass) SetVisibilityValueForLocaleIdentifierUsingOffline(value uint64, identifier objectivec.IObject, offline bool)

See: https://developer.apple.com/documentation/SpeechObjects/SOSRLanguageItem/setVisibilityValue:forLocaleIdentifier:usingOffline:

type SOSRLanguagePopUpButton

type SOSRLanguagePopUpButton struct {
	appkit.NSPopUpButton
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOSRLanguagePopUpButton

func NewSOSRLanguagePopUpButton

func NewSOSRLanguagePopUpButton() SOSRLanguagePopUpButton

NewSOSRLanguagePopUpButton creates a new SOSRLanguagePopUpButton instance.

func SOSRLanguagePopUpButtonFromID

func SOSRLanguagePopUpButtonFromID(id objc.ID) SOSRLanguagePopUpButton

SOSRLanguagePopUpButtonFromID constructs a SOSRLanguagePopUpButton from an objc.ID.

func (SOSRLanguagePopUpButton) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (SOSRLanguagePopUpButton) ClearDownloadStatusFieldAfterPreHeat

func (s SOSRLanguagePopUpButton) ClearDownloadStatusFieldAfterPreHeat()

ClearDownloadStatusFieldAfterPreHeat is an exported wrapper for the private method _clearDownloadStatusFieldAfterPreHeat.

func (SOSRLanguagePopUpButton) Init

Init initializes the instance.

func (SOSRLanguagePopUpButton) InitCommon

func (s SOSRLanguagePopUpButton) InitCommon()

InitCommon is an exported wrapper for the private method _initCommon.

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) StartDelayedPopUpUpdate

func (s SOSRLanguagePopUpButton) StartDelayedPopUpUpdate()

StartDelayedPopUpUpdate is an exported wrapper for the private method _startDelayedPopUpUpdate.

func (SOSRLanguagePopUpButton) StatusStringForActiveDownloads

func (s SOSRLanguagePopUpButton) StatusStringForActiveDownloads() objectivec.IObject

StatusStringForActiveDownloads is an exported wrapper for the private method _statusStringForActiveDownloads.

func (SOSRLanguagePopUpButton) UpdateDownloadStatusFields

func (s SOSRLanguagePopUpButton) UpdateDownloadStatusFields()

UpdateDownloadStatusFields is an exported wrapper for the private method _updateDownloadStatusFields.

func (SOSRLanguagePopUpButton) UpdateSRLanguageMenu

func (s SOSRLanguagePopUpButton) UpdateSRLanguageMenu()

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

Alloc allocates memory for a new instance of the class.

func (SOSRLanguagePopUpButtonClass) Class

Class returns the underlying Objective-C class pointer.

type SOSRLanguageRow

type SOSRLanguageRow struct {
	objectivec.Object
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOSRLanguageRow

func NewSOSRLanguageRow

func NewSOSRLanguageRow() SOSRLanguageRow

NewSOSRLanguageRow creates a new SOSRLanguageRow instance.

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) Init

Init initializes the instance.

func (SOSRLanguageRow) SetGroupRow

func (s SOSRLanguageRow) SetGroupRow(value bool)

func (SOSRLanguageRow) SetSelected

func (s SOSRLanguageRow) SetSelected(value bool)

func (SOSRLanguageRow) SetTableIndex

func (s SOSRLanguageRow) SetTableIndex(value uint64)

type SOSRLanguageRowCheckboxButton

type SOSRLanguageRowCheckboxButton struct {
	appkit.NSButton
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOSRLanguageRowCheckboxButton

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

Autorelease adds the receiver to the current autorelease pool.

func (SOSRLanguageRowCheckboxButton) Init

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

func (SOSRLanguageRowCheckboxButtonClass) 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

Alloc allocates memory for a new instance of the class.

func (SOSRLanguageRowClass) Class

func (sc SOSRLanguageRowClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type SOSRLanguageRowTextView

type SOSRLanguageRowTextView struct {
	appkit.NSTextField
}

See: https://developer.apple.com/documentation/SpeechObjects/SOSRLanguageRowTextView

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

Autorelease adds the receiver to the current autorelease pool.

func (SOSRLanguageRowTextView) Init

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

Alloc allocates memory for a new instance of the class.

func (SOSRLanguageRowTextViewClass) Class

Class returns the underlying Objective-C class pointer.

type SOSRLanguageTableCellView

type SOSRLanguageTableCellView struct {
	appkit.NSTableCellView
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOSRLanguageTableCellView

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) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (SOSRLanguageTableCellView) Init

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

Alloc allocates memory for a new instance of the class.

func (SOSRLanguageTableCellViewClass) Class

Class returns the underlying Objective-C class pointer.

type SOSRSimpleLanguagePopUpButton

type SOSRSimpleLanguagePopUpButton struct {
	appkit.NSPopUpButton
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOSRSimpleLanguagePopUpButton

func NewSOSRSimpleLanguagePopUpButton

func NewSOSRSimpleLanguagePopUpButton() SOSRSimpleLanguagePopUpButton

NewSOSRSimpleLanguagePopUpButton creates a new SOSRSimpleLanguagePopUpButton instance.

func SOSRSimpleLanguagePopUpButtonFromID

func SOSRSimpleLanguagePopUpButtonFromID(id objc.ID) SOSRSimpleLanguagePopUpButton

SOSRSimpleLanguagePopUpButtonFromID constructs a SOSRSimpleLanguagePopUpButton from an objc.ID.

func (SOSRSimpleLanguagePopUpButton) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (SOSRSimpleLanguagePopUpButton) Init

Init initializes the instance.

func (SOSRSimpleLanguagePopUpButton) RowsFromSRLanguageItems

func (s SOSRSimpleLanguagePopUpButton) RowsFromSRLanguageItems(items objectivec.IObject) objectivec.IObject

RowsFromSRLanguageItems is an exported wrapper for the private method _rowsFromSRLanguageItems.

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()

StartDelayedPopUpUpdate is an exported wrapper for the private method _startDelayedPopUpUpdate.

func (SOSRSimpleLanguagePopUpButton) UpdateSRLanguageMenu

func (s SOSRSimpleLanguagePopUpButton) UpdateSRLanguageMenu()

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

Alloc allocates memory for a new instance of the class.

func (SOSRSimpleLanguagePopUpButtonClass) Class

Class returns the underlying Objective-C class pointer.

type SOSpeechInstallationManager

type SOSpeechInstallationManager struct {
	objectivec.Object
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOSpeechInstallationManager

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) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (SOSpeechInstallationManager) ClientHasRightsToCustomVoices

func (s SOSpeechInstallationManager) ClientHasRightsToCustomVoices() bool

ClientHasRightsToCustomVoices is an exported wrapper for the private method _clientHasRightsToCustomVoices.

func (SOSpeechInstallationManager) CreateLocalPort

func (s SOSpeechInstallationManager) CreateLocalPort() objectivec.IObject

CreateLocalPort is an exported wrapper for the private method _createLocalPort.

func (SOSpeechInstallationManager) CreateServerPortIfNeeded

func (s SOSpeechInstallationManager) CreateServerPortIfNeeded() bool

CreateServerPortIfNeeded is an exported wrapper for the private method _createServerPortIfNeeded.

func (SOSpeechInstallationManager) Init

Init initializes the instance.

func (SOSpeechInstallationManager) OverriddenVoiceIdentifierDictionary

func (s SOSpeechInstallationManager) OverriddenVoiceIdentifierDictionary() objectivec.IObject

OverriddenVoiceIdentifierDictionary is an exported wrapper for the private method _overriddenVoiceIdentifierDictionary.

func (SOSpeechInstallationManager) SendMessageWithDataWithReply

func (s SOSpeechInstallationManager) SendMessageWithDataWithReply(message int, data unsafe.Pointer, reply bool) objectivec.IObject

SendMessageWithDataWithReply is an exported wrapper for the private method _sendMessageWithDataWithReply.

func (SOSpeechInstallationManager) ServerIsRunning

func (s SOSpeechInstallationManager) ServerIsRunning() bool

ServerIsRunning is an exported wrapper for the private method _serverIsRunning.

func (SOSpeechInstallationManager) SetDelegate

func (s SOSpeechInstallationManager) SetDelegate(value objectivec.IObject)

func (SOSpeechInstallationManager) StartDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator

func (s SOSpeechInstallationManager) StartDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator(identifier objectivec.IObject, aCPower bool, initiator objectivec.IObject) bool

StartDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator is an exported wrapper for the private method _startDownloadingHighestQualityIfNecessaryForVoiceIdentifierRequireACPowerInitiator.

func (SOSpeechInstallationManager) VoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality

func (s SOSpeechInstallationManager) VoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality(identifier objectivec.IObject, downloading bool, aCPower bool, initiator objectivec.IObject, quality bool) objectivec.IObject

VoiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality is an exported wrapper for the private method _voiceIdentifierForRootVoiceIdentifierStartDownloadingRequireACPowerInitiatorHighestQuality.

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

Alloc allocates memory for a new instance of the class.

func (SOSpeechInstallationManagerClass) Class

Class returns the underlying Objective-C class pointer.

type SOSpeechItem

type SOSpeechItem struct {
	objectivec.Object
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOSpeechItem

func NewSOSpeechItem

func NewSOSpeechItem() SOSpeechItem

NewSOSpeechItem creates a new SOSpeechItem instance.

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) ConversionLocale

func (s SOSpeechItem) ConversionLocale() objectivec.IObject

ConversionLocale is an exported wrapper for the private method _conversionLocale.

func (SOSpeechItem) Init

func (s SOSpeechItem) Init() SOSpeechItem

Init initializes the instance.

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)

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.

type SOSystemBehaviorManager

type SOSystemBehaviorManager struct {
	objectivec.Object
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOSystemBehaviorManager

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) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (SOSystemBehaviorManager) Init

Init initializes the instance.

func (SOSystemBehaviorManager) NumberObjectFromTimer

func (s SOSystemBehaviorManager) NumberObjectFromTimer(timer objectivec.IObject) objectivec.IObject

NumberObjectFromTimer is an exported wrapper for the private method _numberObjectFromTimer.

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

Alloc allocates memory for a new instance of the class.

func (SOSystemBehaviorManagerClass) Class

Class returns the underlying Objective-C class pointer.

type SOUtteranceResult

type SOUtteranceResult struct {
	objectivec.Object
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOUtteranceResult

func NewSOUtteranceResult

func NewSOUtteranceResult() SOUtteranceResult

NewSOUtteranceResult creates a new SOUtteranceResult instance.

func SOUtteranceResultFromID

func SOUtteranceResultFromID(id objc.ID) SOUtteranceResult

SOUtteranceResultFromID constructs a SOUtteranceResult from an objc.ID.

func (SOUtteranceResult) Autorelease

func (s SOUtteranceResult) Autorelease() SOUtteranceResult

Autorelease adds the receiver to the current autorelease pool.

func (SOUtteranceResult) Dictionary

func (s SOUtteranceResult) Dictionary() objectivec.IObject

Dictionary is an exported wrapper for the private method _dictionary.

func (SOUtteranceResult) Init

Init initializes the instance.

func (SOUtteranceResult) InitWithDictionary

func (s SOUtteranceResult) InitWithDictionary(dictionary objectivec.IObject) objectivec.IObject

InitWithDictionary is an exported wrapper for the private method _initWithDictionary.

func (SOUtteranceResult) NormalizeTimesAgainstTimeInterval

func (s SOUtteranceResult) NormalizeTimesAgainstTimeInterval(interval float64)

NormalizeTimesAgainstTimeInterval is an exported wrapper for the private method _normalizeTimesAgainstTimeInterval.

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)

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

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

See: https://developer.apple.com/documentation/SpeechObjects/SOUtteranceResultsFile

func NewSOUtteranceResultsFile

func NewSOUtteranceResultsFile() SOUtteranceResultsFile

NewSOUtteranceResultsFile creates a new SOUtteranceResultsFile instance.

func SOUtteranceResultsFileFromID

func SOUtteranceResultsFileFromID(id objc.ID) SOUtteranceResultsFile

SOUtteranceResultsFileFromID constructs a SOUtteranceResultsFile from an objc.ID.

func (SOUtteranceResultsFile) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (SOUtteranceResultsFile) Dictionary

func (s SOUtteranceResultsFile) Dictionary() objectivec.IObject

Dictionary is an exported wrapper for the private method _dictionary.

func (SOUtteranceResultsFile) Init

Init initializes the instance.

func (SOUtteranceResultsFile) SetAudioFileData

func (s SOUtteranceResultsFile) SetAudioFileData(value foundation.INSData)

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 objectivec.IObject)

func (SOUtteranceResultsFile) SetUtteranceResults

func (s SOUtteranceResultsFile) SetUtteranceResults(value foundation.INSArray)

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

Alloc allocates memory for a new instance of the class.

func (SOUtteranceResultsFileClass) Class

Class returns the underlying Objective-C class pointer.

type SOVoiceObject

type SOVoiceObject struct {
	objectivec.Object
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOVoiceObject

func NewSOVoiceObject

func NewSOVoiceObject() SOVoiceObject

NewSOVoiceObject creates a new SOVoiceObject instance.

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) ConversionLocale

func (s SOVoiceObject) ConversionLocale() objectivec.IObject

ConversionLocale is an exported wrapper for the private method _conversionLocale.

func (SOVoiceObject) DisplayLocalizedVoiceNameForString

func (s SOVoiceObject) DisplayLocalizedVoiceNameForString(string_ objectivec.IObject) objectivec.IObject

DisplayLocalizedVoiceNameForString is an exported wrapper for the private method _displayLocalizedVoiceNameForString.

func (SOVoiceObject) GetSiriVoiceNameFromIdentifier

func (s SOVoiceObject) GetSiriVoiceNameFromIdentifier() objectivec.IObject

GetSiriVoiceNameFromIdentifier is an exported wrapper for the private method _getSiriVoiceNameFromIdentifier.

func (SOVoiceObject) Init

func (s SOVoiceObject) Init() SOVoiceObject

Init initializes the instance.

func (SOVoiceObject) OverriddenCompactVoices

func (s SOVoiceObject) OverriddenCompactVoices() objectivec.IObject

OverriddenCompactVoices is an exported wrapper for the private method _overriddenCompactVoices.

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) SiriVoiceDisplayName

func (s SOVoiceObject) SiriVoiceDisplayName() objectivec.IObject

SiriVoiceDisplayName is an exported wrapper for the private method _siriVoiceDisplayName.

func (SOVoiceObject) SiriVoiceDisplayNameRoot

func (s SOVoiceObject) SiriVoiceDisplayNameRoot() objectivec.IObject

SiriVoiceDisplayNameRoot is an exported wrapper for the private method _siriVoiceDisplayNameRoot.

func (SOVoiceObject) SiriVoiceGenderedDisplayName

func (s SOVoiceObject) SiriVoiceGenderedDisplayName() objectivec.IObject

SiriVoiceGenderedDisplayName is an exported wrapper for the private method _siriVoiceGenderedDisplayName.

func (SOVoiceObject) SiriVoiceGenderedDisplayNameRoot

func (s SOVoiceObject) SiriVoiceGenderedDisplayNameRoot() objectivec.IObject

SiriVoiceGenderedDisplayNameRoot is an exported wrapper for the private method _siriVoiceGenderedDisplayNameRoot.

func (SOVoiceObject) VoiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName

func (s SOVoiceObject) VoiceNamesEntryFromSpeechSynthesisFrameworkForVoiceName(name objectivec.IObject) objectivec.IObject

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) Class

func (sc SOVoiceObjectClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (SOVoiceObjectClass) RebuildAssetMaps

func (_SOVoiceObjectClass SOVoiceObjectClass) RebuildAssetMaps()

See: https://developer.apple.com/documentation/SpeechObjects/SOVoiceObject/rebuildAssetMaps

type SOVoicePopUpButton

type SOVoicePopUpButton struct {
	appkit.NSPopUpButton
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOVoicePopUpButton

func NewSOVoicePopUpButton

func NewSOVoicePopUpButton() SOVoicePopUpButton

NewSOVoicePopUpButton creates a new SOVoicePopUpButton instance.

func SOVoicePopUpButtonFromID

func SOVoicePopUpButtonFromID(id objc.ID) SOVoicePopUpButton

SOVoicePopUpButtonFromID constructs a SOVoicePopUpButton from an objc.ID.

func (SOVoicePopUpButton) Autorelease

func (s SOVoicePopUpButton) Autorelease() SOVoicePopUpButton

Autorelease adds the receiver to the current autorelease pool.

func (SOVoicePopUpButton) HandleSpeechDataInstallationNotification

func (s SOVoicePopUpButton) HandleSpeechDataInstallationNotification()

HandleSpeechDataInstallationNotification is an exported wrapper for the private method _handleSpeechDataInstallationNotification.

func (SOVoicePopUpButton) Init

Init initializes the instance.

func (SOVoicePopUpButton) PreviouslyChosenVoiceIdentifier

func (s SOVoicePopUpButton) PreviouslyChosenVoiceIdentifier() objectivec.IObject

PreviouslyChosenVoiceIdentifier is an exported wrapper for the private method _previouslyChosenVoiceIdentifier.

func (SOVoicePopUpButton) SetPreviouslyChosenVoiceIdentifier

func (s SOVoicePopUpButton) SetPreviouslyChosenVoiceIdentifier(identifier objectivec.IObject)

SetPreviouslyChosenVoiceIdentifier is an exported wrapper for the private method _setPreviouslyChosenVoiceIdentifier.

func (SOVoicePopUpButton) StatusStringForActiveDownloads

func (s SOVoicePopUpButton) StatusStringForActiveDownloads() objectivec.IObject

StatusStringForActiveDownloads is an exported wrapper for the private method _statusStringForActiveDownloads.

func (SOVoicePopUpButton) UpdateDownloadStatusFields

func (s SOVoicePopUpButton) UpdateDownloadStatusFields()

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)

See: https://developer.apple.com/documentation/SpeechObjects/SOVoicePopUpButton/addExcludedVoiceIdentifier:

func (SOVoicePopUpButtonClass) AddRequiredVoiceIdentifier

func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) AddRequiredVoiceIdentifier(identifier objectivec.IObject)

See: https://developer.apple.com/documentation/SpeechObjects/SOVoicePopUpButton/addRequiredVoiceIdentifier:

func (SOVoicePopUpButtonClass) Alloc

Alloc allocates memory for a new instance of the class.

func (SOVoicePopUpButtonClass) BuildSharedVoicesMenuShowingVOVoices

func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) BuildSharedVoicesMenuShowingVOVoices(vOVoices bool)

See: https://developer.apple.com/documentation/SpeechObjects/SOVoicePopUpButton/buildSharedVoicesMenuShowingVOVoices:

func (SOVoicePopUpButtonClass) Class

func (sc SOVoicePopUpButtonClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (SOVoicePopUpButtonClass) ForceAllVoicePopupsToUpdate

func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) ForceAllVoicePopupsToUpdate()

ForceAllVoicePopupsToUpdate is an exported wrapper for the private method _forceAllVoicePopupsToUpdate.

func (SOVoicePopUpButtonClass) IsRequiredVoiceIdentifier

func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) IsRequiredVoiceIdentifier(identifier objectivec.IObject) bool

See: https://developer.apple.com/documentation/SpeechObjects/SOVoicePopUpButton/isRequiredVoiceIdentifier:

func (SOVoicePopUpButtonClass) IsSiriVoiceIdentifier

func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) IsSiriVoiceIdentifier(identifier objectivec.IObject) bool

See: https://developer.apple.com/documentation/SpeechObjects/SOVoicePopUpButton/isSiriVoiceIdentifier:

func (SOVoicePopUpButtonClass) RemoveRequiredVoiceIdentifier

func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) RemoveRequiredVoiceIdentifier(identifier objectivec.IObject)

See: https://developer.apple.com/documentation/SpeechObjects/SOVoicePopUpButton/removeRequiredVoiceIdentifier:

func (SOVoicePopUpButtonClass) SetFallbackVoiceIdentifier

func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) SetFallbackVoiceIdentifier(identifier objectivec.IObject)

See: https://developer.apple.com/documentation/SpeechObjects/SOVoicePopUpButton/setFallbackVoiceIdentifier:

func (SOVoicePopUpButtonClass) ShouldExcludeVoiceIdentifier

func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) ShouldExcludeVoiceIdentifier(identifier objectivec.IObject) bool

See: https://developer.apple.com/documentation/SpeechObjects/SOVoicePopUpButton/shouldExcludeVoiceIdentifier:

func (SOVoicePopUpButtonClass) StartDelayedForceAllVoicePopupsToUpdate

func (_SOVoicePopUpButtonClass SOVoicePopUpButtonClass) StartDelayedForceAllVoicePopupsToUpdate()

StartDelayedForceAllVoicePopupsToUpdate is an exported wrapper for the private method _startDelayedForceAllVoicePopupsToUpdate.

type SOVoiceRowCheckboxButton

type SOVoiceRowCheckboxButton struct {
	appkit.NSButton
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/SOVoiceRowCheckboxButton

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

Autorelease adds the receiver to the current autorelease pool.

func (SOVoiceRowCheckboxButton) Init

Init initializes the instance.

func (SOVoiceRowCheckboxButton) SetVoiceIdentifier

func (s SOVoiceRowCheckboxButton) SetVoiceIdentifier(value 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

Alloc allocates memory for a new instance of the class.

func (SOVoiceRowCheckboxButtonClass) Class

Class returns the underlying Objective-C class pointer.

type SOVoiceRowTextView

type SOVoiceRowTextView struct {
	appkit.NSTextField
}

See: https://developer.apple.com/documentation/SpeechObjects/SOVoiceRowTextView

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

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

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

See: https://developer.apple.com/documentation/SpeechObjects/VoiceSettingsAlertController

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

Autorelease adds the receiver to the current autorelease pool.

func (VoiceSettingsAlertController) Init

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

func (VoiceSettingsAlertControllerClass) Class

Class returns the underlying Objective-C class pointer.

type VoiceSettingsSheetController

type VoiceSettingsSheetController struct {
	VoiceSettingsWindowController
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/VoiceSettingsSheetController

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

Autorelease adds the receiver to the current autorelease pool.

func (VoiceSettingsSheetController) Init

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

func (VoiceSettingsSheetControllerClass) Class

Class returns the underlying Objective-C class pointer.

type VoiceSettingsWindowController

type VoiceSettingsWindowController struct {
	appkit.NSWindowController
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/VoiceSettingsWindowController

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

Autorelease adds the receiver to the current autorelease pool.

func (VoiceSettingsWindowController) Init

Init initializes the instance.

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

Alloc allocates memory for a new instance of the class.

func (VoiceSettingsWindowControllerClass) Class

Class returns the underlying Objective-C class pointer.

type VoiceTableCellView

type VoiceTableCellView struct {
	appkit.NSTableCellView
}

Methods

See: https://developer.apple.com/documentation/SpeechObjects/VoiceTableCellView

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) Autorelease

func (v VoiceTableCellView) Autorelease() VoiceTableCellView

Autorelease adds the receiver to the current autorelease pool.

func (VoiceTableCellView) Init

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

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

See: https://developer.apple.com/documentation/SpeechObjects/VoiceTableRow

func NewVoiceTableRow

func NewVoiceTableRow() VoiceTableRow

NewVoiceTableRow creates a new VoiceTableRow instance.

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) Init

func (v VoiceTableRow) Init() VoiceTableRow

Init initializes the instance.

func (VoiceTableRow) SetGroupRow

func (v VoiceTableRow) SetGroupRow(value bool)

func (VoiceTableRow) SetSelected

func (v VoiceTableRow) SetSelected(value bool)

func (VoiceTableRow) SetTableIndex

func (v VoiceTableRow) SetTableIndex(value uint64)

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) Class

func (vc VoiceTableRowClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL