본문으로 건너뛰기

SpeechTranscriberOptions Struct

Options for genai::graphs::SpeechTranscriber(...). More...

Declaration

struct simaai::neat::genai::SpeechTranscriberOptions { ... }

Included Headers

#include <GenAIOptions.h>

Public Member Attributes Index

std::stringlanguage = "auto"

Source language code/name, or auto to detect it. More...

ASRTasktask = ASRTask::Transcribe

Decode in the source language or translate speech into English. More...

boolstreaming = true

Emit incremental text samples when true. More...

Description

Options for genai::graphs::SpeechTranscriber(...).

Definition at line 23 of file GenAIOptions.h.

Public Member Attributes

language

std::string simaai::neat::genai::SpeechTranscriberOptions::language = "auto"

Source language code/name, or auto to detect it.

Definition at line 25 of file GenAIOptions.h.

streaming

bool simaai::neat::genai::SpeechTranscriberOptions::streaming = true

Emit incremental text samples when true.

Definition at line 29 of file GenAIOptions.h.

task

ASRTask simaai::neat::genai::SpeechTranscriberOptions::task = ASRTask::Transcribe

Decode in the source language or translate speech into English.

Definition at line 27 of file GenAIOptions.h.


The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.