Skip to content

Latest commit

 

History

History
139 lines (122 loc) · 5.9 KB

File metadata and controls

139 lines (122 loc) · 5.9 KB
title broadcastMeetingCaptionSettings resource type
description Represents caption settings of a Microsoft Teams live event.
author awang119
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 03/21/2024

broadcastMeetingCaptionSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents caption settings of a Microsoft Teams live event. For details about how to use live captions in the Teams client, see Use live captions in a live event.

Properties

Property Type Description
isCaptionEnabled Boolean Indicates whether captions are enabled for this Teams live event.
spokenLanguage String The spoken language.
translationLanguages String collection The translation languages (choose up to 6).

Tip

Translation languages can't contain the same language code as the spoken language.

spokenLanguage values

The following table shows the supported language codes for spoken languages.

Spoken language Value
Chinese (Simplified, PRC) zh-Hans
Dutch (Netherlands) nl
English (United States) en
French (Canada) fr-ca
French (France) fr
German (Germany) de
Hindi (India) hi
Italian (Italy) it
Japanese (Japan) ja
Korean (Korea) ko
Portuguese (Brazil) pt
Russian (Russia) ru
Spanish (Spain) es
Spanish (Mexico) es-mx
Swedish (Sweden) sv

translationLanguaes values

The following table shows the supported language codes for translation languages.

Translation language Value
Afrikaans (South Africa) af
Arabic (Egypt) ar
Bosnian (Latin) bs
Bulgarian (Bulgaria) bg
Catalan ca
Chinese (Simplified, PRC) zh-Hans
Chinese (Traditional, Hong Kong S.A.R.) yue
Chinese (Traditional) zh-Hant
Creole (Haiti) ht
Croatian (Croatia) hr
Czech (Czech Republic) cs
Danish (Denmark) da
Dutch (Netherlands) nl
English (United States) en
Estonian (Estonia) et
Filipino (Philippines) fil
Finnish (Finland) fi
French (Canada) fr-ca
French (France) fr
German (Germany) de
Greek (Greece) el
Hebrew (Israel) he
Hindi (India) hi
Hmong mww
Hungarian (Hungary) hu
Indonesian id
Italian (Italy) it
Japanese (Japan) ja
Klingon tlh
Korean (Korea) ko
Latvian (Latvia) lv
Lithuanian (Lithuania) lt
Malagasy (Madagascar) mg
Malay (Malaysia) ms
Maltese (Malta) mt
Persian (Iran) fa
Polish (Poland) pl
Portuguese (Brazil) pt
Querétaro Otomi otq
Romanian (Romania) ro
Russian (Russia) ru
Samoan sm
Serbian (Latin) sr-latn
Serbian Cyrillic sr-cyrl
Slovak (Slovakia) sk
Slovenian sl
Spanish (Spain) es
Swahili (Kenya) sw
Swedish (Sweden) sv
Tahitian ty
Thai (Thailand) th
Tongan to
Turkish (Türkiye) tr
Ukrainian (Ukraine) uk
Urdu (Islamic Republic of Pakistan) ur
Vietnamese (Vietnam) vi
Welsh (United Kingdom) cy
Yucatec Maya yua

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.broadcastMeetingCaptionSettings",
  "isCaptionEnabled": "Boolean",
  "spokenLanguage": "String",
  "translationLanguages": [
    "String"
  ]
}