Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ partial void ProcessAddContentResponseContent(
string? session = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::ModernMT.AddContentRequest
{
Source = source,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ partial void ProcessAddGlossaryResponseContent(
string? tuid = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::ModernMT.AddGlossaryRequest
{
Type = type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ partial void ProcessCreateMemoryResponseContent(
string? externalId = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::ModernMT.CreateMemoryRequest
{
Name = name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ partial void ProcessDetectLanguageResponseContent(
global::ModernMT.DetectLanguageRequestFormat? format = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::ModernMT.DetectLanguageRequest
{
Q = q,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ partial void ProcessGetContextVectorResponseContent(
int? limit = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::ModernMT.ContextVectorRequest
{
Source = source,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ partial void ProcessQualityEstimationResponseContent(
string translation,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::ModernMT.QualityEstimationRequest
{
Source = source,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ partial void ProcessTranslateResponseContent(
bool? maskProfanities = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::ModernMT.TranslateRequest
{
Source = source,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ partial void ProcessTranslateBatchResponseContent(
global::ModernMT.BatchTranslateRequestPriority? priority = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::ModernMT.BatchTranslateRequest
{
Source = source,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ partial void ProcessUpdateMemoryResponseContent(
string? description = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::ModernMT.UpdateMemoryRequest
{
Name = name,
Expand Down