Freigeben über


AudioTranscriptionFormat Klasse

public final class AudioTranscriptionFormat
extends ExpandableStringEnum<AudioTranscriptionFormat>

Definiert verfügbare Optionen für das zugrunde liegende Antwortformat der Ausgabetranskriptionsinformationen.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
static final AudioTranscriptionFormat JSON

Verwenden Sie einen Antworttext, bei dem es sich um ein JSON-Objekt handelt, das ein einzelnes "text"-Feld für die Transkription enthält.

static final AudioTranscriptionFormat SRT

Verwenden Sie einen Antworttext, der Nur-Text im SRT-Format (SubRip) ist, der auch Zeitsteuerungsinformationen enthält.

static final AudioTranscriptionFormat TEXT

Verwenden Sie einen Antworttext, der Nur-Text ist, der die unformatierte, nicht kommentierte Transkription enthält.

static final AudioTranscriptionFormat VERBOSE_JSON

Verwenden Sie einen Antworttext, bei dem es sich um ein JSON-Objekt handelt, das Transkriptionstext zusammen mit Timing, Segmenten und anderen Metadaten enthält.

static final AudioTranscriptionFormat VTT

Verwenden Sie einen Antworttext mit Nur-Text im VTT-Format (Web Video Text Tracks), der auch Zeitsteuerungsinformationen enthält.

Zusammenfassung zum Konstruktor

Konstruktor Beschreibung
AudioTranscriptionFormat()

Als veraltet markiert

Verwenden Sie die fromString(String name) Factorymethode.

Erstellt eine neue instance desAudiotranskriptionsformatwerts.

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
static AudioTranscriptionFormat fromString(String name)

Erstellt oder sucht ein Audiotranskriptionsformataus seiner Zeichenfolgendarstellung.

static Collection<AudioTranscriptionFormat> values()

Ruft bekannte Werte des Audiotranskriptionsformatsab.

Geerbte Methoden von ExpandableStringEnum

Geerbte Methoden von java.lang.Object

Felddetails

JSON

public static final AudioTranscriptionFormat JSON

Verwenden Sie einen Antworttext, bei dem es sich um ein JSON-Objekt handelt, das ein einzelnes "text"-Feld für die Transkription enthält.

SRT

public static final AudioTranscriptionFormat SRT

Verwenden Sie einen Antworttext, der Nur-Text im SubRip-Format (SRT) ist, der auch Zeitsteuerungsinformationen enthält.

TEXT

public static final AudioTranscriptionFormat TEXT

Verwenden Sie einen Antworttext, der Nur-Text ist, der die unformatierte, nicht kommentierte Transkription enthält.

VERBOSE_JSON

public static final AudioTranscriptionFormat VERBOSE_JSON

Verwenden Sie einen Antworttext, bei dem es sich um ein JSON-Objekt handelt, das Transkriptionstext zusammen mit Timing, Segmenten und anderen Metadaten enthält.

VTT

public static final AudioTranscriptionFormat VTT

Verwenden Sie einen Antworttext mit Nur-Text im VTT-Format (Web Video Text Tracks), der auch Zeitsteuerungsinformationen enthält.

Details zum Konstruktor

AudioTranscriptionFormat

@Deprecated
public AudioTranscriptionFormat()

Als veraltet markiert

Verwenden Sie die fromString(String name) Factorymethode.

Erstellt eine neue instance des AudioTranscriptionFormat-Werts.

Details zur Methode

fromString

public static AudioTranscriptionFormat fromString(String name)

Erstellt oder sucht ein AudioTranscriptionFormat aus seiner Zeichenfolgendarstellung.

Parameter:

name - einen Namen, nach dem gesucht werden soll.

Gibt zurück:

das entsprechende AudioTranscriptionFormat.

values

public static Collection values()

Ruft bekannte AudioTranscriptionFormat-Werte ab.

Gibt zurück:

bekannte AudioTranscriptionFormat-Werte.

Gilt für: