TextToSpeechResponseUpdate 생성자

정의

오버로드

Name Description
TextToSpeechResponseUpdate()

TextToSpeechResponseUpdate 클래스의 새 인스턴스를 초기화합니다.

TextToSpeechResponseUpdate(IList<AIContent>)

TextToSpeechResponseUpdate 클래스의 새 인스턴스를 초기화합니다.

TextToSpeechResponseUpdate()

Source:
TextToSpeechResponseUpdate.cs

TextToSpeechResponseUpdate 클래스의 새 인스턴스를 초기화합니다.

public:
 TextToSpeechResponseUpdate();
[System.Text.Json.Serialization.JsonConstructor]
public TextToSpeechResponseUpdate();
Public Sub New ()
특성

적용 대상

TextToSpeechResponseUpdate(IList<AIContent>)

Source:
TextToSpeechResponseUpdate.cs

TextToSpeechResponseUpdate 클래스의 새 인스턴스를 초기화합니다.

public:
 TextToSpeechResponseUpdate(System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ contents);
public TextToSpeechResponseUpdate(System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> contents);
new Microsoft.Extensions.AI.TextToSpeechResponseUpdate : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> -> Microsoft.Extensions.AI.TextToSpeechResponseUpdate
Public Sub New (contents As IList(Of AIContent))

매개 변수

contents
IList<AIContent>

이 업데이트의 내용입니다.

적용 대상