Skip to content

Commit 8cea636

Browse files
committed
TTS Data Type
1 parent a5f39fc commit 8cea636

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Runtime/DataTypes.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,4 +380,14 @@ public static class ModerationModel
380380
public const string Latest = "text-moderation-latest";
381381
}
382382
#endregion
383+
384+
#region TTS API Data Types
385+
386+
public struct CreateTTSRequest {
387+
public string model { get; set; }
388+
public string input { get; set; }
389+
public string voice { get; set; }
390+
}
391+
392+
#endregion
383393
}

0 commit comments

Comments
 (0)