Send feedback
Class InlineResult.Builder (4.34.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.34.0 keyboard_arrow_down
public static final class InlineResult . Builder extends GeneratedMessageV3 . Builder<InlineResult . Builder > implements InlineResultOrBuilder
Final results returned inline in the recognition response.
Protobuf type google.cloud.speech.v2.InlineResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InlineResult . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public InlineResult build ()
buildPartial()
public InlineResult buildPartial ()
clear()
public InlineResult . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public InlineResult . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public InlineResult . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearSrtCaptions()
public InlineResult . Builder clearSrtCaptions ()
The transcript for the audio file as SRT formatted captions. This is
populated only when SRT
output is requested.
string srt_captions = 3;
clearTranscript()
public InlineResult . Builder clearTranscript ()
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;
clearVttCaptions()
public InlineResult . Builder clearVttCaptions ()
The transcript for the audio file as VTT formatted captions. This is
populated only when VTT
output is requested.
string vtt_captions = 2;
clone()
public InlineResult . Builder clone ()
Overrides
getDefaultInstanceForType()
public InlineResult getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getSrtCaptions()
public String getSrtCaptions ()
The transcript for the audio file as SRT formatted captions. This is
populated only when SRT
output is requested.
string srt_captions = 3;
Returns Type Description String
The srtCaptions.
getSrtCaptionsBytes()
public ByteString getSrtCaptionsBytes ()
The transcript for the audio file as SRT formatted captions. This is
populated only when SRT
output is requested.
string srt_captions = 3;
Returns Type Description ByteString
The bytes for srtCaptions.
getTranscript()
public BatchRecognizeResults getTranscript ()
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;
getTranscriptBuilder()
public BatchRecognizeResults . Builder getTranscriptBuilder ()
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;
getTranscriptOrBuilder()
public BatchRecognizeResultsOrBuilder getTranscriptOrBuilder ()
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;
getVttCaptions()
public String getVttCaptions ()
The transcript for the audio file as VTT formatted captions. This is
populated only when VTT
output is requested.
string vtt_captions = 2;
Returns Type Description String
The vttCaptions.
getVttCaptionsBytes()
public ByteString getVttCaptionsBytes ()
The transcript for the audio file as VTT formatted captions. This is
populated only when VTT
output is requested.
string vtt_captions = 2;
Returns Type Description ByteString
The bytes for vttCaptions.
hasTranscript()
public boolean hasTranscript ()
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;
Returns Type Description boolean
Whether the transcript field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(InlineResult other)
public InlineResult . Builder mergeFrom ( InlineResult other )
public InlineResult . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public InlineResult . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeTranscript(BatchRecognizeResults value)
public InlineResult . Builder mergeTranscript ( BatchRecognizeResults value )
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InlineResult . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public InlineResult . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InlineResult . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setSrtCaptions(String value)
public InlineResult . Builder setSrtCaptions ( String value )
The transcript for the audio file as SRT formatted captions. This is
populated only when SRT
output is requested.
string srt_captions = 3;
Parameter Name Description value
String
The srtCaptions to set.
setSrtCaptionsBytes(ByteString value)
public InlineResult . Builder setSrtCaptionsBytes ( ByteString value )
The transcript for the audio file as SRT formatted captions. This is
populated only when SRT
output is requested.
string srt_captions = 3;
Parameter Name Description value
ByteString
The bytes for srtCaptions to set.
setTranscript(BatchRecognizeResults value)
public InlineResult . Builder setTranscript ( BatchRecognizeResults value )
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;
setTranscript(BatchRecognizeResults.Builder builderForValue)
public InlineResult . Builder setTranscript ( BatchRecognizeResults . Builder builderForValue )
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;
setUnknownFields(UnknownFieldSet unknownFields)
public final InlineResult . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setVttCaptions(String value)
public InlineResult . Builder setVttCaptions ( String value )
The transcript for the audio file as VTT formatted captions. This is
populated only when VTT
output is requested.
string vtt_captions = 2;
Parameter Name Description value
String
The vttCaptions to set.
setVttCaptionsBytes(ByteString value)
public InlineResult . Builder setVttCaptionsBytes ( ByteString value )
The transcript for the audio file as VTT formatted captions. This is
populated only when VTT
output is requested.
string vtt_captions = 2;
Parameter Name Description value
ByteString
The bytes for vttCaptions to set.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]