Share via


AVSpeechUtterance.Voice Property

Definition

The AVSpeechSynthesisVoice to be used for synthesis.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AVFoundation.AVSpeechSynthesisVoice? Voice { [Foundation.Export("voice", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setVoice:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("voice", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setVoice:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.Voice : AVFoundation.AVSpeechSynthesisVoice with get, set

Property Value

Attributes

Applies to

See also