Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1AudioResponseFormat

Configuration for audio-specific output formatting.

Inheritance
object
GoogleCloudAiplatformV1beta1AudioResponseFormat
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1AudioResponseFormat : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX