CodeBlockLanguage Property
Gets or sets the programming language associated with the code block.
Namespace: GenerativeAI.CoreAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public string Language { get; set; }
Property Value
String
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.