Documentation

InsightsTranscriptionConfigReq extends Message
in package

Generated from protobuf message <code>plugnmeet.InsightsTranscriptionConfigReq</code>

Table of Contents

Properties

$default_subtitle_lang  : mixed
Generated from protobuf field <code>optional string default_subtitle_lang = 6;</code>
$is_enabled  : mixed
Generated from protobuf field <code>bool is_enabled = 1;</code>
$is_enabled_speech_synthesis  : mixed
Generated from protobuf field <code>bool is_enabled_speech_synthesis = 7;</code>
$is_enabled_translation  : mixed
Generated from protobuf field <code>bool is_enabled_translation = 4;</code>
$allowed_speech_users  : mixed
Generated from protobuf field <code>repeated string allowed_speech_users = 3;</code>
$allowed_spoken_langs  : mixed
Generated from protobuf field <code>repeated string allowed_spoken_langs = 2;</code>
$allowed_trans_langs  : mixed
Generated from protobuf field <code>repeated string allowed_trans_langs = 5;</code>

Methods

__construct()  : mixed
Constructor.
clearDefaultSubtitleLang()  : mixed
getAllowedSpeechUsers()  : RepeatedField<string|int, string>
Generated from protobuf field <code>repeated string allowed_speech_users = 3;</code>
getAllowedSpokenLangs()  : RepeatedField<string|int, string>
Generated from protobuf field <code>repeated string allowed_spoken_langs = 2;</code>
getAllowedTransLangs()  : RepeatedField<string|int, string>
Generated from protobuf field <code>repeated string allowed_trans_langs = 5;</code>
getDefaultSubtitleLang()  : string
Generated from protobuf field <code>optional string default_subtitle_lang = 6;</code>
getIsEnabled()  : bool
Generated from protobuf field <code>bool is_enabled = 1;</code>
getIsEnabledSpeechSynthesis()  : bool
Generated from protobuf field <code>bool is_enabled_speech_synthesis = 7;</code>
getIsEnabledTranslation()  : bool
Generated from protobuf field <code>bool is_enabled_translation = 4;</code>
hasDefaultSubtitleLang()  : mixed
setAllowedSpeechUsers()  : $this
Generated from protobuf field <code>repeated string allowed_speech_users = 3;</code>
setAllowedSpokenLangs()  : $this
Generated from protobuf field <code>repeated string allowed_spoken_langs = 2;</code>
setAllowedTransLangs()  : $this
Generated from protobuf field <code>repeated string allowed_trans_langs = 5;</code>
setDefaultSubtitleLang()  : $this
Generated from protobuf field <code>optional string default_subtitle_lang = 6;</code>
setIsEnabled()  : $this
Generated from protobuf field <code>bool is_enabled = 1;</code>
setIsEnabledSpeechSynthesis()  : $this
Generated from protobuf field <code>bool is_enabled_speech_synthesis = 7;</code>
setIsEnabledTranslation()  : $this
Generated from protobuf field <code>bool is_enabled_translation = 4;</code>

Properties

$default_subtitle_lang

Generated from protobuf field <code>optional string default_subtitle_lang = 6;</code>

protected mixed $default_subtitle_lang = null

$is_enabled_speech_synthesis

Generated from protobuf field <code>bool is_enabled_speech_synthesis = 7;</code>

protected mixed $is_enabled_speech_synthesis = false

$is_enabled_translation

Generated from protobuf field <code>bool is_enabled_translation = 4;</code>

protected mixed $is_enabled_translation = false

$allowed_speech_users

Generated from protobuf field <code>repeated string allowed_speech_users = 3;</code>

private mixed $allowed_speech_users

$allowed_spoken_langs

Generated from protobuf field <code>repeated string allowed_spoken_langs = 2;</code>

private mixed $allowed_spoken_langs

$allowed_trans_langs

Generated from protobuf field <code>repeated string allowed_trans_langs = 5;</code>

private mixed $allowed_trans_langs

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type bool $is_enabled
@type string[] $allowed_spoken_langs
@type string[] $allowed_speech_users
@type bool $is_enabled_translation
@type string[] $allowed_trans_langs
@type string $default_subtitle_lang
@type bool $is_enabled_speech_synthesis

}

getAllowedSpeechUsers()

Generated from protobuf field <code>repeated string allowed_speech_users = 3;</code>

public getAllowedSpeechUsers() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>

getAllowedSpokenLangs()

Generated from protobuf field <code>repeated string allowed_spoken_langs = 2;</code>

public getAllowedSpokenLangs() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>

getAllowedTransLangs()

Generated from protobuf field <code>repeated string allowed_trans_langs = 5;</code>

public getAllowedTransLangs() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>

getDefaultSubtitleLang()

Generated from protobuf field <code>optional string default_subtitle_lang = 6;</code>

public getDefaultSubtitleLang() : string
Return values
string

getIsEnabledSpeechSynthesis()

Generated from protobuf field <code>bool is_enabled_speech_synthesis = 7;</code>

public getIsEnabledSpeechSynthesis() : bool
Return values
bool

getIsEnabledTranslation()

Generated from protobuf field <code>bool is_enabled_translation = 4;</code>

public getIsEnabledTranslation() : bool
Return values
bool

setAllowedSpeechUsers()

Generated from protobuf field <code>repeated string allowed_speech_users = 3;</code>

public setAllowedSpeechUsers(array<string|int, string> $var) : $this
Parameters
$var : array<string|int, string>
Return values
$this

setAllowedSpokenLangs()

Generated from protobuf field <code>repeated string allowed_spoken_langs = 2;</code>

public setAllowedSpokenLangs(array<string|int, string> $var) : $this
Parameters
$var : array<string|int, string>
Return values
$this

setAllowedTransLangs()

Generated from protobuf field <code>repeated string allowed_trans_langs = 5;</code>

public setAllowedTransLangs(array<string|int, string> $var) : $this
Parameters
$var : array<string|int, string>
Return values
$this

setDefaultSubtitleLang()

Generated from protobuf field <code>optional string default_subtitle_lang = 6;</code>

public setDefaultSubtitleLang(string $var) : $this
Parameters
$var : string
Return values
$this

setIsEnabled()

Generated from protobuf field <code>bool is_enabled = 1;</code>

public setIsEnabled(bool $var) : $this
Parameters
$var : bool
Return values
$this

setIsEnabledSpeechSynthesis()

Generated from protobuf field <code>bool is_enabled_speech_synthesis = 7;</code>

public setIsEnabledSpeechSynthesis(bool $var) : $this
Parameters
$var : bool
Return values
$this

setIsEnabledTranslation()

Generated from protobuf field <code>bool is_enabled_translation = 4;</code>

public setIsEnabledTranslation(bool $var) : $this
Parameters
$var : bool
Return values
$this

        
On this page

Search results