Builder

class Builder

Build a new MapboxSpeechApiOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

baseUri
Link copied to clipboard
fun baseUri(baseUri: String): MapboxSpeechApiOptions.Builder
Specifies the base URL Defaults to "https://api.mapbox.com"
build
Link copied to clipboard
fun build(): MapboxSpeechApiOptions
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String