AudioVisualContentSegment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Customizations for AudioVisualContentSegment to expose time properties as TimeSpan.
public class AudioVisualContentSegment : System.ClientModel.Primitives.IJsonModel<Azure.AI.ContentUnderstanding.AudioVisualContentSegment>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.ContentUnderstanding.AudioVisualContentSegment>
type AudioVisualContentSegment = class
interface IJsonModel<AudioVisualContentSegment>
interface IPersistableModel<AudioVisualContentSegment>
Public Class AudioVisualContentSegment
Implements IJsonModel(Of AudioVisualContentSegment), IPersistableModel(Of AudioVisualContentSegment)
- Inheritance
-
AudioVisualContentSegment
- Implements
Properties
| Name | Description |
|---|---|
| Category |
Classified content category. |
| EndTime |
Gets the end time of the segment. |
| SegmentId |
Segment identifier. |
| Span |
Span of the segment in the markdown content. |
| StartTime |
Gets the start time of the segment. |