SpeechToTextTranslationFeaturesParameters
Table of Contents
Properties
-
$isAllow
: bool
-
$isAllowTranslation
: bool
Methods
-
__construct()
: mixed
-
buildBody()
: array<string|int, mixed>
-
isAllow()
: bool
-
isAllowTranslation()
: bool
-
setIsAllow()
: void
-
setIsAllowTranslation()
: void
$isAllow
protected
bool
$isAllow
= true
$isAllowTranslation
protected
bool
$isAllowTranslation
= true
__construct()
public
__construct() : mixed
buildBody()
public
buildBody() : array<string|int, mixed>
Return values
array<string|int, mixed>
isAllow()
public
isAllow() : bool
isAllowTranslation()
public
isAllowTranslation() : bool
setIsAllow()
public
setIsAllow(bool $isAllow) : void
Parameters
-
$isAllow
: bool
-
setIsAllowTranslation()
public
setIsAllowTranslation(bool $isAllowTranslation) : void
Parameters
-
$isAllowTranslation
: bool
-