StabilizationType
public struct StabilizationType : XMLRepresentable
Undocumented
-
Specifies the possible stabilization type values to use in a stabilization type match or analysis marker.
Declaration
Swift
public enum Value : String, XMLRepresentable
-
The value of the stabilization type.
Declaration
Swift
public var value: Value
-
Initializes a new stabilization type.
Declaration
Swift
public init(value: Value)
Parameters
value
The value of the stabilization type.