AIJsonSchemaCreateOptions.TransformOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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