GoogleCloudAiplatformV1AudioResponseFormat class
Configuration for audio-specific output formatting.
Constructors
- GoogleCloudAiplatformV1AudioResponseFormat({int? bitRate, String? delivery, String? mimeType, int? sampleRate})
- GoogleCloudAiplatformV1AudioResponseFormat.fromJson(Map json_)
Properties
- bitRate ↔ int?
-
Bit rate in bits per second (bps).
getter/setter pair
- delivery ↔ String?
-
Delivery mode for the generated content.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mimeType ↔ String?
-
The MIME type of the audio output.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate ↔ int?
-
Sample rate for the generated audio in Hertz.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited