responseSchema property

Schema? responseSchema
final

Output response schema of the generated candidate text.

  • Note: This only applies when the specified responseMIMEType supports a schema; currently this is limited to application/json.

Implementation

final Schema? responseSchema;