Class TranscriptCustomSpelling.Builder
- java.lang.Object
-
- com.assemblyai.api.resources.transcripts.types.TranscriptCustomSpelling.Builder
-
- All Implemented Interfaces:
TranscriptCustomSpelling._FinalStage,TranscriptCustomSpelling.ToStage
- Enclosing class:
- TranscriptCustomSpelling
public static final class TranscriptCustomSpelling.Builder extends java.lang.Object implements TranscriptCustomSpelling.ToStage, TranscriptCustomSpelling._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TranscriptCustomSpelling._FinalStageaddAllFrom(java.util.List<java.lang.String> from)Words or phrases to replaceTranscriptCustomSpelling._FinalStageaddFrom(java.lang.String from)Words or phrases to replaceTranscriptCustomSpellingbuild()TranscriptCustomSpelling.Builderfrom(TranscriptCustomSpelling other)TranscriptCustomSpelling._FinalStagefrom(java.util.List<java.lang.String> from)TranscriptCustomSpelling._FinalStageto(java.lang.String to)Word or phrase to replace with
-
-
-
Method Detail
-
from
public TranscriptCustomSpelling.Builder from(TranscriptCustomSpelling other)
- Specified by:
fromin interfaceTranscriptCustomSpelling.ToStage
-
to
public TranscriptCustomSpelling._FinalStage to(java.lang.String to)
Word or phrase to replace with
- Specified by:
toin interfaceTranscriptCustomSpelling.ToStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addAllFrom
public TranscriptCustomSpelling._FinalStage addAllFrom(java.util.List<java.lang.String> from)
Words or phrases to replace
- Specified by:
addAllFromin interfaceTranscriptCustomSpelling._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addFrom
public TranscriptCustomSpelling._FinalStage addFrom(java.lang.String from)
Words or phrases to replace
- Specified by:
addFromin interfaceTranscriptCustomSpelling._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
from
public TranscriptCustomSpelling._FinalStage from(java.util.List<java.lang.String> from)
- Specified by:
fromin interfaceTranscriptCustomSpelling._FinalStage
-
build
public TranscriptCustomSpelling build()
- Specified by:
buildin interfaceTranscriptCustomSpelling._FinalStage
-
-