TextContent 클래스

정의

채팅의 텍스트 콘텐츠를 나타냅니다.

public ref class TextContent sealed : Microsoft::Extensions::AI::AIContent
public sealed class TextContent : Microsoft.Extensions.AI.AIContent
type TextContent = class
    inherit AIContent
Public NotInheritable Class TextContent
Inherits AIContent
상속
TextContent

생성자

Name Description
TextContent(String)

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

속성

Name Description
AdditionalProperties

콘텐츠에 대한 추가 속성을 가져오거나 설정합니다.

(다음에서 상속됨 AIContent)
Annotations

이 콘텐츠에 대한 주석 목록을 가져오거나 설정합니다.

(다음에서 상속됨 AIContent)
RawRepresentation

기본 구현에서 콘텐츠의 원시 표현을 가져오거나 설정합니다.

(다음에서 상속됨 AIContent)
Text

텍스트 콘텐츠를 가져오거나 설정합니다.

메서드

Name Description
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

적용 대상