Show / Hide Table of Contents

Class AudioContent

Represents a single instance of chat audio content.

Inheritance
object
ChatContent
AudioContent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class AudioContent : ChatContent

Properties

AudioUrl

Declaration
[JsonProperty(PropertyName = "audioUrl")]
public AudioUrl AudioUrl { get; set; }
Property Value
Type Description
AudioUrl
In this article
Back to top