Documentation

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_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

}

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
string

getIsAllowTranslation()

Generated from protobuf field <code>bool is_allow_translation = 2;</code>

public getIsAllowTranslation() : bool
Return values
bool

getIsEnabled()

Generated from protobuf field <code>bool is_enabled = 3 [(.buf.validate.field) = {</code>

public getIsEnabled() : bool
Return values
bool

getIsEnabledTranslation()

Generated from protobuf field <code>bool is_enabled_translation = 4 [(.buf.validate.field) = {</code>

public getIsEnabledTranslation() : bool
Return values
bool

getMaxNumTranLangsAllowSelecting()

Generated from protobuf field <code>int32 max_num_tran_langs_allow_selecting = 11;</code>

public getMaxNumTranLangsAllowSelecting() : int
Return values
int

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
$this

setAllowedSpeechUsers()

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
$this

setAllowedTransLangs()

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
$this

setDefaultSubtitleLang()

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
$this

setIsAllow()

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

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

setIsAllowTranslation()

Generated from protobuf field <code>bool is_allow_translation = 2;</code>

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

setIsEnabled()

Generated from protobuf field <code>bool is_enabled = 3 [(.buf.validate.field) = {</code>

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

setIsEnabledTranslation()

Generated from protobuf field <code>bool is_enabled_translation = 4 [(.buf.validate.field) = {</code>

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

setMaxNumTranLangsAllowSelecting()

Generated from protobuf field <code>int32 max_num_tran_langs_allow_selecting = 11;</code>

public setMaxNumTranLangsAllowSelecting(int $var) : $this
Parameters
$var : int
Return values
$this

        
On this page

Search results