> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XSpeechSynthesizerVoiceInformation

> XSpeechSynthesizerVoiceInformation

# XSpeechSynthesizerVoiceInformation

*음성*(설치된 음성 합성 엔진)에 대한 정보를 제공합니다.

## 구문

```cpp theme={null}
typedef struct XSpeechSynthesizerVoiceInformation {  
    const char* Description;  
    const char* DisplayName;  
    XSpeechSynthesizerVoiceGender Gender;  
    const char* VoiceId;  
    const char* Language;  
} XSpeechSynthesizerVoiceInformation  
```

### 멤버

*Description*\
형식: const char\*

*DisplayName* 및 *Language*의 조합에 기반한 음성의 설명입니다.

*DisplayName*\
형식: const char\*

음성의 표시 이름입니다.

*Gender*\
형식: [XSpeechSynthesizerVoiceGender](/reference/system/xspeechsynthesizer/enums/xspeechsynthesizervoicegender)

음성의 성별입니다.

*VoiceId*\
형식: const char\*

음성의 고유 ID입니다.

*Language*\
형식: const char\*

정규화된 [BCP-47 언어 태그](https://tools.ietf.org/html/bcp47)로 표현되는 음성의 언어입니다.

## 설명

**XSpeechSynthesierVoiceInformation** 구조체는 설치된 음성 합성 엔진(*음성*)에 대한 정보를 나타냅니다. 이 정보에는 음성의 성별과 언어가 포함됩니다. [XSpeechSynthesizerSetCustomVoice](/reference/system/xspeechsynthesizer/functions/xspeechsynthesizersetcustomvoice) 함수를 호출할 때 설치된 음성을 식별하려면 *VoiceId* 값을 사용합니다.

**XSpeechSynthesizerVoiceInformation** 구조체를 사용하는 방법을 보여 주는 예제는 [XSpeechSynthesizerEnumerateInstalledVoices](/reference/system/xspeechsynthesizer/functions/xspeechsynthesizerenumerateinstalledvoices)를 참조하세요.

## 요구 사항

**헤더:** XSpeechSynthesizer.h

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 참고 항목

[XAccessibility](/reference/system/xaccessibility/xaccessibility_members)\
[XSpeechSynthesizerCreateStreamFromText](/reference/system/xspeechsynthesizer/functions/xspeechsynthesizercreatestreamfromtext)\
[XSpeechSynthesizer](/reference/system/xspeechsynthesizer/xspeechsynthesizer_members)


## Related topics

- [XSpeechSynthesizerInstalledVoicesCallback](/ko/reference/system/xspeechsynthesizer/functions/xspeechsynthesizerinstalledvoicescallback.md)
- [XSpeechSynthesizerVoiceGender](/ko/reference/system/xspeechsynthesizer/enums/xspeechsynthesizervoicegender.md)
- [XSpeechSynthesizer](/ko/reference/system/xspeechsynthesizer/xspeechsynthesizer_members.md)
- [XSpeechSynthesizerSetCustomVoice](/ko/reference/system/xspeechsynthesizer/functions/xspeechsynthesizersetcustomvoice.md)
- [XSpeechSynthesizerEnumerateInstalledVoices](/ko/reference/system/xspeechsynthesizer/functions/xspeechsynthesizerenumerateinstalledvoices.md)
