Show / Hide Table of Contents

Class VideoContent

Represents a single instance of chat video content.

Inheritance
object
ChatContent
VideoContent
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 VideoContent : ChatContent

Properties

VideoUrl

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