Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::CreatePhraseSetRequest.
Request message for the CreatePhraseSet method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
-
(::String) — Required. The project and location where this PhraseSet will be created.
The expected format is
projects/{project}/locations/{location}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The project and location where this PhraseSet will be created.
The expected format is
projects/{project}/locations/{location}
.
-
(::String) — Required. The project and location where this PhraseSet will be created.
The expected format is
projects/{project}/locations/{location}
.
#phrase_set
def phrase_set() -> ::Google::Cloud::Speech::V2::PhraseSet
- (::Google::Cloud::Speech::V2::PhraseSet) — Required. The PhraseSet to create.
#phrase_set=
def phrase_set=(value) -> ::Google::Cloud::Speech::V2::PhraseSet
- value (::Google::Cloud::Speech::V2::PhraseSet) — Required. The PhraseSet to create.
- (::Google::Cloud::Speech::V2::PhraseSet) — Required. The PhraseSet to create.
#phrase_set_id
def phrase_set_id() -> ::String
-
(::String) — The ID to use for the PhraseSet, which will become the final component of
the PhraseSet's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
#phrase_set_id=
def phrase_set_id=(value) -> ::String
-
value (::String) — The ID to use for the PhraseSet, which will become the final component of
the PhraseSet's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
-
(::String) — The ID to use for the PhraseSet, which will become the final component of
the PhraseSet's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
#validate_only
def validate_only() -> ::Boolean
- (::Boolean) — If set, validate the request and preview the PhraseSet, but do not actually create it.
#validate_only=
def validate_only=(value) -> ::Boolean
- value (::Boolean) — If set, validate the request and preview the PhraseSet, but do not actually create it.
- (::Boolean) — If set, validate the request and preview the PhraseSet, but do not actually create it.