SchemaMediaManipulationRatingEnumeration enum

Codes for use with the SchemamediaAuthenticityCategory property, indicating the authenticity of a media object (in the context of how it was published or shared). In general these codes are not mutually exclusive, although some combinations (such as 'original' versus 'transformed', 'edited' and 'staged') would be contradictory if applied in the same SchemaMediaReview. Note that the application of these codes is with regard to a piece of media shared or published in a particular context. See https://schema.org/MediaManipulationRatingEnumeration

Inheritance
  • Object
  • Enum
  • SchemaMediaManipulationRatingEnumeration
Available extensions

Values

decontextualizedContent → const SchemaMediaManipulationRatingEnumeration

Unaltered audio presented in an inaccurate manner that misrepresents it. For example, using incorrect dates or locations, or sharing brief clips from a longer recording to mislead viewers. (Audio rated “original” can also be missing context.)

const SchemaMediaManipulationRatingEnumeration('https://schema.org/MediaManipulationRatingEnumeration')
editedOrCroppedContent → const SchemaMediaManipulationRatingEnumeration

The audio has been edited or rearranged. This category applies to time edits, including editing multiple audio clips together to alter the story being told or editing out large portions from the recording.

const SchemaMediaManipulationRatingEnumeration('https://schema.org/MediaManipulationRatingEnumeration')
originalMediaContent → const SchemaMediaManipulationRatingEnumeration

No evidence the audio has been misleadingly altered or manipulated, though it may contain false or misleading claims.

const SchemaMediaManipulationRatingEnumeration('https://schema.org/MediaManipulationRatingEnumeration')
satireOrParodyContent → const SchemaMediaManipulationRatingEnumeration

Audio that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.)

const SchemaMediaManipulationRatingEnumeration('https://schema.org/MediaManipulationRatingEnumeration')
stagedContent → const SchemaMediaManipulationRatingEnumeration

Audio that has been created using actors or similarly contrived.

const SchemaMediaManipulationRatingEnumeration('https://schema.org/MediaManipulationRatingEnumeration')
transformedContent → const SchemaMediaManipulationRatingEnumeration

Part or all of the audio has been manipulated to alter the words or sounds, or the audio has been synthetically generated, such as to create a sound-alike voice.

const SchemaMediaManipulationRatingEnumeration('https://schema.org/MediaManipulationRatingEnumeration')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Enum value as a string
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJsonLd() String
Serialize SchemaMediaManipulationRatingEnumeration to JSON-LD
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SchemaMediaManipulationRatingEnumeration>
A constant List of the values in this enum, in order of their declaration.