Package org.mockserver.llm
Class ParsedMessage.AudioPart
java.lang.Object
org.mockserver.llm.ParsedMessage.AudioPart
- Enclosing class:
- ParsedMessage
A multimodal audio content part recognised in a decoded request message.
Request-side only: the codecs parse the presence (and the declared
format, e.g. wav / mp3) of an audio clip so
conversation matchers can assert "this message contains audio". MockServer
does not store the audio bytes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AudioPart
-
-
Method Details
-
getFormat
The audio format (e.g.wav,mp3), ornullif not declared by the provider shape.
-