Class WordSearchParams
- Namespace
- AssemblyAI.Transcripts
- Assembly
- AssemblyAI.dll
public record WordSearchParams : IEquatable<WordSearchParams>
- Inheritance
-
WordSearchParams
- Implements
- Inherited Members
Properties
Words
Keywords to search for
public IEnumerable<string> Words { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.