Show / Hide Table of Contents

Class CohereImageContentV2

Represents a single instance of Chat Image content

Inheritance
object
CohereContentV2
CohereImageContentV2
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 CohereImageContentV2 : CohereContentV2

Properties

ImageUrl

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