Unit 'customspeechtotext' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pw_androidwizard]

jCustomSpeechToText

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: customspeechtotext.pas line 22

type jCustomSpeechToText = class(jControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  function jCreate;

  

  procedure jFree;

  

  procedure SetLanguage();

  

  procedure StartListening;

  

  procedure StopListening;

  

  procedure GenEvent_OnBeginOfSpeech();

  

  procedure GenEvent_OnSpeechBufferReceived();

  

  procedure GenEvent_OnEndOfSpeech();

  

  procedure GenEvent_OnSpeechResults();

  

published

  property SpeechLanguage: TSpeechLanguage; [rw]

  

  property OnBeginOfSpeech: TOnBeginOfSpeech; [rw]

  

  property OnSpeechBufferReceived: TOnSpeechBufferReceived; [rw]

  

  property OnEndOfSpeech: TOnEndOfSpeech; [rw]

  

  property OnSpeechResults: TOnSpeechResults; [rw]

  

end;

Inheritance

jCustomSpeechToText

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio