AudioContent class
- Inheritance
- Available extensions
- Annotations
-
- @artifact
Constructors
- AudioContent({String? audioUrl, String? base64Audio})
-
const
Properties
- audioUrl → String?
-
final
- base64Audio → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toLangChain → ChatMessageContent
-
Available on Content, provided by the XChatMessageContent2LC extension
no setter
Methods
-
and(
Content other) → Content -
inherited
-
copyWith(
{_3? audioUrl, _w deleteAudioUrl = _F, _3? base64Audio, _w deleteBase64Audio = _F}) → _6 -
Available on _6, provided by the $AudioContent extension
-
explode(
) → Iterable< Content> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{bool pretty = _F}) → _3 -
Available on _6, provided by the $AudioContent extension
-
toJson(
{bool pretty = _F}) → _3 -
Available on _8, provided by the $Content extension
-
toMap(
) → _1 -
Available on _6, provided by the $AudioContent extension
-
toMap(
) → _1 -
Available on _8, provided by the $Content extension
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited