TranscriptResponse class

Model response entry.

Mirrors Swift's Transcript.Response.

Inheritance

Constructors

TranscriptResponse({required String id, required List<TranscriptSegment> segments, required List<String> assets})
const

Properties

assets List<String>
Asset IDs associated with this response (model identifiers).
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of this entry.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments List<TranscriptSegment>
The response content segments.
final
text String
Get the full text content of the response.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited