Struct PartMediaResolutionLevel
The tokenization quality used for given media.
[JsonConverter(typeof(PartMediaResolutionLevelConverter))]
public readonly record struct PartMediaResolutionLevel : IEquatable<PartMediaResolutionLevel>
- Implements
- Inherited Members
Properties
AllValues
public static IReadOnlyList<PartMediaResolutionLevel> AllValues { get; }
Property Value
MediaResolutionHigh
Media resolution set to high.
public static PartMediaResolutionLevel MediaResolutionHigh { get; }
Property Value
MediaResolutionLow
Media resolution set to low.
public static PartMediaResolutionLevel MediaResolutionLow { get; }
Property Value
MediaResolutionMedium
Media resolution set to medium.
public static PartMediaResolutionLevel MediaResolutionMedium { get; }
Property Value
MediaResolutionUltraHigh
Media resolution set to ultra high.
public static PartMediaResolutionLevel MediaResolutionUltraHigh { get; }
Property Value
MediaResolutionUnspecified
Media resolution has not been set.
public static PartMediaResolutionLevel MediaResolutionUnspecified { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
Equals(PartMediaResolutionLevel)
public bool Equals(PartMediaResolutionLevel other)
Parameters
otherPartMediaResolutionLevel
Returns
FromString(string)
public static PartMediaResolutionLevel FromString(string value)
Parameters
valuestring
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
implicit operator PartMediaResolutionLevel(string)
public static implicit operator PartMediaResolutionLevel(string value)
Parameters
valuestring