AIJsonSchemaCreateOptions.TransformOptions Property

Definition

Gets a AIJsonSchemaTransformOptions governing transformations on the JSON schema after it has been generated.

public:
 property Microsoft::Extensions::AI::AIJsonSchemaTransformOptions ^ TransformOptions { Microsoft::Extensions::AI::AIJsonSchemaTransformOptions ^ get(); void set(Microsoft::Extensions::AI::AIJsonSchemaTransformOptions ^ value); };
public Microsoft.Extensions.AI.AIJsonSchemaTransformOptions? TransformOptions { get; init; }
member this.TransformOptions : Microsoft.Extensions.AI.AIJsonSchemaTransformOptions with get, set
Public Property TransformOptions As AIJsonSchemaTransformOptions

Property Value

Applies to