Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreatePartFromFileReq

Create parts from file arguments.

Hierarchy

Index

Properties

Optional Readonly bypassAxiosEXPERIMENTAL

bypassAxiosEXPERIMENTAL?: boolean

Readonly client

client: VertexClient

An instance of VertexClient.

Readonly createFileReq

createFileReq: CreateFileRequest

Readonly fileData

fileData: Buffer

File data.

Optional Readonly polling

polling?: Polling

Optional Readonly returnQueued

returnQueued?: boolean

Whether or not to return queued translation.

Readonly verbose

verbose: boolean

Whether or not to include verbose log messages.

Methods

Readonly createPartReq

Optional Readonly onMsg

  • onMsg(msg: string): void