Class EmbedTextContent
Represents a single instance of text in the embed content.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class EmbedTextContent : EmbedContent
Properties
Text
Declaration
[JsonProperty(PropertyName = "text")]
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The text content. |