Documentation

InsightsFeatures extends Message
in package

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

Table of Contents

Properties

$ai_features  : mixed
Generated from protobuf field <code>optional .plugnmeet.InsightsAIFeatures ai_features = 4;</code>
$chat_translation_features  : mixed
Generated from protobuf field <code>optional .plugnmeet.InsightsChatTranslationFeatures chat_translation_features = 3;</code>
$is_allow  : mixed
Allow/disallow all insights features for this room
$transcription_features  : mixed
Generated from protobuf field <code>optional .plugnmeet.InsightsTranscriptionFeatures transcription_features = 2;</code>

Methods

__construct()  : mixed
Constructor.
clearAiFeatures()  : mixed
clearChatTranslationFeatures()  : mixed
clearTranscriptionFeatures()  : mixed
getAiFeatures()  : InsightsAIFeatures|null
Generated from protobuf field <code>optional .plugnmeet.InsightsAIFeatures ai_features = 4;</code>
getChatTranslationFeatures()  : InsightsChatTranslationFeatures|null
Generated from protobuf field <code>optional .plugnmeet.InsightsChatTranslationFeatures chat_translation_features = 3;</code>
getIsAllow()  : bool
Allow/disallow all insights features for this room
getTranscriptionFeatures()  : InsightsTranscriptionFeatures|null
Generated from protobuf field <code>optional .plugnmeet.InsightsTranscriptionFeatures transcription_features = 2;</code>
hasAiFeatures()  : mixed
hasChatTranslationFeatures()  : mixed
hasTranscriptionFeatures()  : mixed
setAiFeatures()  : $this
Generated from protobuf field <code>optional .plugnmeet.InsightsAIFeatures ai_features = 4;</code>
setChatTranslationFeatures()  : $this
Generated from protobuf field <code>optional .plugnmeet.InsightsChatTranslationFeatures chat_translation_features = 3;</code>
setIsAllow()  : $this
Allow/disallow all insights features for this room
setTranscriptionFeatures()  : $this
Generated from protobuf field <code>optional .plugnmeet.InsightsTranscriptionFeatures transcription_features = 2;</code>

Properties

$ai_features

Generated from protobuf field <code>optional .plugnmeet.InsightsAIFeatures ai_features = 4;</code>

protected mixed $ai_features = null

$chat_translation_features

Generated from protobuf field <code>optional .plugnmeet.InsightsChatTranslationFeatures chat_translation_features = 3;</code>

protected mixed $chat_translation_features = null

$is_allow

Allow/disallow all insights features for this room

protected mixed $is_allow = false

Generated from protobuf field bool is_allow = 1;

$transcription_features

Generated from protobuf field <code>optional .plugnmeet.InsightsTranscriptionFeatures transcription_features = 2;</code>

protected mixed $transcription_features = null

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
      Allow/disallow all insights features for this room
@type \Mynaparrot\PlugnmeetProto\InsightsTranscriptionFeatures $transcription_features
@type \Mynaparrot\PlugnmeetProto\InsightsChatTranslationFeatures $chat_translation_features
@type \Mynaparrot\PlugnmeetProto\InsightsAIFeatures $ai_features

}

clearChatTranslationFeatures()

public clearChatTranslationFeatures() : mixed

clearTranscriptionFeatures()

public clearTranscriptionFeatures() : mixed

getIsAllow()

Allow/disallow all insights features for this room

public getIsAllow() : bool

Generated from protobuf field bool is_allow = 1;

Return values
bool

hasChatTranslationFeatures()

public hasChatTranslationFeatures() : mixed

setIsAllow()

Allow/disallow all insights features for this room

public setIsAllow(bool $var) : $this

Generated from protobuf field bool is_allow = 1;

Parameters
$var : bool
Return values
$this

        
On this page

Search results