AVSpeechUtterance.Volume Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The volume for speech.
public virtual float Volume { [Foundation.Export("volume")] get; [Foundation.Export("setVolume:")] set; }
member this.Volume : single with get, set
Property Value
The value should range from 0 (silence) to 1.0 (full volume).
- Attributes