Share via


AudioTimestampGranularity Enum

Definition

Specifies the available audio timestamp granularities when providing timing information in transcription operations.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum AudioTimestampGranularity
[<System.Flags>]
type AudioTimestampGranularity = 
Public Enum AudioTimestampGranularity
Inheritance
AudioTimestampGranularity
Attributes

Fields

Default 0

The value when no flags are specified and default granularities will be assumed.

Segment 2

The flag value specifying that segment-level timing information should be requested.

Word 1

The flag value specifying that word-level timing information should be requested.

Remarks

Multiple values may be combined with the single-pipe | operator, with e.g. Word | Segment requesting both word- and segment-level timestamps.

Applies to