syntheticContentAttestationStatus property

String? syntheticContentAttestationStatus
getter/setter pair

Whether to add a label to the creative as created or edited using AI when served in regions with local AI labeling regulations.

Optional. Possible string values are:

  • "SYNTHETIC_CONTENT_ATTESTATION_STATUS_UNSPECIFIED" : No attestation has been provided.
  • "NOT_SYNTHETIC" : Attested as not created or edited using AI.
  • "IS_SYNTHETIC" : Attested as created or edited using AI.

Implementation

core.String? syntheticContentAttestationStatus;