teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
messages
TranscribedAudio
Class TranscribedAudio
Hierarchy (
View Summary
)
VirtualClass
<
{
pending
?:
boolean
;
text
:
string
;
transcriptionId
:
long
;
trialRemainsNum
?:
int
;
trialRemainsUntilDate
?:
int
;
}
,
>
TranscribedAudio
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
class
Name
class
Type
CONSTRUCTOR_
ID
original
Args
pending?
SUBCLASS_
OF_
ID
text
transcription
Id
trial
Remains
Num?
trial
Remains
Until
Date?
Constructors
constructor
new
TranscribedAudio
(
args
:
{
pending
?:
boolean
;
text
:
string
;
transcriptionId
:
BigInteger
;
trialRemainsNum
?:
number
;
trialRemainsUntilDate
?:
number
;
}
,
)
:
TranscribedAudio
Parameters
args
:
{
pending
?:
boolean
;
text
:
string
;
transcriptionId
:
BigInteger
;
trialRemainsNum
?:
number
;
trialRemainsUntilDate
?:
number
;
}
Returns
TranscribedAudio
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
TranscribedAudio
Parameters
reader
:
any
Returns
TranscribedAudio
Static
serialize
Bytes
serializeBytes
(
data
:
string
|
Buffer
<
ArrayBufferLike
>
)
:
Buffer
Parameters
data
:
string
|
Buffer
<
ArrayBufferLike
>
Returns
Buffer
Static
serialize
Date
serializeDate
(
date
:
number
|
Date
)
:
Buffer
Parameters
date
:
number
|
Date
Returns
Buffer
get
Bytes
getBytes
()
:
Buffer
Returns
Buffer
to
JSON
toJSON
()
:
{
pending
?:
boolean
;
text
:
string
;
transcriptionId
:
BigInteger
;
trialRemainsNum
?:
number
;
trialRemainsUntilDate
?:
number
;
}
Returns
{
pending
?:
boolean
;
text
:
string
;
transcriptionId
:
BigInteger
;
trialRemainsNum
?:
number
;
trialRemainsUntilDate
?:
number
;
}
Properties
Static
class
Name
className
:
string
Static
class
Type
classType
:
"constructor"
|
"request"
Static
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
number
Static
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
number
class
Name
className
:
"messages.TranscribedAudio"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
3485063511
original
Args
originalArgs
:
{
pending
?:
boolean
;
text
:
string
;
transcriptionId
:
BigInteger
;
trialRemainsNum
?:
number
;
trialRemainsUntilDate
?:
number
;
}
Optional
pending
pending
?:
boolean
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
565332278
text
text
:
string
transcription
Id
transcriptionId
:
BigInteger
Optional
trial
Remains
Num
trialRemainsNum
?:
number
Optional
trial
Remains
Until
Date
trialRemainsUntilDate
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
class
Name
class
Type
CONSTRUCTOR_
ID
original
Args
pending
SUBCLASS_
OF_
ID
text
transcription
Id
trial
Remains
Num
trial
Remains
Until
Date
GitHub
npm
Issues
teleproto - v1.229.0
Loading...