Properties of a Location.
Package
@google-cloud/speech!Properties
leadingComments
leadingComments
?:
(
string
|
null
);
Location leadingComments
| Type | Description |
|---|---|
| (string|null) |
leadingDetachedComments
leadingDetachedComments
?:
(
string
[]
|
null
);
Location leadingDetachedComments
| Type | Description |
|---|---|
| (string[]|null) |
path
path
?:
(
number
[]
|
null
);
Location path
| Type | Description |
|---|---|
| (number[]|null) |
span
span
?:
(
number
[]
|
null
);
Location span
| Type | Description |
|---|---|
| (number[]|null) |
trailingComments
trailingComments
?:
(
string
|
null
);
Location trailingComments
| Type | Description |
|---|---|
| (string|null) |

