Class GoogleCloudAiplatformV1AudioResponseFormat
Configuration for audio-specific output formatting.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1AudioResponseFormat : IDirectResponseSchema
Properties
BitRate
Optional. Bit rate in bits per second (bps). Only applicable for compressed formats (MP3, Opus).
Declaration
[JsonProperty("bitRate")]
public virtual int? BitRate { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Delivery
Optional. Delivery mode for the generated content.
Declaration
[JsonProperty("delivery")]
public virtual string Delivery { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MimeType
Optional. The MIME type of the audio output.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SampleRate
Optional. Sample rate for the generated audio in Hertz.
Declaration
[JsonProperty("sampleRate")]
public virtual int? SampleRate { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |