aiGeneratedState property

String? aiGeneratedState
getter/setter pair

Whether the image was generated by AI.

Attested by the developer.

Optional. Possible string values are:

  • "aiGeneratedStateUnspecified" : Catch-all for unrecognized enum values. See go/protodosdonts.
  • "aiGeneratedStateNotAiGenerated" : The content is not generated by AI.
  • "aiGeneratedStateAiGeneratedDeveloperAttested" : The content is generated by AI and attested by the developer.

Implementation

core.String? aiGeneratedState;