v1DubbingResourceDubbingIdDubPost method
Future<Response<SegmentDubResponse> >
v1DubbingResourceDubbingIdDubPost({
- required String? dubbingId,
- String? xiApiKey,
- required BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost? body,
Dubs All Or Some Segments And Languages @param dubbing_id ID of the dubbing project. @param xi-api-key Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.
Implementation
Future<chopper.Response<SegmentDubResponse>>
v1DubbingResourceDubbingIdDubPost({
required String? dubbingId,
String? xiApiKey,
required BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost?
body,
}) {
generatedMapping.putIfAbsent(
SegmentDubResponse,
() => SegmentDubResponse.fromJsonFactory,
);
return _v1DubbingResourceDubbingIdDubPost(
dubbingId: dubbingId,
xiApiKey: xiApiKey?.toString(),
body: body,
);
}