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}
clearAiFeatures()
public
clearAiFeatures() : mixed
clearChatTranslationFeatures()
public
clearChatTranslationFeatures() : mixed
clearTranscriptionFeatures()
public
clearTranscriptionFeatures() : mixed
getAiFeatures()
Generated from protobuf field <code>optional .plugnmeet.InsightsAIFeatures ai_features = 4;</code>
public
getAiFeatures() : InsightsAIFeatures|null
Return values
InsightsAIFeatures|nullgetChatTranslationFeatures()
Generated from protobuf field <code>optional .plugnmeet.InsightsChatTranslationFeatures chat_translation_features = 3;</code>
public
getChatTranslationFeatures() : InsightsChatTranslationFeatures|null
Return values
InsightsChatTranslationFeatures|nullgetIsAllow()
Allow/disallow all insights features for this room
public
getIsAllow() : bool
Generated from protobuf field bool is_allow = 1;
Return values
boolgetTranscriptionFeatures()
Generated from protobuf field <code>optional .plugnmeet.InsightsTranscriptionFeatures transcription_features = 2;</code>
public
getTranscriptionFeatures() : InsightsTranscriptionFeatures|null
Return values
InsightsTranscriptionFeatures|nullhasAiFeatures()
public
hasAiFeatures() : mixed
hasChatTranslationFeatures()
public
hasChatTranslationFeatures() : mixed
hasTranscriptionFeatures()
public
hasTranscriptionFeatures() : mixed
setAiFeatures()
Generated from protobuf field <code>optional .plugnmeet.InsightsAIFeatures ai_features = 4;</code>
public
setAiFeatures(InsightsAIFeatures $var) : $this
Parameters
- $var : InsightsAIFeatures
Return values
$thissetChatTranslationFeatures()
Generated from protobuf field <code>optional .plugnmeet.InsightsChatTranslationFeatures chat_translation_features = 3;</code>
public
setChatTranslationFeatures(InsightsChatTranslationFeatures $var) : $this
Parameters
Return values
$thissetIsAllow()
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
$thissetTranscriptionFeatures()
Generated from protobuf field <code>optional .plugnmeet.InsightsTranscriptionFeatures transcription_features = 2;</code>
public
setTranscriptionFeatures(InsightsTranscriptionFeatures $var) : $this