diff --git a/.github/workflows/c-demos.yml b/.github/workflows/c-demos.yml index e57239c1..c5d78ae2 100644 --- a/.github/workflows/c-demos.yml +++ b/.github/workflows/c-demos.yml @@ -5,9 +5,9 @@ on: push: branches: [ master ] paths: - - '!demo/c/README.md' - '.github/workflows/c-demos.yml' - 'demo/c/**' + - '!demo/c/README.md' - 'include/**' - 'lib/common/**' - 'lib/jetson/**' @@ -20,9 +20,9 @@ on: pull_request: branches: [ master, 'v[0-9]+.[0-9]+' ] paths: - - '!demo/c/README.md' - '.github/workflows/c-demos.yml' - 'demo/c/**' + - '!demo/c/README.md' - 'include/**' - 'lib/common/**' - 'lib/jetson/**' diff --git a/.github/workflows/react-native-tests.yml b/.github/workflows/react-native-tests.yml index 47fc1440..ee997680 100644 --- a/.github/workflows/react-native-tests.yml +++ b/.github/workflows/react-native-tests.yml @@ -4,17 +4,19 @@ on: push: branches: [ master ] paths: + - '.github/workflows/react-native-tests.yml' - 'binding/react-native/**' + - '!binding/react-native/README.md' - 'lib/common/**' - - '.github/workflows/react-native-tests.yml' - 'resources/audio_samples/**' - 'resources/.test/**' pull_request: branches: [ master, 'v[0-9]+.[0-9]+' ] paths: + - '.github/workflows/react-native-tests.yml' - 'binding/react-native/**' + - '!binding/react-native/README.md' - 'lib/common/**' - - '.github/workflows/react-native-tests.yml' - 'resources/audio_samples/**' - 'resources/.test/**' diff --git a/binding/android/README.md b/binding/android/README.md index 288e9585..3d97126b 100644 --- a/binding/android/README.md +++ b/binding/android/README.md @@ -92,7 +92,7 @@ Along with the transcript, Leopard returns metadata for each transcribed word. A - **Start Time:** Indicates when the word started in the transcribed audio. Value is in seconds. - **End Time:** Indicates when the word ended in the transcribed audio. Value is in seconds. - **Confidence:** Leopard's confidence that the transcribed word is accurate. It is a number within `[0, 1]`. -- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reservered for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. +- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reserved for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. ## Demo App diff --git a/binding/dotnet/README.md b/binding/dotnet/README.md index 8cd0538d..ff049b2f 100644 --- a/binding/dotnet/README.md +++ b/binding/dotnet/README.md @@ -95,7 +95,7 @@ Along with the transcript, Leopard returns metadata for each transcribed word. A - **Start Time:** Indicates when the word started in the transcribed audio. Value is in seconds. - **End Time:** Indicates when the word ended in the transcribed audio. Value is in seconds. - **Confidence:** Leopard's confidence that the transcribed word is accurate. It is a number within `[0, 1]`. -- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reservered for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. +- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reserved for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. ## Demos diff --git a/binding/flutter/README.md b/binding/flutter/README.md index 471fce3e..48aa4ad4 100644 --- a/binding/flutter/README.md +++ b/binding/flutter/README.md @@ -116,7 +116,7 @@ Along with the transcript, Leopard returns metadata for each transcribed word. A - **Start Time:** Indicates when the word started in the transcribed audio. Value is in seconds. - **End Time:** Indicates when the word ended in the transcribed audio. Value is in seconds. - **Confidence:** Leopard's confidence that the transcribed word is accurate. It is a number within `[0, 1]`. -- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reservered for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. +- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reserved for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. ## Demo App diff --git a/binding/go/README.md b/binding/go/README.md index 81c0931a..9f5d9ebb 100644 --- a/binding/go/README.md +++ b/binding/go/README.md @@ -83,7 +83,7 @@ Along with the transcript, Leopard returns metadata for each transcribed word. A - **Start Time:** Indicates when the word started in the transcribed audio. Value is in seconds. - **End Time:** Indicates when the word ended in the transcribed audio. Value is in seconds. - **Confidence:** Leopard's confidence that the transcribed word is accurate. It is a number within `[0, 1]`. -- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reservered for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. +- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reserved for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. ## Demos diff --git a/binding/ios/README.md b/binding/ios/README.md index 2cc81ed1..b4909cce 100644 --- a/binding/ios/README.md +++ b/binding/ios/README.md @@ -95,7 +95,7 @@ Along with the transcript, Leopard returns metadata for each transcribed word. A - **Start Time:** Indicates when the word started in the transcribed audio. Value is in seconds. - **End Time:** Indicates when the word ended in the transcribed audio. Value is in seconds. - **Confidence:** Leopard's confidence that the transcribed word is accurate. It is a number within `[0, 1]`. -- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reservered for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. +- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reserved for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. ## Running Unit Tests diff --git a/binding/java/README.md b/binding/java/README.md index f5ef4276..2a441cb5 100644 --- a/binding/java/README.md +++ b/binding/java/README.md @@ -98,7 +98,7 @@ Along with the transcript, Leopard returns metadata for each transcribed word. A - **Start Time:** Indicates when the word started in the transcribed audio. Value is in seconds. - **End Time:** Indicates when the word ended in the transcribed audio. Value is in seconds. - **Confidence:** Leopard's confidence that the transcribed word is accurate. It is a number within `[0, 1]`. -- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reservered for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. +- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reserved for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. ## Demo App diff --git a/binding/nodejs/README.md b/binding/nodejs/README.md index 6285beeb..81aabdd5 100644 --- a/binding/nodejs/README.md +++ b/binding/nodejs/README.md @@ -74,7 +74,7 @@ Along with the transcript, Leopard returns metadata for each transcribed word. A - **Start Time:** Indicates when the word started in the transcribed audio. Value is in seconds. - **End Time:** Indicates when the word ended in the transcribed audio. Value is in seconds. - **Confidence:** Leopard's confidence that the transcribed word is accurate. It is a number within `[0, 1]`. -- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reservered for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. +- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reserved for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. ## Demos diff --git a/binding/python/README.md b/binding/python/README.md index 69ccac2e..bdfc1c50 100644 --- a/binding/python/README.md +++ b/binding/python/README.md @@ -79,7 +79,7 @@ Along with the transcript, Leopard returns metadata for each transcribed word. A - **Start Time:** Indicates when the word started in the transcribed audio. Value is in seconds. - **End Time:** Indicates when the word ended in the transcribed audio. Value is in seconds. - **Confidence:** Leopard's confidence that the transcribed word is accurate. It is a number within `[0, 1]`. -- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reservered for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. +- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reserved for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. ## Demos diff --git a/binding/react-native/README.md b/binding/react-native/README.md index 415f8b60..4a6a7d7d 100644 --- a/binding/react-native/README.md +++ b/binding/react-native/README.md @@ -102,7 +102,7 @@ Along with the transcript, Leopard returns metadata for each transcribed word. A - **Start Time:** Indicates when the word started in the transcribed audio. Value is in seconds. - **End Time:** Indicates when the word ended in the transcribed audio. Value is in seconds. - **Confidence:** Leopard's confidence that the transcribed word is accurate. It is a number within `[0, 1]`. -- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reservered for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. +- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reserved for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. ## Demo App diff --git a/binding/react/README.md b/binding/react/README.md index f9f16d5a..8f04d435 100644 --- a/binding/react/README.md +++ b/binding/react/README.md @@ -201,7 +201,7 @@ Along with the transcript, Leopard returns metadata for each transcribed word. A - **Start Time:** Indicates when the word started in the transcribed audio. Value is in seconds. - **End Time:** Indicates when the word ended in the transcribed audio. Value is in seconds. - **Confidence:** Leopard's confidence that the transcribed word is accurate. It is a number within `[0, 1]`. -- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reservered for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. +- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reserved for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. ### Release diff --git a/binding/rust/README.md b/binding/rust/README.md index 80b01e8f..2dc8f5c5 100644 --- a/binding/rust/README.md +++ b/binding/rust/README.md @@ -92,7 +92,7 @@ Along with the transcript, Leopard returns metadata for each transcribed word. A - **Start Time:** Indicates when the word started in the transcribed audio. Value is in seconds. - **End Time:** Indicates when the word ended in the transcribed audio. Value is in seconds. - **Confidence:** Leopard's confidence that the transcribed word is accurate. It is a number within `[0, 1]`. -- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reservered for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. +- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reserved for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. ## Demos diff --git a/binding/web/README.md b/binding/web/README.md index db6eeaed..046455cf 100644 --- a/binding/web/README.md +++ b/binding/web/README.md @@ -181,7 +181,7 @@ Along with the transcript, Leopard returns metadata for each transcribed word. A - **Start Time:** Indicates when the word started in the transcribed audio. Value is in seconds. - **End Time:** Indicates when the word ended in the transcribed audio. Value is in seconds. - **Confidence:** Leopard's confidence that the transcribed word is accurate. It is a number within `[0, 1]`. -- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reservered for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. +- **Speaker Tag:** If speaker diarization is enabled on initialization, the speaker tag is a non-negative integer identifying unique speakers, with `0` reserved for unknown speakers. If speaker diarization is not enabled, the value will always be `-1`. ## Demo