TextToSpeechResponse 생성자

정의

오버로드

Name Description
TextToSpeechResponse()

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

TextToSpeechResponse(IList<AIContent>)

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

TextToSpeechResponse()

Source:
TextToSpeechResponse.cs

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

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

적용 대상

TextToSpeechResponse(IList<AIContent>)

Source:
TextToSpeechResponse.cs

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

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

매개 변수

contents
IList<AIContent>

이 응답의 내용입니다.

적용 대상