Class ContentItemAssetMetadataClientItem
Represents metadata of an asset in content item.
public sealed class ContentItemAssetMetadataClientItem : ContentItemAssetMetadataBaseClientItem
- Inheritance
-
objectContentItemAssetMetadataClientItem
- Inherited Members
- Extension Methods
Properties
FocalPoint
Gets or sets the focal point of the asset.
public Point? FocalPoint { get; set; }
Property Value
OptimizationParameters
Gets or sets the parameters used for image optimization.
public ImageOptimizationParametersClientItem OptimizationParameters { get; set; }
Property Value
Original
Gets or sets the original metadata of the asset.
public ContentItemAssetMetadataBaseClientItem Original { get; set; }
Property Value
Variants
Gets or sets the variants of the asset.
public IReadOnlyDictionary<string, ContentItemAssetVariantMetadataClientItem> Variants { get; set; }
Property Value
- IReadOnlyDictionary<string, ContentItemAssetVariantMetadataClientItem>