CodeBlockLanguage Property

Gets or sets the programming language associated with the code block.

Definition

Namespace: GenerativeAI.Core
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public string Language { get; set; }

Property Value

String

Remarks

This property specifies the language in which the code in the Code property is written. It helps in identifying and appropriately processing or highlighting the code based on its language.

See Also