Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/speech/v1p1beta1/cloud_speech.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.speech.v1p1beta1;
/**
*
*
*
* The only message returned to the client by the `LongRunningRecognize` method.
* It contains the result as zero or more sequential `SpeechRecognitionResult`
* messages. It is included in the `result.response` field of the `Operation`
* returned by the `GetOperation` call of the `google::longrunning::Operations`
* service.
*
*
* Protobuf type {@code google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse}
*/
public final class LongRunningRecognizeResponse extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse)
LongRunningRecognizeResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use LongRunningRecognizeResponse.newBuilder() to construct.
private LongRunningRecognizeResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private LongRunningRecognizeResponse() {
results_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new LongRunningRecognizeResponse();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.speech.v1p1beta1.SpeechProto
.internal_static_google_cloud_speech_v1p1beta1_LongRunningRecognizeResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.speech.v1p1beta1.SpeechProto
.internal_static_google_cloud_speech_v1p1beta1_LongRunningRecognizeResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse.class,
com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse.Builder.class);
}
private int bitField0_;
public static final int RESULTS_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private java.util.List results_;
/**
*
*
*
* Sequential list of transcription results corresponding to
* sequential portions of audio.
*
* Provides information on speech adaptation behavior in response
*
*
* .google.cloud.speech.v1p1beta1.SpeechAdaptationInfo speech_adaptation_info = 8;
*/
@java.lang.Override
public com.google.cloud.speech.v1p1beta1.SpeechAdaptationInfoOrBuilder
getSpeechAdaptationInfoOrBuilder() {
return speechAdaptationInfo_ == null
? com.google.cloud.speech.v1p1beta1.SpeechAdaptationInfo.getDefaultInstance()
: speechAdaptationInfo_;
}
public static final int REQUEST_ID_FIELD_NUMBER = 9;
private long requestId_ = 0L;
/**
*
*
*
* The ID associated with the request. This is a unique ID specific only to
* the given request.
*
*
* int64 request_id = 9;
*
* @return The requestId.
*/
@java.lang.Override
public long getRequestId() {
return requestId_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
for (int i = 0; i < results_.size(); i++) {
output.writeMessage(2, results_.get(i));
}
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(3, getTotalBilledTime());
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeMessage(6, getOutputConfig());
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeMessage(7, getOutputError());
}
if (((bitField0_ & 0x00000008) != 0)) {
output.writeMessage(8, getSpeechAdaptationInfo());
}
if (requestId_ != 0L) {
output.writeInt64(9, requestId_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < results_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, results_.get(i));
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getTotalBilledTime());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getOutputConfig());
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getOutputError());
}
if (((bitField0_ & 0x00000008) != 0)) {
size +=
com.google.protobuf.CodedOutputStream.computeMessageSize(8, getSpeechAdaptationInfo());
}
if (requestId_ != 0L) {
size += com.google.protobuf.CodedOutputStream.computeInt64Size(9, requestId_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse)) {
return super.equals(obj);
}
com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse other =
(com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse) obj;
if (!getResultsList().equals(other.getResultsList())) return false;
if (hasTotalBilledTime() != other.hasTotalBilledTime()) return false;
if (hasTotalBilledTime()) {
if (!getTotalBilledTime().equals(other.getTotalBilledTime())) return false;
}
if (hasOutputConfig() != other.hasOutputConfig()) return false;
if (hasOutputConfig()) {
if (!getOutputConfig().equals(other.getOutputConfig())) return false;
}
if (hasOutputError() != other.hasOutputError()) return false;
if (hasOutputError()) {
if (!getOutputError().equals(other.getOutputError())) return false;
}
if (hasSpeechAdaptationInfo() != other.hasSpeechAdaptationInfo()) return false;
if (hasSpeechAdaptationInfo()) {
if (!getSpeechAdaptationInfo().equals(other.getSpeechAdaptationInfo())) return false;
}
if (getRequestId() != other.getRequestId()) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getResultsCount() > 0) {
hash = (37 * hash) + RESULTS_FIELD_NUMBER;
hash = (53 * hash) + getResultsList().hashCode();
}
if (hasTotalBilledTime()) {
hash = (37 * hash) + TOTAL_BILLED_TIME_FIELD_NUMBER;
hash = (53 * hash) + getTotalBilledTime().hashCode();
}
if (hasOutputConfig()) {
hash = (37 * hash) + OUTPUT_CONFIG_FIELD_NUMBER;
hash = (53 * hash) + getOutputConfig().hashCode();
}
if (hasOutputError()) {
hash = (37 * hash) + OUTPUT_ERROR_FIELD_NUMBER;
hash = (53 * hash) + getOutputError().hashCode();
}
if (hasSpeechAdaptationInfo()) {
hash = (37 * hash) + SPEECH_ADAPTATION_INFO_FIELD_NUMBER;
hash = (53 * hash) + getSpeechAdaptationInfo().hashCode();
}
hash = (37 * hash) + REQUEST_ID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getRequestId());
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse parseFrom(
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse parseFrom(
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse parseFrom(
byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse parseFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() {
return newBuilder();
}
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(
com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
*
*
* The only message returned to the client by the `LongRunningRecognize` method.
* It contains the result as zero or more sequential `SpeechRecognitionResult`
* messages. It is included in the `result.response` field of the `Operation`
* returned by the `GetOperation` call of the `google::longrunning::Operations`
* service.
*
*
* Protobuf type {@code google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse)
com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.speech.v1p1beta1.SpeechProto
.internal_static_google_cloud_speech_v1p1beta1_LongRunningRecognizeResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.speech.v1p1beta1.SpeechProto
.internal_static_google_cloud_speech_v1p1beta1_LongRunningRecognizeResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse.class,
com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse.Builder.class);
}
// Construct using com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
getResultsFieldBuilder();
getTotalBilledTimeFieldBuilder();
getOutputConfigFieldBuilder();
getOutputErrorFieldBuilder();
getSpeechAdaptationInfoFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
if (resultsBuilder_ == null) {
results_ = java.util.Collections.emptyList();
} else {
results_ = null;
resultsBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
totalBilledTime_ = null;
if (totalBilledTimeBuilder_ != null) {
totalBilledTimeBuilder_.dispose();
totalBilledTimeBuilder_ = null;
}
outputConfig_ = null;
if (outputConfigBuilder_ != null) {
outputConfigBuilder_.dispose();
outputConfigBuilder_ = null;
}
outputError_ = null;
if (outputErrorBuilder_ != null) {
outputErrorBuilder_.dispose();
outputErrorBuilder_ = null;
}
speechAdaptationInfo_ = null;
if (speechAdaptationInfoBuilder_ != null) {
speechAdaptationInfoBuilder_.dispose();
speechAdaptationInfoBuilder_ = null;
}
requestId_ = 0L;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.cloud.speech.v1p1beta1.SpeechProto
.internal_static_google_cloud_speech_v1p1beta1_LongRunningRecognizeResponse_descriptor;
}
@java.lang.Override
public com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse
getDefaultInstanceForType() {
return com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse build() {
com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse buildPartial() {
com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse result =
new com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse(this);
buildPartialRepeatedFields(result);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartialRepeatedFields(
com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse result) {
if (resultsBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
results_ = java.util.Collections.unmodifiableList(results_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.results_ = results_;
} else {
result.results_ = resultsBuilder_.build();
}
}
private void buildPartial0(
com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000002) != 0)) {
result.totalBilledTime_ =
totalBilledTimeBuilder_ == null ? totalBilledTime_ : totalBilledTimeBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.outputConfig_ =
outputConfigBuilder_ == null ? outputConfig_ : outputConfigBuilder_.build();
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.outputError_ =
outputErrorBuilder_ == null ? outputError_ : outputErrorBuilder_.build();
to_bitField0_ |= 0x00000004;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.speechAdaptationInfo_ =
speechAdaptationInfoBuilder_ == null
? speechAdaptationInfo_
: speechAdaptationInfoBuilder_.build();
to_bitField0_ |= 0x00000008;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.requestId_ = requestId_;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse) {
return mergeFrom((com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse other) {
if (other
== com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse.getDefaultInstance())
return this;
if (resultsBuilder_ == null) {
if (!other.results_.isEmpty()) {
if (results_.isEmpty()) {
results_ = other.results_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureResultsIsMutable();
results_.addAll(other.results_);
}
onChanged();
}
} else {
if (!other.results_.isEmpty()) {
if (resultsBuilder_.isEmpty()) {
resultsBuilder_.dispose();
resultsBuilder_ = null;
results_ = other.results_;
bitField0_ = (bitField0_ & ~0x00000001);
resultsBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
? getResultsFieldBuilder()
: null;
} else {
resultsBuilder_.addAllMessages(other.results_);
}
}
}
if (other.hasTotalBilledTime()) {
mergeTotalBilledTime(other.getTotalBilledTime());
}
if (other.hasOutputConfig()) {
mergeOutputConfig(other.getOutputConfig());
}
if (other.hasOutputError()) {
mergeOutputError(other.getOutputError());
}
if (other.hasSpeechAdaptationInfo()) {
mergeSpeechAdaptationInfo(other.getSpeechAdaptationInfo());
}
if (other.getRequestId() != 0L) {
setRequestId(other.getRequestId());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 18:
{
com.google.cloud.speech.v1p1beta1.SpeechRecognitionResult m =
input.readMessage(
com.google.cloud.speech.v1p1beta1.SpeechRecognitionResult.parser(),
extensionRegistry);
if (resultsBuilder_ == null) {
ensureResultsIsMutable();
results_.add(m);
} else {
resultsBuilder_.addMessage(m);
}
break;
} // case 18
case 26:
{
input.readMessage(getTotalBilledTimeFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000002;
break;
} // case 26
case 50:
{
input.readMessage(getOutputConfigFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 50
case 58:
{
input.readMessage(getOutputErrorFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000008;
break;
} // case 58
case 66:
{
input.readMessage(
getSpeechAdaptationInfoFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000010;
break;
} // case 66
case 72:
{
requestId_ = input.readInt64();
bitField0_ |= 0x00000020;
break;
} // case 72
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private java.util.List results_ =
java.util.Collections.emptyList();
private void ensureResultsIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
results_ =
new java.util.ArrayList(
results_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.speech.v1p1beta1.SpeechRecognitionResult,
com.google.cloud.speech.v1p1beta1.SpeechRecognitionResult.Builder,
com.google.cloud.speech.v1p1beta1.SpeechRecognitionResultOrBuilder>
resultsBuilder_;
/**
*
*
*
* Sequential list of transcription results corresponding to
* sequential portions of audio.
*