Properties of an UninterpretedOption.
Package
@google-cloud/speech!Properties
aggregateValue
aggregateValue
?:
(
string
|
null
);
UninterpretedOption aggregateValue
Type | Description |
---|---|
(string|null) |
doubleValue
doubleValue
?:
(
number
|
null
);
UninterpretedOption doubleValue
Type | Description |
---|---|
(number|null) |
identifierValue
identifierValue
?:
(
string
|
null
);
UninterpretedOption identifierValue
Type | Description |
---|---|
(string|null) |
name
name
?:
(
google
.
protobuf
.
UninterpretedOption
.
INamePart
[]
|
null
);
UninterpretedOption name
Type | Description |
---|---|
( google.protobuf.UninterpretedOption.INamePart []|null) |
negativeIntValue
negativeIntValue
?:
(
number
|
Long
|
string
|
null
);
UninterpretedOption negativeIntValue
Type | Description |
---|---|
(number| Long |string|null) |
positiveIntValue
positiveIntValue
?:
(
number
|
Long
|
string
|
null
);
UninterpretedOption positiveIntValue
Type | Description |
---|---|
(number| Long |string|null) |
stringValue
stringValue
?:
(
Uint8Array
|
string
|
null
);
UninterpretedOption stringValue
Type | Description |
---|---|
( Uint8Array |string|null) |