Known

public enum Known

Enum representing the known values for TurnCompleteReason.

Entries

Link copied to clipboard

Default value. Reason is unspecified.

Link copied to clipboard

The function call generated by the model is invalid.

Link copied to clipboard

The response is rejected by the model.

Link copied to clipboard

Needs more input from the user.

Link copied to clipboard

Input content is prohibited.

Link copied to clipboard

Input image contains prohibited content.

Input text contains prominent person reference.

Link copied to clipboard

Input image contains celebrity.

Input image contains photo realistic child.

Link copied to clipboard

Input text contains NCII content.

Link copied to clipboard

Other input safety issue.

Link copied to clipboard

Input contains IP violation.

Link copied to clipboard

Input matched blocklist.

Link copied to clipboard

Input is unsafe for image generation.

Link copied to clipboard

Generated image failed safety check.

Link copied to clipboard

Generated content failed safety check.

Link copied to clipboard

Generated audio failed safety check.

Link copied to clipboard

Generated video failed safety check.

Link copied to clipboard

Generated content is prohibited.

Link copied to clipboard

Generated content matched blocklist.

Link copied to clipboard

Generated image is prohibited.

Link copied to clipboard

Generated image contains celebrity.

Generated image contains prominent people detected by rewriter.

Link copied to clipboard

Generated image contains identifiable people.

Link copied to clipboard

Generated image contains minors.

Link copied to clipboard

Generated image contains IP violation.

Link copied to clipboard

Other generated content issue.

Link copied to clipboard

Max regeneration attempts reached.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.