Skip to main content

SpeechTranscriberOptions Struct

Declaration

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

Included Headers

Public Member Attributes Index

std::stringlanguage = "en"
boolstreaming = true

Definition at line 20 of file SpeechTranscriber.h.

Public Member Attributes

language

std::string simaai::neat::genai::nodes::SpeechTranscriberOptions::language = "en"

Definition at line 21 of file SpeechTranscriber.h.

21 std::string language = "en";

streaming

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

Definition at line 22 of file SpeechTranscriber.h.

22 bool streaming = true;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.