Documentation

InsightsTranscriptionUserSessionReq extends Message
in package

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

Table of Contents

Properties

$action  : mixed
Generated from protobuf field <code>.plugnmeet.InsightsUserSessionAction action = 1;</code>
$allowed_transcription_storage  : mixed
Generated from protobuf field <code>bool allowed_transcription_storage = 3;</code>
$spoken_lang  : mixed
Generated from protobuf field <code>optional string spoken_lang = 2;</code>

Methods

__construct()  : mixed
Constructor.
clearSpokenLang()  : mixed
getAction()  : int
Generated from protobuf field <code>.plugnmeet.InsightsUserSessionAction action = 1;</code>
getAllowedTranscriptionStorage()  : bool
Generated from protobuf field <code>bool allowed_transcription_storage = 3;</code>
getSpokenLang()  : string
Generated from protobuf field <code>optional string spoken_lang = 2;</code>
hasSpokenLang()  : mixed
setAction()  : $this
Generated from protobuf field <code>.plugnmeet.InsightsUserSessionAction action = 1;</code>
setAllowedTranscriptionStorage()  : $this
Generated from protobuf field <code>bool allowed_transcription_storage = 3;</code>
setSpokenLang()  : $this
Generated from protobuf field <code>optional string spoken_lang = 2;</code>

Properties

$allowed_transcription_storage

Generated from protobuf field <code>bool allowed_transcription_storage = 3;</code>

protected mixed $allowed_transcription_storage = false

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 int $action
@type string $spoken_lang
@type bool $allowed_transcription_storage

}

getAllowedTranscriptionStorage()

Generated from protobuf field <code>bool allowed_transcription_storage = 3;</code>

public getAllowedTranscriptionStorage() : bool
Return values
bool

setAction()

Generated from protobuf field <code>.plugnmeet.InsightsUserSessionAction action = 1;</code>

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

setAllowedTranscriptionStorage()

Generated from protobuf field <code>bool allowed_transcription_storage = 3;</code>

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

setSpokenLang()

Generated from protobuf field <code>optional string spoken_lang = 2;</code>

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

        
On this page

Search results