ReplicatedVoiceConfig class final

The configuration for the replicated voice to use.

Inheritance
  • Object
  • ProtoMessage
  • ReplicatedVoiceConfig

Constructors

ReplicatedVoiceConfig({String mimeType = '', Uint8List? voiceSampleAudio})
ReplicatedVoiceConfig.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mimeType String
Optional. The mimetype of the voice sample. The only currently supported value is audio/wav. This represents 16-bit signed little-endian wav data, with a 24kHz sampling rate. mime_type will default to audio/wav if not set.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
voiceSampleAudio Uint8List
Optional. The sample of the custom voice.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String