ICaptions
ICaptions interface
Represents the WebVTT closed captions.
public interface ICaptions
Properties
Name | Description |
---|---|
BinaryData { get; } | Returns the binary data of the closed captions. Read-only Byte[]. |
CaptionId { get; } | Returns the globally unique identifier (GUID) of the closed captions. Read-only Guid. |
DataAsString { get; } | Returns the closed captions data as UTF-8 encoded string Read-only String. |
Label { get; set; } | Returns or sets the label of the closed captions. Read/write String. |
See Also
- namespace Aspose.Slides
- assembly Aspose.Slides