SpeechToTextTranslationFeatures
extends Message
in package
deprecated use insights_features
Generated from protobuf message plugnmeet.SpeechToTextTranslationFeatures
Table of Contents
Properties
- $default_subtitle_lang : mixed
- next ID: 12
- $is_allow : mixed
- Generated from protobuf field <code>bool is_allow = 1;</code>
- $is_allow_translation : mixed
- Generated from protobuf field <code>bool is_allow_translation = 2;</code>
- $is_enabled : mixed
- Generated from protobuf field <code>bool is_enabled = 3 [(.buf.validate.field) = {</code>
- $is_enabled_translation : mixed
- Generated from protobuf field <code>bool is_enabled_translation = 4 [(.buf.validate.field) = {</code>
- $max_num_tran_langs_allow_selecting : mixed
- Generated from protobuf field <code>int32 max_num_tran_langs_allow_selecting = 11;</code>
- $allowed_speech_langs : mixed
- Generated from protobuf field <code>repeated string allowed_speech_langs = 7 [(.buf.validate.field) = {</code>
- $allowed_speech_users : mixed
- Generated from protobuf field <code>repeated string allowed_speech_users = 8 [(.buf.validate.field) = {</code>
- $allowed_trans_langs : mixed
- Generated from protobuf field <code>repeated string allowed_trans_langs = 9 [(.buf.validate.field) = {</code>
Methods
- __construct() : mixed
- Constructor.
- clearDefaultSubtitleLang() : mixed
- getAllowedSpeechLangs() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string allowed_speech_langs = 7 [(.buf.validate.field) = {</code>
- getAllowedSpeechUsers() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string allowed_speech_users = 8 [(.buf.validate.field) = {</code>
- getAllowedTransLangs() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string allowed_trans_langs = 9 [(.buf.validate.field) = {</code>
- getDefaultSubtitleLang() : string
- next ID: 12
- getIsAllow() : bool
- Generated from protobuf field <code>bool is_allow = 1;</code>
- getIsAllowTranslation() : bool
- Generated from protobuf field <code>bool is_allow_translation = 2;</code>
- getIsEnabled() : bool
- Generated from protobuf field <code>bool is_enabled = 3 [(.buf.validate.field) = {</code>
- getIsEnabledTranslation() : bool
- Generated from protobuf field <code>bool is_enabled_translation = 4 [(.buf.validate.field) = {</code>
- getMaxNumTranLangsAllowSelecting() : int
- Generated from protobuf field <code>int32 max_num_tran_langs_allow_selecting = 11;</code>
- hasDefaultSubtitleLang() : mixed
- setAllowedSpeechLangs() : $this
- Generated from protobuf field <code>repeated string allowed_speech_langs = 7 [(.buf.validate.field) = {</code>
- setAllowedSpeechUsers() : $this
- Generated from protobuf field <code>repeated string allowed_speech_users = 8 [(.buf.validate.field) = {</code>
- setAllowedTransLangs() : $this
- Generated from protobuf field <code>repeated string allowed_trans_langs = 9 [(.buf.validate.field) = {</code>
- setDefaultSubtitleLang() : $this
- next ID: 12
- setIsAllow() : $this
- Generated from protobuf field <code>bool is_allow = 1;</code>
- setIsAllowTranslation() : $this
- Generated from protobuf field <code>bool is_allow_translation = 2;</code>
- setIsEnabled() : $this
- Generated from protobuf field <code>bool is_enabled = 3 [(.buf.validate.field) = {</code>
- setIsEnabledTranslation() : $this
- Generated from protobuf field <code>bool is_enabled_translation = 4 [(.buf.validate.field) = {</code>
- setMaxNumTranLangsAllowSelecting() : $this
- Generated from protobuf field <code>int32 max_num_tran_langs_allow_selecting = 11;</code>
Properties
$default_subtitle_lang
next ID: 12
protected
mixed
$default_subtitle_lang
= null
Generated from protobuf field optional string default_subtitle_lang = 10 [(.buf.validate.field) = {
$is_allow
Generated from protobuf field <code>bool is_allow = 1;</code>
protected
mixed
$is_allow
= false
$is_allow_translation
Generated from protobuf field <code>bool is_allow_translation = 2;</code>
protected
mixed
$is_allow_translation
= false
$is_enabled
Generated from protobuf field <code>bool is_enabled = 3 [(.buf.validate.field) = {</code>
protected
mixed
$is_enabled
= false
$is_enabled_translation
Generated from protobuf field <code>bool is_enabled_translation = 4 [(.buf.validate.field) = {</code>
protected
mixed
$is_enabled_translation
= false
$max_num_tran_langs_allow_selecting
Generated from protobuf field <code>int32 max_num_tran_langs_allow_selecting = 11;</code>
protected
mixed
$max_num_tran_langs_allow_selecting
= 0
$allowed_speech_langs
Generated from protobuf field <code>repeated string allowed_speech_langs = 7 [(.buf.validate.field) = {</code>
private
mixed
$allowed_speech_langs
$allowed_speech_users
Generated from protobuf field <code>repeated string allowed_speech_users = 8 [(.buf.validate.field) = {</code>
private
mixed
$allowed_speech_users
$allowed_trans_langs
Generated from protobuf field <code>repeated string allowed_trans_langs = 9 [(.buf.validate.field) = {</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_allow @type bool $is_allow_translation @type bool $is_enabled @type bool $is_enabled_translation @type int $max_num_tran_langs_allow_selecting @type string[] $allowed_speech_langs @type string[] $allowed_speech_users @type string[] $allowed_trans_langs @type string $default_subtitle_lang next ID: 12}
clearDefaultSubtitleLang()
public
clearDefaultSubtitleLang() : mixed
getAllowedSpeechLangs()
Generated from protobuf field <code>repeated string allowed_speech_langs = 7 [(.buf.validate.field) = {</code>
public
getAllowedSpeechLangs() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getAllowedSpeechUsers()
Generated from protobuf field <code>repeated string allowed_speech_users = 8 [(.buf.validate.field) = {</code>
public
getAllowedSpeechUsers() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getAllowedTransLangs()
Generated from protobuf field <code>repeated string allowed_trans_langs = 9 [(.buf.validate.field) = {</code>
public
getAllowedTransLangs() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getDefaultSubtitleLang()
next ID: 12
public
getDefaultSubtitleLang() : string
Generated from protobuf field optional string default_subtitle_lang = 10 [(.buf.validate.field) = {
Return values
stringgetIsAllow()
Generated from protobuf field <code>bool is_allow = 1;</code>
public
getIsAllow() : bool
Return values
boolgetIsAllowTranslation()
Generated from protobuf field <code>bool is_allow_translation = 2;</code>
public
getIsAllowTranslation() : bool
Return values
boolgetIsEnabled()
Generated from protobuf field <code>bool is_enabled = 3 [(.buf.validate.field) = {</code>
public
getIsEnabled() : bool
Return values
boolgetIsEnabledTranslation()
Generated from protobuf field <code>bool is_enabled_translation = 4 [(.buf.validate.field) = {</code>
public
getIsEnabledTranslation() : bool
Return values
boolgetMaxNumTranLangsAllowSelecting()
Generated from protobuf field <code>int32 max_num_tran_langs_allow_selecting = 11;</code>
public
getMaxNumTranLangsAllowSelecting() : int
Return values
inthasDefaultSubtitleLang()
public
hasDefaultSubtitleLang() : mixed
setAllowedSpeechLangs()
Generated from protobuf field <code>repeated string allowed_speech_langs = 7 [(.buf.validate.field) = {</code>
public
setAllowedSpeechLangs(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetAllowedSpeechUsers()
Generated from protobuf field <code>repeated string allowed_speech_users = 8 [(.buf.validate.field) = {</code>
public
setAllowedSpeechUsers(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetAllowedTransLangs()
Generated from protobuf field <code>repeated string allowed_trans_langs = 9 [(.buf.validate.field) = {</code>
public
setAllowedTransLangs(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetDefaultSubtitleLang()
next ID: 12
public
setDefaultSubtitleLang(string $var) : $this
Generated from protobuf field optional string default_subtitle_lang = 10 [(.buf.validate.field) = {
Parameters
- $var : string
Return values
$thissetIsAllow()
Generated from protobuf field <code>bool is_allow = 1;</code>
public
setIsAllow(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetIsAllowTranslation()
Generated from protobuf field <code>bool is_allow_translation = 2;</code>
public
setIsAllowTranslation(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetIsEnabled()
Generated from protobuf field <code>bool is_enabled = 3 [(.buf.validate.field) = {</code>
public
setIsEnabled(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetIsEnabledTranslation()
Generated from protobuf field <code>bool is_enabled_translation = 4 [(.buf.validate.field) = {</code>
public
setIsEnabledTranslation(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetMaxNumTranLangsAllowSelecting()
Generated from protobuf field <code>int32 max_num_tran_langs_allow_selecting = 11;</code>
public
setMaxNumTranLangsAllowSelecting(int $var) : $this
Parameters
- $var : int